BUP_STATUSPROFILE_CONVERTF01 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 BUP_STATUSPROFILE_CONVERTF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BUP_TB003_SELECT_SINGLE CALL FUNCTION 'BUP_TB003_SELECT_SINGLE' EXPORTING i_role = cs_userstat-role IMPORTING e_tb003 = ls_tb003 EXCEPTIONS not_found = 1 OTHERS = 2.
BUP_TB003T_SELECT_SINGLE CALL FUNCTION 'BUP_TB003T_SELECT_SINGLE' EXPORTING i_role = cs_userstat-role IMPORTING e_tb003t = ls_tb003t EXCEPTIONS not_found = 1 OTHERS = 2.
BUP_TB003_SELECT_SINGLE CALL FUNCTION 'BUP_TB003_SELECT_SINGLE' EXPORTING i_role = gs_activity-role IMPORTING e_tb003 = ls_tb003 EXCEPTIONS not_found = 1 OTHERS = 2.
BUP_TB003B_SELECT_SINGLE CALL FUNCTION 'BUP_TB003B_SELECT_SINGLE' EXPORTING i_rolecategory = gs_activity-rolecategory IMPORTING e_tb003b = ls_tb003b EXCEPTIONS not_found = 1 OTHERS = 2.
BUP_TB003V_SELECT_WITH_ROLECAT CALL FUNCTION 'BUP_TB003V_SELECT_WITH_ROLECAT' EXPORTING i_rolecategory = gs_activity-rolecategory TABLES t_tb003v = lt_tb003v EXCEPTIONS not_found = 1 OTHERS = 2.
BUP_TB003_SELECT_SINGLE CALL FUNCTION 'BUP_TB003_SELECT_SINGLE' EXPORTING i_role = cs_allowedtrans-rolefrom IMPORTING e_tb003 = ls_tb003 EXCEPTIONS not_found = 1 OTHERS = 2.
BUP_TB003T_SELECT_SINGLE CALL FUNCTION 'BUP_TB003T_SELECT_SINGLE' EXPORTING i_role = cs_allowedtrans-rolefrom IMPORTING e_tb003t = ls_tb003t EXCEPTIONS not_found = 1 OTHERS = 2.
BUP_TB003_SELECT_SINGLE CALL FUNCTION 'BUP_TB003_SELECT_SINGLE' EXPORTING i_role = cs_allowedtrans-roleto IMPORTING e_tb003 = ls_tb003 EXCEPTIONS not_found = 1 OTHERS = 2.
BUP_TB003T_SELECT_SINGLE CALL FUNCTION 'BUP_TB003T_SELECT_SINGLE' EXPORTING i_role = cs_allowedtrans-roleto IMPORTING e_tb003t = ls_tb003t EXCEPTIONS not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING titel = text-t01 textline1 = text-t02 IMPORTING answer = lv_answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-t03 textline1 = text-t04 textline2 = text-t05 IMPORTING answer = lv_answer.
BUP_TB003C_SELECT_SINGLE CALL FUNCTION 'BUP_TB003C_SELECT_SINGLE' EXPORTING i_rlexclgr = gs_tb003d-rlexclgr IMPORTING e_tb003c = ls_tb003c EXCEPTIONS not_found = 1 OTHERS = 2.
BUP_TB003D_SELECT_SINGLE CALL FUNCTION 'BUP_TB003D_SELECT_SINGLE' EXPORTING i_rlexclgr = gs_tb003d-rlexclgr IMPORTING e_tb003d = ls_tb003d EXCEPTIONS not_found = 1 OTHERS = 2.
BUP_TB003E_SELECT_WITH_RLEXCGR CALL FUNCTION 'BUP_TB003E_SELECT_WITH_RLEXCGR' EXPORTING i_rlexclgr = gs_tb003d-rlexclgr TABLES t_tb003e = gt_tb003e_old EXCEPTIONS not_found = 1 OTHERS = 2.
BUP_TB003I_SELECT_ALL CALL FUNCTION 'BUP_TB003I_SELECT_ALL' TABLES t_tb003i = lt_tb003i EXCEPTIONS not_found = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BUP_STATUSPROFILE_CONVERTF01 - BUPSTATUSPROFILECONVERTF01 BUP_STATUSPROFILE_CONVERT - SAP BP: Convert user status into BP role exclusion group BUP_STATUSPROFILE_CONVERT - SAP BP: Convert user status into BP role exclusion group BUP_ROLE_CUSTOMER_CONVERT - Conversion of BP Role CRM000 (Customer) BUP_ROLE_CUSTOMER_CONVERT - Conversion of BP Role CRM000 (Customer) BUP_ROLES_GET_ALL=============FT - BUPROLESGETALL=============FT