SAP ABAP Class /SPE/CL_INB_MSG_COLLECTOR_EX (Extend. msg. collector with CUBEs for the BORGR-UI)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-SPM-INB (Application Component) Goods Receipt Process
     /SPE/ID_HANDLING (Package) Inbound delivery handling
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /SPE/CL_INB_MSG_COLLECTOR Message collector 20040329
Properties
Class /SPE/CL_INB_MSG_COLLECTOR_EX  
Short Description Extend. msg. collector with CUBEs for the BORGR-UI    
Super Class /SPE/CL_INB_MSG_COLLECTOR Message collector 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SPE/ID_HANDLING   Inbound delivery handling 
Created 20040329   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 BORTM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SPEID Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /SPE/CL_INB_MSG_COLLECTOR_EX has no interface implemented.
Friends
Class /SPE/CL_INB_MSG_COLLECTOR_EX has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AS_MSG_CUBE Instance attribute Protected Object reference (TYPE REF TO) DATA the current used message cube 20040329
2 AS_SIMPLE_PROF Instance attribute Protected Type reference (TYPE) BAL_S_PROF Simple profile 20050804
3 AS_TREE_PROF Instance attribute Protected Type reference (TYPE) BAL_S_PROF Tree profile 20050804
4 AT_DOC_CUBE Instance attribute Protected Type reference (TYPE) YT_DOC_CUBE Table for the doc key - doc pos -> cube relation 20050805
5 AT_MSG_CUBE_TAB Instance attribute Protected Type reference (TYPE) YT_MSG_CUBE_TAB Table for the message cube Tables 20040329
6 AT_MSG_ENRICH Instance attribute Protected Type reference (TYPE) /SPE/INB_MSG_ENRICH_T Table for the message enrichment 20040329
7 A_CALLER_REPID Instance attribute Protected Type reference (TYPE) SYREPID ABAP program, current main program 20040329
8 A_CUR_CUBE_NUMBER Instance attribute Protected Type reference (TYPE) I Current message Cube number 20050804
9 A_CUR_DOC_KEY Instance attribute Protected Type reference (TYPE) SPEID_DOC_KEY Current document key 20050805
10 A_CUR_DOC_POS Instance attribute Protected Type reference (TYPE) SPEID_DOC_POS Default document position 20050805
11 A_MSG_CUBE_NUMBER Instance attribute Protected Type reference (TYPE) I Highest message Cube number 20040329
12 A_PUSHB_ICON Instance attribute Protected Type reference (TYPE) ICON_D Icon for the message popup 20040329
13 A_PUSHB_TEXT Instance attribute Protected Type reference (TYPE) CHAR35 Text for the message Popup 20040329
14 A_SUPPRESS_EMPTY_CUBES Instance attribute Protected Type reference (TYPE) FLAG Empty CUBEs will not displayed 20050322
15 A_TO_CUBE Instance attribute Protected Type reference (TYPE) FLAG SPACE Store messages in the cube 20040712
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MSG_ENRICH Instance method Public Method Add line to the message enrichment table 20040329
2 CLOSE_MESSAGE_CUBE Instance method Public Method Close this message cube and all its childen 20040329
3 COLLECT_MESSAGES_TO_CUBE Instance method Public Method Collect messages to the message cube 20050316
4 COLLECT_MESSAGE_TO_CUBE Instance method Public Method collect messages to the message cube 20040329
5 COLLECT_MESSAGE_TO_CUBES Instance method Public Method collect msg to cubes (pro key/pos a new cube will created) 20050804
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040329
7 DELETE_MESSAGE_CUBE Instance method Public Method Change or delete all messages create after the synchron 20050812
8 GET_CUR_PROFILE Instance method Public Method Set Text and Icon 20050804
9 GET_ERR_POS Instance method Public Method Give back the items (VBELN/POSNR) where msg exist 20040329
10 INIT Instance method Public Method Initialize the extended message collector 20040329
11 OPEN_MESSAGE_CUBE Instance method Public Method Create a new msg cube and append it as child to the current 20040329
12 OPEN_MESSAGE_CUBE_INT Instance method Protected Method Create a new msg cube and append it as child to the current 20050805
13 OUTPUT_BUFFERED_MESSAGES_CUBE Instance method Public Method Show the buffered messages from the CUBE 20040329
14 RECURS_DEL Instance method Private Method Delete messages and cubes, wich are created after the synch. 20050812
15 RECURS_OUTPUT_MESSAGES Instance method Private Method Recursively collect output messages from the cubes 20040329
16 RECURS_ROLLBACK_DEL Instance method Private Method Delete messages and cubes, wich are created after the synch. 20040329
17 RECURS_ROLLBACK_DEL_ALL Instance method Private Method Delete all sub cubes and messages 20040329
18 RECURS_ROLLBACK_MODIFY Instance method Private Method All MSGTYP should modify to ERROR in all message cubes 20040329
19 RECURS_ROLLBACK_MODIFY_ALL Instance method Private Method All messages in the sub cubes should modify to ERROR message 20040329
20 RECURS_SCAN_MESSAGES Instance method Private Method Give back the items (VBELN/POSNR) where msg exist 20040329
21 RECURS_WRITE_SYNC_POINT Instance method Private Method Set Synchronisation in the current an in the sub cubes 20040329
22 REFRESH_TABLES_CUBE Instance method Public Method Destroy old table of message cubes 20040716
23 RENAME_INT Instance method Private Method Recursively collect output messages from the cubes 20050805
24 REOPEN_MESSAGE_CUBE Instance method Public Method Create a new msg cube and append it as child to the current 20050316
25 RESET_POST_ERR_POS Instance method Public Method Set default document key und position 20040329
26 ROLLBACK_TO_SYNC_POINT Instance method Public Method Change or delete all messages create after the synchron 20040329
27 SCAN_MESSAGES Instance method Protected Method Give back the items (VBELN/POSNR) where msg exist 20040329
28 SET_LAYOUT Instance method Public Method Set Text and Icon 20040329
29 SET_MESSAGE_CUBE_HEADER Instance method Public Method Set Cube header MSGID/TYP/NO/V1-V4 20040329
30 SET_STORAGE_WAY Instance method Public Method The storage way is TABLE or CUBE 20040712
31 ST_ADD_MSG_ENRICH Static method Public Method Add line to the extern message enrichment table 20040329
32 WRITE_SYNC_POINT Instance method Public Method Set the synchronisation in the current (and sub) cubes 20040329
Events
Class /SPE/CL_INB_MSG_COLLECTOR_EX has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_DOC_CUBE Protected See coding 20050805 BEGIN OF ys_doc_cube, doc_key TYPE speid_doc_key, doc_pos TYPE speid_doc_pos, cube TYPE I, END OF ys_doc_cube
2 YS_MESSAGE Protected See coding 20040329 BEGIN OF ys_message, detlevel TYPE i, msgty TYPE sy-msgty, msgno TYPE sy-msgno, msgid TYPE sy-msgid, msgv1 TYPE symsgv, msgv2 TYPE symsgv, msgv3 TYPE symsgv, msgv4 TYPE symsgv, * expl_do_buffer TYPE xfeld, check_id TYPE /spe/inb_check_id, doc_key TYPE speid_doc_key, "eg. VBELN doc_pos TYPE speid_doc_pos, "eg. POSNR END OF ys_message
3 YS_MSG_CUBE Protected See coding 20040329 BEGIN OF ys_msg_cube, id type i, header TYPE ys_message, messages TYPE yt_message, "Table for messages child_cubes TYPE yt_msg_cube, parent TYPE REF TO data, num_message_sync TYPE i, num_child_sync TYPE i, header_sync TYPE ys_message, END OF ys_msg_cube
4 YS_MSG_CUBE_TAB Protected See coding Message cube Table 20040329 BEGIN OF ys_msg_cube_tab, msg_cube TYPE REF TO data, number TYPE i, END OF ys_msg_cube_tab
5 YT_DOC_CUBE Protected See coding 20050805 yt_doc_cube TYPE TABLE OF ys_doc_cube INITIAL SIZE 0 WITH DEFAULT KEY
6 YT_MESSAGE Protected See coding 20040329 yt_message TYPE TABLE OF ys_message INITIAL SIZE 0 WITH DEFAULT KEY
7 YT_MSG_CUBE Protected See coding 20040329 yt_msg_cube TYPE TABLE OF REF TO data INITIAL SIZE 0 WITH DEFAULT KEY
8 YT_MSG_CUBE_TAB Protected See coding Table for the message cube Tables 20040329 yt_msg_cube_tab TYPE TABLE OF ys_msg_cube_tab INITIAL SIZE 0
Method Signatures

Method ADD_MSG_ENRICH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MSG_ENRICH Call by reference Type reference (TYPE) /SPE/INB_MSG_ENRICH_T Tabelle für Nachrichtenanreicherung 20040329
2 Importing I_CHECK_BACKG Call by reference Type reference (TYPE) XFELD C_XFELD Ankreuzfeld 20040329
3 Importing I_CHECK_GRP Call by reference Type reference (TYPE) /SPE/INB_CHECK_GRP Prüfgruppe 20040604
4 Importing I_CHECK_ID Call by reference Type reference (TYPE) /SPE/INB_CHECK_ID 20040329
5 Importing I_DYNNR Call by reference Type reference (TYPE) DYNNR 20040329
6 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040329
7 Importing I_NO_ROLLBACK Call by reference Type reference (TYPE) XFELD Ankreuzfeld 20040329
8 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tab.-Name 20040329
# Exception Resumable Description Created on
1 EX_BAD_INPUT 20040329

Method CLOSE_MESSAGE_CUBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSG_CUBE_NUMBER Call by reference Type reference (TYPE) I 20040329

Method CLOSE_MESSAGE_CUBE on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method COLLECT_MESSAGES_TO_CUBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) /SPE/INB_T_MESSAGES Tabelle der Schnittstellenmeldungen für Datenprüfung 20050316

Method COLLECT_MESSAGES_TO_CUBE on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method COLLECT_MESSAGE_TO_CUBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ID Call by reference Type reference (TYPE) /SPE/INB_CHECK_ID 20040329
2 Importing I_DETLEVEL Call by reference Type reference (TYPE) I 20040329
3 Importing I_MSGID Call by reference Type reference (TYPE) MSGID 20040329
4 Importing I_MSGNO Call by reference Type reference (TYPE) ANY 20040329
5 Importing I_SEVERITY Call by reference Type reference (TYPE) ERRORTYP 20040329
6 Importing I_VAR1 Call by reference Type reference (TYPE) ANY 20040329
7 Importing I_VAR2 Call by reference Type reference (TYPE) ANY 20040329
8 Importing I_VAR3 Call by reference Type reference (TYPE) ANY 20040329
9 Importing I_VAR4 Call by reference Type reference (TYPE) ANY 20040329

Method COLLECT_MESSAGE_TO_CUBE on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method COLLECT_MESSAGE_TO_CUBES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ID Call by reference Type reference (TYPE) /SPE/INB_CHECK_ID 20050804
2 Importing I_DETLEVEL Call by reference Type reference (TYPE) I 20050804
3 Importing I_DOC_KEY Call by reference Type reference (TYPE) ANY DokSchlüssel 20050804
4 Importing I_DOC_POS Call by reference Type reference (TYPE) ANY 20050804
5 Importing I_MSGID Call by reference Type reference (TYPE) MSGID 20050804
6 Importing I_MSGNO Call by reference Type reference (TYPE) ANY 20050804
7 Importing I_SEVERITY Call by reference Type reference (TYPE) ERRORTYP 20050804
8 Importing I_VAR1 Call by reference Type reference (TYPE) ANY 20050804
9 Importing I_VAR2 Call by reference Type reference (TYPE) ANY 20050804
10 Importing I_VAR3 Call by reference Type reference (TYPE) ANY 20050804
11 Importing I_VAR4 Call by reference Type reference (TYPE) ANY 20050804

Method COLLECT_MESSAGE_TO_CUBES on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /SPE/CL_INB_MSG_COLLECTOR_EX has no parameter.
Method CONSTRUCTOR on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method DELETE_MESSAGE_CUBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOC_KEY Call by reference Type reference (TYPE) ANY DokSchlüssel 20050812
2 Importing I_DOC_POS Call by reference Type reference (TYPE) ANY 20050812
3 Importing I_MSG_CUBE_NUMBER Call by reference Type reference (TYPE) I 20050812

Method DELETE_MESSAGE_CUBE on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method GET_CUR_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PROF Call by reference Type reference (TYPE) BAL_S_PROF 20050804
2 Importing I_TEXT Call by reference Type reference (TYPE) ANY Text 20050804

Method GET_CUR_PROFILE on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method GET_ERR_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERR_POS Call by reference Type reference (TYPE) SPEID_T_ERR_POS 20040329

Method GET_ERR_POS on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CALLER_REPID Call by reference Type reference (TYPE) SYREPID 20040329
2 Importing I_ICON Call by reference Type reference (TYPE) ICON_D 20040329
3 Importing I_TEXT Call by reference Type reference (TYPE) ANY Text 20040329

Method INIT on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method OPEN_MESSAGE_CUBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MSG_CUBE_NUMBER Call by reference Type reference (TYPE) I Message cube number 20050316
2 Importing I_DOC_KEY Call by reference Type reference (TYPE) ANY DokSchlüssel 20050805
3 Importing I_DOC_POS Call by reference Type reference (TYPE) ANY 20050805

Method OPEN_MESSAGE_CUBE on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method OPEN_MESSAGE_CUBE_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MSG_CUBE_NUMBER Call by reference Type reference (TYPE) I 20050805

Method OPEN_MESSAGE_CUBE_INT on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method OUTPUT_BUFFERED_MESSAGES_CUBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_SHOW_DOC_INFO Call by reference Type reference (TYPE) XFELD SPACE 20050804

Method OUTPUT_BUFFERED_MESSAGES_CUBE on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method RECURS_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG_CUBE Call by reference Object reference (TYPE REF TO) DATA 20050812

Method RECURS_DEL on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method RECURS_OUTPUT_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SINGLE_MESSAGE Call by reference Type reference (TYPE) YS_MESSAGE 20040329
2 Exporting E_MSG_COUNT Call by reference Type reference (TYPE) I 20040329
3 Importing IS_MSG_CUBE Call by reference Object reference (TYPE REF TO) DATA 20040329
4 Importing I_DETLEVEL Call by reference Type reference (TYPE) I Current level 20040329
5 Importing I_NO_CUBE_OBJECT Call by reference Type reference (TYPE) XFELD 20040329

Method RECURS_OUTPUT_MESSAGES on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method RECURS_ROLLBACK_DEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG_CUBE Call by reference Object reference (TYPE REF TO) DATA 20040329

Method RECURS_ROLLBACK_DEL on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method RECURS_ROLLBACK_DEL_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG_CUBE Call by reference Object reference (TYPE REF TO) DATA 20040329

Method RECURS_ROLLBACK_DEL_ALL on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method RECURS_ROLLBACK_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG_CUBE Call by reference Object reference (TYPE REF TO) DATA 20040329

Method RECURS_ROLLBACK_MODIFY on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method RECURS_ROLLBACK_MODIFY_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG_CUBE Call by reference Object reference (TYPE REF TO) DATA 20040329

Method RECURS_ROLLBACK_MODIFY_ALL on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method RECURS_SCAN_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERR_POS Call by reference Type reference (TYPE) SPEID_T_ERR_POS 20040329
2 Exporting E_NOT_ONLY_DOCKEY_DOCPOS Call by reference Type reference (TYPE) XFELD 20040329
3 Importing IS_MSG_CUBE Call by reference Object reference (TYPE REF TO) DATA 20040329

Method RECURS_SCAN_MESSAGES on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method RECURS_WRITE_SYNC_POINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG_CUBE Call by reference Object reference (TYPE REF TO) DATA 20040329

Method RECURS_WRITE_SYNC_POINT on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method REFRESH_TABLES_CUBE Signature

Method REFRESH_TABLES_CUBE on class /SPE/CL_INB_MSG_COLLECTOR_EX has no parameter.
Method REFRESH_TABLES_CUBE on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method RENAME_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG_CUBE Call by reference Object reference (TYPE REF TO) DATA 20050805
2 Importing I_DOC_KEY_NEW Call by reference Type reference (TYPE) ANY 20050805
3 Importing I_DOC_KEY_OLD Call by reference Type reference (TYPE) ANY 20050805

Method RENAME_INT on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method REOPEN_MESSAGE_CUBE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MSG_CUBE_NUMBER Call by reference Type reference (TYPE) I 20050316
2 Importing I_MSG_CUBE_NUMBER Call by reference Type reference (TYPE) I Message cube number 20050316

Method REOPEN_MESSAGE_CUBE on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method RESET_POST_ERR_POS Signature

Method RESET_POST_ERR_POS on class /SPE/CL_INB_MSG_COLLECTOR_EX has no parameter.
Method RESET_POST_ERR_POS on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method ROLLBACK_TO_SYNC_POINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELETE_MSG Call by reference Type reference (TYPE) XFELD 20040329

Method ROLLBACK_TO_SYNC_POINT on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method SCAN_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERR_POS Call by reference Type reference (TYPE) SPEID_T_ERR_POS 20040329
2 Exporting E_NOT_ONLY_DOCKEY_DOCPOS Call by reference Type reference (TYPE) XFELD 20040329

Method SCAN_MESSAGES on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method SET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_POPUP Call by reference Type reference (TYPE) XFELD 'X' 20050804
2 Importing IF_SUPPRESS_EMPTY_CUBES Call by reference Type reference (TYPE) FLAG 20050804
3 Importing IF_TREE Call by reference Type reference (TYPE) XFELD 'X' 20050804
4 Importing IS_PROF Call by reference Type reference (TYPE) BAL_S_PROF Profil 20050804
5 Importing I_CALLER_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Hauptprogramm 20040329
6 Importing I_ICON Call by reference Type reference (TYPE) ICON_D 20040329
7 Importing I_TEXT Call by reference Type reference (TYPE) ANY Text 20040329

Method SET_LAYOUT on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method SET_MESSAGE_CUBE_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AG Call by reference Type reference (TYPE) ARBGB 20040329
2 Importing I_MSGNR Call by reference Type reference (TYPE) MSGNR 20040329
3 Importing I_MSG_CUBE_NUMBER Call by reference Type reference (TYPE) I 20040329
4 Importing I_SEVERITY Call by reference Type reference (TYPE) ERRORTYP 20040329
5 Importing I_VAR1 Call by reference Type reference (TYPE) ANY 20040329
6 Importing I_VAR2 Call by reference Type reference (TYPE) ANY 20040329
7 Importing I_VAR3 Call by reference Type reference (TYPE) ANY 20040329
8 Importing I_VAR4 Call by reference Type reference (TYPE) ANY 20040329

Method SET_MESSAGE_CUBE_HEADER on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method SET_STORAGE_WAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TO_CUBE Call by reference Type reference (TYPE) XFELD 20040712

Method SET_STORAGE_WAY on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method ST_ADD_MSG_ENRICH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_BACKG Call by reference Type reference (TYPE) XFELD C_XFELD Ankreuzfeld 20040329
2 Importing I_CHECK_GRP Call by reference Type reference (TYPE) /SPE/INB_CHECK_GRP Prüfgruppe 20040604
3 Importing I_CHECK_ID Call by reference Type reference (TYPE) /SPE/INB_CHECK_ID 20040329
4 Importing I_DYNNR Call by reference Type reference (TYPE) DYNNR 20040329
5 Importing I_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20040329
6 Importing I_NO_ROLLBACK Call by reference Type reference (TYPE) XFELD Ankreuzfeld 20040329
7 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Tab.-Name 20040329
8 Changing XT_MSG_ENRICH Call by reference Type reference (TYPE) /SPE/INB_MSG_ENRICH_T Tabelle für Nachrichtenanreicherung 20040329

Method ST_ADD_MSG_ENRICH on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.

Method WRITE_SYNC_POINT Signature

Method WRITE_SYNC_POINT on class /SPE/CL_INB_MSG_COLLECTOR_EX has no parameter.
Method WRITE_SYNC_POINT on class /SPE/CL_INB_MSG_COLLECTOR_EX has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 100