SAP Reports / Programs | Financials | Financial Supply Chain Management(FIN-FSCM) SAP FIN

RBNK_REPEAT_INI_RELEASE SAP ABAP Report - Repair program: Create Work Items for new Batches







RBNK_REPEAT_INI_RELEASE is a standard Executable ABAP Report 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_REPEAT_INI_RELEASE into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RBNK_REPEAT_INI_RELEASE. "Basic submit
SUBMIT RBNK_REPEAT_INI_RELEASE AND RETURN. "Return to original report after report execution complete
SUBMIT RBNK_REPEAT_INI_RELEASE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_BTCHNO = D .
Title: Repair program: Create Work Items for new Batches
Text Symbol: 001 = Release Object will be created
Text Symbol: 002 = Work Items already exist


INCLUDES used within this REPORT RBNK_REPEAT_INI_RELEASE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

BNK_API_GET_STATUS CALL FUNCTION 'BNK_API_GET_STATUS' EXPORTING I_OBJECT_ID = L_STATUS I_FLAG_ACTIVE = 'X' IMPORTING E_TAB_SYS_STAT = LT_SYS_STAT.

BCA_OBJ_REL_OPN_HANDLE CALL FUNCTION 'BCA_OBJ_REL_OPN_HANDLE' EXPORTING I_REL_LOG_H_KEY_EXT = L_STR_LOG_H_KEY_EXT.

BCA_OBJ_REL_GET_HANDLE CALL FUNCTION 'BCA_OBJ_REL_GET_HANDLE' EXPORTING I_STR_REL_LOG_H_DATA1 = L_STR_LOG_H_KEY_EXT IMPORTING E_STR_REL_LOG_H_KEY = L_STR_REL_LOG_H_KEY E_TAB_REL_LOG_H_KEY = L_TAB_REL_LOG_H_KEY EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

SAP_WAPI_WORKITEMS_TO_OBJECT CALL FUNCTION 'SAP_WAPI_WORKITEMS_TO_OBJECT' EXPORTING OBJTYPE = 'BUSISB001' OBJKEY = L_REL_OBJ_KEY_WF TOP_LEVEL_ITEMS = ' ' SELECTION_STATUS_VARIANT = '0000' TABLES WORKLIST = L_OBJ_WLIST.

BCA_API_REL_CHECK_ATTRIB CALL FUNCTION 'BCA_API_REL_CHECK_ATTRIB' EXPORTING I_STR_REL_H_DATA1 = L_STR_LOG_H_KEY_EXT I_STRUCTURE = L_STR_APPR_RUL * IMPORTING * E_REL_PROC = L_REL_PROC EXCEPTIONS OTHERS = 2.

BCA_API_REL_CALL CALL FUNCTION 'BCA_API_REL_CALL' EXPORTING I_STR_REL_H_DATA1 = L_STR_LOG_H_KEY_EXT I_STRUCTURE = L_STR_APPR_RUL I_ACTIVITY = '01' "rel I_FLG_INUPDATETASK = SPACE EXCEPTIONS OTHERS = 3.

BCA_OBJ_REL_CREATE_CONTAINER CALL FUNCTION 'BCA_OBJ_REL_CREATE_CONTAINER' EXPORTING I_OBJECT_CATEGORY = L_STR_LOG_H_KEY_EXT-OBJECT_CAT I_STRUCTURE = L_STR_APPR_RUL IMPORTING E_CONTAINER = L_CONTAINER E_EVENT_CONTAINER = L_REF_EVENT_CONT.

BCA_API_RTW_EVT_SIMULATE CALL FUNCTION 'BCA_API_RTW_EVT_SIMULATE' EXPORTING IM_OBJTYPE = 'BUSISB001' IM_OBJKEY = L_WRK_OBJKEY IM_EVENT = 'INITIATED' IM_EVENT_CONTAINER = L_REF_EVENT_CONT.

BCA_API_RTW_EVT_INITIATED CALL FUNCTION 'BCA_API_RTW_EVT_INITIATED' EXPORTING I_REL_PROC_ID = L_WRK_OBJKEY "checkman I_INUPDATETASK = SPACE I_CONTAINER = L_CONTAINER.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RBNK_REPEAT_INI_RELEASE or its description.