RBNK_PAYM_BATCH_UI_F04 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RBNK_PAYM_BATCH_UI_F04 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include RBNK_PAYM_BATCH_UI_F04
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BNK_API_DISPLAY_RELEASE_HIST CALL FUNCTION 'BNK_API_DISPLAY_RELEASE_HIST' EXPORTING I_ARCHIVE = CL_BNK_CONSTANTS=>CON_FALSE I_BATCH_ID = P_BATCH_NO I_ITEM_NO = L_NUL_ITEM * I_STR_BATCH_HEADER = IMPORTING E_TAB_RC = LT_MESSAGES .
BNK_API_DISPLAY_ATTACHMENTS CALL FUNCTION 'BNK_API_DISPLAY_ATTACHMENTS' EXPORTING I_BATCH_NO = P_BATCH_NO IMPORTING E_TAB_RC = LT_MESSAGES.
BNK_API_ADD_NOTE_WRKITM CALL FUNCTION 'BNK_API_ADD_NOTE_WRKITM' EXPORTING I_BATCH_NO = P_BATCH_NO IMPORTING E_TAB_RC = LT_MESSAGES.
BNK_API_ADD_ATTACHMENT_WRKITM CALL FUNCTION 'BNK_API_ADD_ATTACHMENT_WRKITM' * EXPORTING * I_REL_OBJ_CAT = 'BNK_COM' * I_BATCH_GUID = * I_BATCH_NO = * I_FLAG = * I_ACTION = IMPORTING * E_TAB_RC = E_WORKLIST = G_ATCHMT_WORKLIST.
BNK_UI_INSTRUCTION_CHANGE CALL FUNCTION 'BNK_UI_INSTRUCTION_CHANGE' IMPORTING E_FLG_CHANGED = L_FLG_CHANGED E_URGENT = L_URGENT E_DTKVS = L_DTKVS TABLES T_BTC_ITEM = GT_PAY.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBNK_PAYM_BATCH_UI_F04 - Include RBNK_PAYM_BATCH_UI_F04 RBNK_PAYM_BATCH_UI_F03 - Include RBNK_PAYM_BATCH_UI_F03 RBNK_PAYM_BATCH_UI_F02 - Include RBNK_PAYM_BATCH_UI_F02 RBNK_PAYM_BATCH_UI_F015 - Include RBNK_PAYM_BATCH_UI_F015 RBNK_PAYM_BATCH_UI_F01 - Include RBNK_PAYM_BATCH_UI_F01 RBNK_PAYM_BATCH_UI_C05 - Include RBNK_PAYM_BATCH_UI_C05