SAP ABAP Class CL_GMRB_IDX (Index for GM RIB objects)
Hierarchy
EA-PS (Software Component) SAP Enterprise Extension Public Services
   PSM-GM-GTE-BU (Application Component) Budgeting and Availability Control
     GMBUDGETING_E (Package) Grants management (budgeting)
Properties
Class CL_GMRB_IDX  
Short Description Index for GM RIB objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GMBUDGETING_E   Grants management (budgeting) 
Created 20031121   SAP 
Last change 20040116   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GMRB_IDX has no forward declaration.
Interfaces
Class CL_GMRB_IDX has no interface implemented.
Friends
Class CL_GMRB_IDX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_COMPARE_MODE_BOTH Constant Public Type reference (TYPE) I 1 To specify how compare method fills the new index 20040105
2 CON_COMPARE_MODE_DIFFER Constant Public Type reference (TYPE) I 2 To specify how compare method fills the new index 20040105
3 CON_MAX_COMMIT_OBJECTS Constant Public Type reference (TYPE) SYTABIX 10000 IAfter this number of objects saved, commit is done 20040105
4 CON_MSG_MD Constant Protected Type reference (TYPE) BUBAS_S_MSG-CONTEXT-AREA 'MD' Area 20040105
5 CON_SELMODE_RECEIVER Constant Public Type reference (TYPE) I 2 Parameter for DB selection 20040105
6 CON_SELMODE_SENDER Constant Public Type reference (TYPE) I 1 Parameter for DB selection 20040105
7 IDX Instance attribute Private Object reference (TYPE REF TO) CL_BUBAS_MASS_BUFFER Generic buffer - Budgeting & Availab. Control 20031201
Methods
# Method Level Visibility Method type Description Created on
1 ADD_OBJECTS Instance method Public Method 20040105
2 CHECK_LIST Instance method Public Method 20040105
3 CHECK_RO_LIST Instance method Public Method Checks whether the RO master data exist 20040106
4 CHECK_R_DIMENSIONS Instance method Public Method 20040105
5 CHECK_R_FUND Instance method Public Method 20040105
6 CHECK_S_DIMENSIONS Instance method Public Method 20040105
7 COMPARE Instance method Public Method 20040105
8 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20031121
9 DB_DELETE Instance method Public Method 20040107
10 DB_FILL_DIMSEL Instance method Public Method Fill list from database 20040106
11 DB_FILL_OBJSEL Instance method Public Method Fills list from database 20031216
12 DB_SAVE Instance method Public Method 20040105
13 DELETE_OBJECTS Instance method Public Method 20031216
14 DERIVE_RECEIVER Instance method Public Method 20031121
15 FIND_R_OBJECT Instance method Public Method Find receiver object(s) with given key 20040111
16 FIND_S_OBJECT Instance method Public Method Find sender object with given key 20040105
17 GENERATE_INDEX Instance method Public Method Get the receivers, using the index if found, otherwise deriv 20040108
18 GET_LIST_LENGTH Instance method Public Method 20040107
19 GET_OBJECTS Instance method Public Method Exports the list of objects 20040107
20 MESSAGE_CUMULATE Instance method Protected Method 20040105
21 PREPARE_OBJNR Instance method Private Method 20040105
22 READ_DB_DIMSEL_RECEIVER Instance method Private Method 20040106
23 READ_DB_DIMSEL_SENDER Instance method Private Method 20040106
24 READ_DB_OBJSEL_RECEIVER Instance method Private Method 20031216
25 READ_DB_OBJSEL_SENDER Instance method Private Method 20031216
26 READ_DB_RECEIVER Instance method Private Method 20031216
27 READ_DB_SENDER Instance method Private Method 20031216
28 RECONSTRUCT_INDEX Instance method Public Method Reconstruction, can also be used to derive the data newly 20050926
29 VALIDATE_IDX_ENTRY Instance method Public Method 20040105
Events
Class CL_GMRB_IDX has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ADDRESS Private See coding 20031204 BEGIN OF address, objnr TYPE bubas_objnr, dimensions TYPE gmku_s_dimpart, END OF address
2 INDEX Private See coding 20031204 BEGIN OF index, list_area TYPE list_area, s_address TYPE address, r_address TYPE address, END OF index
3 LIST_AREA Private See coding 20031204 BEGIN OF list_area, client TYPE mandt, fm_area TYPE fikrs, s_ldnr TYPE bubas_sldnr, r_ldnr TYPE bubas_rldnr, s_fiscyear TYPE gjahr, END OF list_area
4 T_INDEX Private See coding 20031201 t_index TYPE STANDARD TABLE OF index WITH KEY list_area s_address
Method Signatures

Method ADD_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_T_OBJECTS Call by reference Type reference (TYPE) GMRB_T_INDEX Tabelle für Index 20040105

Method ADD_OBJECTS on class CL_GMRB_IDX has no exception.

Method CHECK_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERRORS_FOUND Call by reference Type reference (TYPE) BOOLE_D Zeilen mit Fehlern löschen 20040105
2 Exporting E_ERRORS_IN_VALIDATION Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040105
3 Importing IM_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_BUBAS_APPL_LOG_CTX Anwendungsprotokoll mit Kontext 20040105
4 Importing IM_FLG_DELETE_ERRORS Call by reference Type reference (TYPE) BOOLE_D '' Zeilen mit Fehlern löschen 20040105
5 Importing IM_FLG_KEY_ONLY Call by reference Type reference (TYPE) BOOLE_D '' Nur prüfen, wenn Schlüssel komplett (Listenbereich) 20040105
6 Importing IM_WITHOUT_RECEIVER Call by reference Type reference (TYPE) BOOLE_D '' Empf.-Seite n. prüfen (nur relev., wenn Schlüssel nur = '') 20040105
# Exception Resumable Description Created on
1 KEY_NOT_COMPLETE 20040105

Method CHECK_RO_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NEW_OBJECT Call by reference Object reference (TYPE REF TO) CL_GMRB_IDX Index für BeE-Objekte 20040106
2 Exporting E_ERRORS_FOUND Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040106
3 Importing IM_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_BUBAS_APPL_LOG_CTX Anwendungsprotokoll mit Kontext 20040106
4 Importing IM_BUFFER_RO Call by reference Type reference (TYPE) BOOLE_D 'X' Alle RT-Daten in Puffer lesen? 20040106
5 Importing IM_FLG_CREATE_NEW Call by reference Type reference (TYPE) BOOLE_D '' Einträge in dieser neuen Indexinstanz anlegen? 20040106
6 Importing IM_FLG_DELETE_ORIG Call by reference Type reference (TYPE) BOOLE_D '' Einträge mit ME-Fehlern löschen? 20040106
7 Importing IM_READ_DB Call by reference Type reference (TYPE) BOOLE_D 'X' Mit Daten in Datenbank prüfen? 20040106
8 Importing IM_RO_LIST Call by reference Object reference (TYPE REF TO) CL_GMRB_LIST Auch in Liste suchen 20040106

Method CHECK_RO_LIST on class CL_GMRB_IDX has no exception.

Method CHECK_R_DIMENSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERRORS_FOUND Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040105
2 Importing IM_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_BUBAS_APPL_LOG_CTX Anwendungsprotokoll mit Kontext 20040105
3 Importing IM_DIMENSIONS Call by reference Type reference (TYPE) GMKU_S_DIMPART FMM-Kontierung 20040105
4 Importing IM_LINE Call by reference Type reference (TYPE) SYTABIX Interne Tabelle, aktueller Zeilenindex 20040105

Method CHECK_R_DIMENSIONS on class CL_GMRB_IDX has no exception.

Method CHECK_R_FUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FMFINCODE Call by reference Type reference (TYPE) FMFINCODE FIFM: Finanzierungscode 20040105
2 Exporting E_MSG Value transfer Type reference (TYPE) BUBAS_S_MSGS Nachricht (einfach) 20040105
3 Importing IM_FUND Call by reference Type reference (TYPE) BP_GEBER Mittel 20040105

Method CHECK_R_FUND on class CL_GMRB_IDX has no exception.

Method CHECK_S_DIMENSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERRORS_FOUND Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040105
2 Importing IM_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_BUBAS_APPL_LOG_CTX Anwendungsprotokoll mit Kontext 20040105
3 Importing IM_DIMENSIONS Call by reference Type reference (TYPE) GMKU_S_DIMPART FMM-Kontierung 20040105
4 Importing IM_LINE Call by reference Type reference (TYPE) SYTABIX Interne Tabelle, aktueller Zeilenindex 20040105

Method CHECK_S_DIMENSIONS on class CL_GMRB_IDX has no exception.

Method COMPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_NEW_OBJECT Call by reference Object reference (TYPE REF TO) CL_GMRB_IDX Instanz, die mit Differenz gefüllt wird 20040105
2 Importing IM_COMPARE_MODE Call by reference Type reference (TYPE) I 20040105
3 Importing IM_COMPARE_OBJECT Call by reference Object reference (TYPE REF TO) CL_GMRB_IDX Instanz für Vergleich 20040105

Method COMPARE on class CL_GMRB_IDX has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_GMRB_IDX has no parameter.
Method CONSTRUCTOR on class CL_GMRB_IDX has no exception.

Method DB_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERRORS_FOUND Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040107
2 Importing IM_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_BUBAS_APPL_LOG_CTX Anwendungsprotokoll mit Kontext 20040107

Method DB_DELETE on class CL_GMRB_IDX has no exception.

Method DB_FILL_DIMSEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DIMSELTABS Call by reference Type reference (TYPE) GMBS_S_DIMSELTABS Auswahloptionen für HHM-Kontierungselemente 20040106
2 Importing IM_GET_BOTH_ADDRESSES Call by reference Type reference (TYPE) BOOLE_D 'X' Adresse auch von nicht ausgew. Seite aufrufen 20040106
3 Importing IM_SEL_MODE Call by reference Type reference (TYPE) I Def. Konstanten für Ausw. von Sender-/Empf.-Seite verwenden 20040106
# Exception Resumable Description Created on
1 WRONG_INPUT 20040106

Method DB_FILL_OBJSEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_GET_BOTH_ADDRESSES Call by reference Type reference (TYPE) BOOLE_D 'X' Adresse auch von nicht ausgew. Seite aufrufen 20031216
2 Importing IM_OBJECTS Call by reference Type reference (TYPE) GMKU_T_DIMPART Tabelle für FMM-Kontierungselemente 20031216
3 Importing IM_SEL_MODE Call by reference Type reference (TYPE) I 20031216
# Exception Resumable Description Created on
1 WRONG_INPUT 20040105

Method DB_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERRORS_FOUND Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040105
2 Importing IM_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_BUBAS_APPL_LOG_CTX Anwendungsprotokoll mit Kontext 20040105

Method DB_SAVE on class CL_GMRB_IDX has no exception.

Method DELETE_OBJECTS Signature

Method DELETE_OBJECTS on class CL_GMRB_IDX has no parameter.
Method DELETE_OBJECTS on class CL_GMRB_IDX has no exception.

Method DERIVE_RECEIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXCLUDED_SENDER Call by reference Type reference (TYPE) BOOLE_D Kennzeichen: Senderkontierung ausschließen 20040108
2 Exporting E_MSG Call by reference Type reference (TYPE) BUBAS_S_MSGS Nachricht (einfach) 20031201
3 Exporting E_RECEIVER Call by reference Type reference (TYPE) GMKU_S_DIMPART FMM-Kontierung 20031201
4 Importing IM_SENDER Call by reference Type reference (TYPE) GMKU_S_DIMPART FMM-Kontierung 20031201
5 Importing IM_USE_INDEX Call by reference Type reference (TYPE) BOOLE_D 'X' Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031201

Method DERIVE_RECEIVER on class CL_GMRB_IDX has no exception.

Method FIND_R_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FLG_FOUND Call by reference Type reference (TYPE) BOOLE_D Setzen wenn Objekt gefunden 20040111
2 Importing IM_KEY Call by reference Type reference (TYPE) GMKU_S_DIMPART FMM-Kontierung 20040111
3 Exporting T_SENDER Call by reference Type reference (TYPE) GMKU_T_DIMPART Tabelle für FMM-Kontierungselemente 20040111

Method FIND_R_OBJECT on class CL_GMRB_IDX has no exception.

Method FIND_S_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FLG_FOUND Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040105
2 Exporting E_RECEIVER Call by reference Type reference (TYPE) GMKU_S_DIMPART FMM-Kontierung 20040105
3 Importing IM_FLG_SEARCH_BINARY Call by reference Type reference (TYPE) BOOLE_D '' In Loop zusammen mit flg_sort verwenden 20040105
4 Importing IM_FLG_SORT Call by reference Type reference (TYPE) BOOLE_D '' Puffer vor Suche sortieren (erster Loop-Zyklus) 20040105
5 Importing IM_KEY Call by reference Type reference (TYPE) GMKU_S_DIMPART FMM-Kontierung 20040105

Method FIND_S_OBJECT on class CL_GMRB_IDX has no exception.

Method GENERATE_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERRORS_FOUND Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040108
2 Importing IM_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_BUBAS_APPL_LOG_CTX Anwendungsprotokoll mit Kontext 20040108
3 Importing IM_SKIP_ON_ERROR Call by reference Type reference (TYPE) BOOLE_D ' ' Fehlerhafte Sätze löschen 20040108

Method GENERATE_INDEX on class CL_GMRB_IDX has no exception.

Method GET_LIST_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LENGTH Value transfer Type reference (TYPE) SYTABIX Interne Tabelle, aktueller Zeilenindex 20040107

Method GET_LIST_LENGTH on class CL_GMRB_IDX has no exception.

Method GET_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_OBJECTS Call by reference Type reference (TYPE) GMRB_T_INDEX Tabelle für Index 20040107

Method GET_OBJECTS on class CL_GMRB_IDX has no exception.

Method MESSAGE_CUMULATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ADDRESS Call by reference Type reference (TYPE) GMKU_S_DIMPART FMM-Kontierung 20040105
2 Importing IM_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_BUBAS_APPL_LOG_CTX Anwendungsprotokoll mit Kontext 20040105
3 Importing IM_CONTEXT Call by reference Type reference (TYPE) BUBAS_S_CONTEXT Nachrichtenkontext 20040105
4 Importing IM_LINE Call by reference Type reference (TYPE) SYTABIX Interne Tabelle, aktueller Zeilenindex 20040105
5 Importing IM_MSG Call by reference Type reference (TYPE) BUBAS_S_MSGS Nachricht (einfach) 20040105

Method MESSAGE_CUMULATE on class CL_GMRB_IDX has no exception.

Method PREPARE_OBJNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MSG Call by reference Type reference (TYPE) BUBAS_S_MSGS Nachricht (einfach) 20040105
2 Importing IM_FROM Call by reference Type reference (TYPE) SYTABIX Interne Tabelle, aktueller Zeilenindex 20040105
3 Importing IM_NOT_FOR_RECEIVER Call by reference Type reference (TYPE) BOOLE_D '' Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040105
4 Importing IM_TO Call by reference Type reference (TYPE) SYTABIX Interne Tabelle, aktueller Zeilenindex 20040105
5 Exporting T_ADDRESS_OBJNR Call by reference Type reference (TYPE) GMBAS_T_ADDRESS_OBJNR Tabellentyp für Massenselektion von Objektnummern (HHM) 20040105

Method PREPARE_OBJNR on class CL_GMRB_IDX has no exception.

Method READ_DB_DIMSEL_RECEIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DIMSELTABS Call by reference Type reference (TYPE) GMBS_S_DIMSELTABS Auswahloptionen für HHM-Kontierungselemente 20040106
2 Importing IM_FLG_GET_S_ADDRESS Call by reference Type reference (TYPE) BOOLE_D 'X' Auch Senderadresse abrufen 20040106

Method READ_DB_DIMSEL_RECEIVER on class CL_GMRB_IDX has no exception.

Method READ_DB_DIMSEL_SENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DIMSELTABS Call by reference Type reference (TYPE) GMBS_S_DIMSELTABS Optionen für FMM-Kontierungselemente selektieren 20040106
2 Importing IM_FLG_GET_R_ADDRESS Call by reference Type reference (TYPE) BOOLE_D Auch Empfängeradresse lesen (nein = nur Objektnummer) 20040106

Method READ_DB_DIMSEL_SENDER on class CL_GMRB_IDX has no exception.

Method READ_DB_OBJSEL_RECEIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FLG_GET_S_ADDRESS Value transfer Type reference (TYPE) BOOLE_D 'X' Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031216
2 Importing IM_OBJECTS Call by reference Type reference (TYPE) GMKU_T_DIMPART Tabelle für FMM-Kontierungselemente 20031216

Method READ_DB_OBJSEL_RECEIVER on class CL_GMRB_IDX has no exception.

Method READ_DB_OBJSEL_SENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FLG_GET_R_ADDRESS Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031216
2 Importing IM_OBJECTS Call by reference Type reference (TYPE) GMKU_T_DIMPART Tabelle für FMM-Kontierungselemente 20031216

Method READ_DB_OBJSEL_SENDER on class CL_GMRB_IDX has no exception.

Method READ_DB_RECEIVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FLG_GET_S_ADDRESS Call by reference Type reference (TYPE) BOOLE_D 'X' Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031216

Method READ_DB_RECEIVER on class CL_GMRB_IDX has no exception.

Method READ_DB_SENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FLG_GET_R_ADDRESS Call by reference Type reference (TYPE) BOOLE_D '' Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20031216

Method READ_DB_SENDER on class CL_GMRB_IDX has no exception.

Method RECONSTRUCT_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_DELETED_ENTRIES Call by reference Object reference (TYPE REF TO) CL_GMRB_IDX Class for handling lists of index entries 20050926
2 Changing C_NEW_OBJECT Call by reference Object reference (TYPE REF TO) CL_GMRB_IDX Class for handling lists of index entries 20050926
3 Exporting E_ERRORS_FOUND Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20050926
4 Importing IM_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_BUBAS_APPL_LOG_CTX Application log with context 20050926
5 Importing IM_FLG_CHANGE_ORIG Call by reference Type reference (TYPE) BOOLE_D 'X' Changes the receivers of original object 20050926
6 Importing IM_FLG_CREATE_NEW Call by reference Type reference (TYPE) BOOLE_D '' Fill the c_new_object with the repaired items 20050926

Method RECONSTRUCT_INDEX on class CL_GMRB_IDX has no exception.

Method VALIDATE_IDX_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERRORS_FOUND Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040105
2 Importing IM_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_BUBAS_APPL_LOG_CTX Anwendungsprotokoll mit Kontext 20040105
3 Importing IM_ENTRY Call by reference Type reference (TYPE) GMRB_S_INDEX Schnittstellenstruktur für GMRB_IDX-Klasse 20040105
4 Importing IM_LINE Call by reference Type reference (TYPE) SYTABIX Interne Tabelle, aktueller Zeilenindex 20040105

Method VALIDATE_IDX_ENTRY on class CL_GMRB_IDX has no exception.
History
Last changed by/on SAP  20040116 
SAP Release Created in 500