SAP Reports / Programs | Application Platform | Master Data | SAP Business Partner(AP-MD-BP) SAP AP

BUP_STATUSPROFILE_CONVERTF01 SAP ABAP INCLUDE - BUPSTATUSPROFILECONVERTF01







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


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


INCLUDES used within this REPORT BUP_STATUSPROFILE_CONVERTF01

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:

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.



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