SAP ABAP Class CL_REIS_DATA_RA_DOC_ITEM (Item List)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX-IS (Application Component) Information System
     RE_IS_EX (Package) RE: External Applications Info System
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_REIS_DATA ALV Reporting: Model Component [Abstract] 20051012
Properties
Class CL_REIS_DATA_RA_DOC_ITEM  
Short Description Item List    
Super Class CL_REIS_DATA ALV Reporting: Model Component [Abstract] 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RE_IS_EX   RE: External Applications Info System 
Created 20051012   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RERA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_REIS_DATA_RA_DOC_ITEM has no interface implemented.
Friends
Class CL_REIS_DATA_RA_DOC_ITEM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_SELOPT Instance attribute Protected Type reference (TYPE) MTYPE_S_SELOPT Selection criteria 20051012
2 MT_PARTNER Instance attribute Private Type reference (TYPE) MTYPE_T_PARTNER Business partner number 20060222
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEM Instance method Protected Method Adds Item to List 20060222
2 FILL_CONTRACT_DATA Instance method Protected Method Fills Data for Contract 20051012
3 FILL_PARTNER_DATA Instance method Protected Method Fills Data for Business Partner 20051012
4 GET_ITEM_LIST Instance method Protected Method Gets List of Items 20051012
5 GET_PARTNER_LIST Instance method Protected Method Gets List of Partners for an Object 20051012
6 SHOW_DOCUMENT Instance method Protected Method Display Document 20051013
7 SHOW_MASTERDATA Instance method Protected Method Display Master Data 20051013
Events
Class CL_REIS_DATA_RA_DOC_ITEM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTYPE_S_PARTNER Protected See coding 20060222 BEGIN OF mtype_s_partner, bukrs TYPE bukrs, partner TYPE bu_partner, END OF mtype_s_partner
2 MTYPE_S_SELOPT Protected See coding 20051012 BEGIN OF mtype_s_selopt, datefrom TYPE dats, dateto TYPE dats, blinedatefrom TYPE dats, blinedateto TYPE dats, select_clrd_items TYPE abap_bool, select_unass_items TYPE abap_bool, read_archive TYPE abap_bool, END OF mtype_s_selopt
3 MTYPE_T_PARTNER Protected See coding 20060222 mtype_t_partner TYPE STANDARD TABLE OF mtype_s_partner
Method Signatures

Method ADD_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTRACT Call by reference Object reference (TYPE REF TO) IF_RECN_CONTRACT 20060222
2 Importing IS_ITEM Call by reference Type reference (TYPE) RERA_ACCT_SHEET_ITEM_X Kontenblatt Position mit Zusatzdaten 20060222
3 Importing IS_LIST Call by reference Type reference (TYPE) REIS_RA_DOC_ITEM_L Postenliste: Stammdaten bereits gefüllt 20060810

Method ADD_ITEM on class CL_REIS_DATA_RA_DOC_ITEM has no exception.

Method FILL_CONTRACT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) REIS_RA_DOC_ITEM_L Postenliste 20051012
2 Importing IO_CONTRACT Call by reference Object reference (TYPE REF TO) IF_RECN_CONTRACT Vertrag (VICNCN) 20051012

Method FILL_CONTRACT_DATA on class CL_REIS_DATA_RA_DOC_ITEM has no exception.

Method FILL_PARTNER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DATA Call by reference Type reference (TYPE) REIS_RA_DOC_ITEM_L Postenliste 20051012
2 Importing ID_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20051012

Method FILL_PARTNER_DATA on class CL_REIS_DATA_RA_DOC_ITEM has no exception.

Method GET_ITEM_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_ACCT_SHEET_ITEM_X 20051012
2 Importing ID_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20060222
3 Importing ID_PARTNER Call by reference Type reference (TYPE) BU_PARTNER Geschäftspartnernummer 20051012
4 Importing IO_CONTRACT Call by reference Object reference (TYPE REF TO) IF_RECN_CONTRACT Vertrag (VICNCN) 20051012

Method GET_ITEM_LIST on class CL_REIS_DATA_RA_DOC_ITEM has no exception.

Method GET_PARTNER_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_BP_OBJREL_X Geschäftspartner-Objektbeziehung und Zusatzfeld.(VIBPOBJREL) 20051012
2 Importing IO_BUSOBJ Call by reference Object reference (TYPE REF TO) IF_RECA_BUS_OBJECT Business-Objekt 20051012

Method GET_PARTNER_LIST on class CL_REIS_DATA_RA_DOC_ITEM has no exception.

Method SHOW_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20051013
2 Importing IS_ITEM Call by reference Type reference (TYPE) REIS_RA_DOC_ITEM_L Postenliste 20051013

Method SHOW_DOCUMENT on class CL_REIS_DATA_RA_DOC_ITEM has no exception.

Method SHOW_MASTERDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20051013
2 Importing IS_ITEM Call by reference Type reference (TYPE) REIS_RA_DOC_ITEM_L Postenliste 20051013

Method SHOW_MASTERDATA on class CL_REIS_DATA_RA_DOC_ITEM has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700