SAP Reports / Programs | Cross-Application Components | General Application Functions | Framework for the Principle of Dual Control(CA-GTF-TS-PDC) SAP CA

RBUSISB001 SAP ABAP Report - Program for object type BUSISB001 : ReleaseProcessBCA







RBUSISB001 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 RBUSISB001 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 RBUSISB001. "Basic submit
SUBMIT RBUSISB001 AND RETURN. "Return to original report after report execution complete
SUBMIT RBUSISB001 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for object type BUSISB001 : ReleaseProcessBCA


INCLUDES used within this REPORT RBUSISB001

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:

BCA_OBJ_RTW_GUID_CONVERT_32_16 CALL FUNCTION 'BCA_OBJ_RTW_GUID_CONVERT_32_16' EXPORTING I_GUID32 = object-key-RELEASEPROCESSID IMPORTING E_GUID16 = L_REL_PROC_ID RETURNCODE = SUBRC .

BCA_API_REL_GET_DETAIL CALL FUNCTION 'BCA_API_REL_GET_DETAIL' EXPORTING I_REL_OBJECT_ID = L_REL_PROC_ID IMPORTING E_STR_REL_LOG_H_DATA1 = L_BCA_STR_REL_LOG_H_DATA1 E_STATUS_ACT = BCA_STR_RTW_RELPROC-STATUS_ACT E_REL_PROCEDURE = BCA_STR_RTW_RELPROC-REL_PROCEDURE E_ACTIVITY = BCA_STR_RTW_RELPROC-ACTIVITY E_ITEMTEXT = BCA_STR_RTW_RELPROC-WORK_ITEM_TEXT .

BCA_OBJ_RTW_GUID_CONVERT_32_16 CALL FUNCTION 'BCA_OBJ_RTW_GUID_CONVERT_32_16' EXPORTING I_GUID32 = object-key-RELEASEPROCESSID IMPORTING E_GUID16 = L_REL_PROC_ID RETURNCODE = SUBRC .

BCA_API_REL_DIALOGUE_CALL CALL FUNCTION 'BCA_API_REL_DIALOGUE_CALL' EXPORTING I_REL_OBJECT_ID = L_REL_PROC_ID .

BCA_OBJ_RTW_GUID_CONVERT_32_16 CALL FUNCTION 'BCA_OBJ_RTW_GUID_CONVERT_32_16' EXPORTING I_GUID32 = object-key-RELEASEPROCESSID IMPORTING E_GUID16 = L_REL_PROC_ID RETURNCODE = SUBRC .

BCA_API_REL_RETURN CALL FUNCTION 'BCA_API_REL_RETURN' EXPORTING I_REL_OBJECT_ID = L_REL_PROC_ID I_STR_REL_H_DATA1 = L_BCA_STR_REL_LOG_H_DATA1 IMPORTING E_FLG_CHANGED = l_flg_changed EXCEPTIONS FAILED = 1 OTHERS = 2 .

BCA_OBJ_RTW_GUID_CONVERT_32_16 CALL FUNCTION 'BCA_OBJ_RTW_GUID_CONVERT_32_16' EXPORTING I_GUID32 = object-key-RELEASEPROCESSID IMPORTING E_GUID16 = L_REL_PROC_ID RETURNCODE = SUBRC .

BCA_API_REL_CHECK_EXISTENCE CALL FUNCTION 'BCA_API_REL_CHECK_EXISTENCE' EXPORTING I_STR_REL_LOG_H_KEY = BCA_STR_REL_LOG_H_KEY IMPORTING E_FLG_EXISTS = L_SUBRC .

BCA_API_REL_HISTORY_DISPLAY CALL FUNCTION 'BCA_API_REL_HISTORY_DISPLAY' EXPORTING I_STR_REL_H_DATA1 = L_BCA_STR_REL_LOG_H_DATA1 .

BCA_OBJ_RTW_FIND_SUBWORKFLOW CALL FUNCTION 'BCA_OBJ_RTW_FIND_SUBWORKFLOW' EXPORTING I_BCA_STR_RTW_API_REL_PROC = L_BCA_STR_RTW_API_REL_PROC IMPORTING E_WFTEMPLATEID = L_WFTEMPLATEID * E_RETURNCODE = .

BCA_API_REL_DISPLAY CALL FUNCTION 'BCA_API_REL_DISPLAY' EXPORTING i_str_rel_h_data1 = l_str_rel_log_h_data1.



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 RBUSISB001 or its description.