J_1BNFE_MIGRATE_SCR_CONTROL 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 J_1BNFE_MIGRATE_SCR_CONTROL 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.
Selection Text: UPDATE = Migrate
Title: Report J_1BNFE_MIGRATE_SCR_CONTROL
Text Symbol: 101 = Do you want to migrate the Nota Fiscal screen controls?
Text Symbol: 102 = Migrate Screen control groups
Text Symbol: 103 = You are not authorized to migrate screen control groups
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_OLE CALL FUNCTION 'AUTHORITY_CHECK_OLE' EXPORTING PROGRAM = 'J_1BNFE_MIGRATE_SCR_CONTROL' ACTIVITY = ls_call APPLICATION = 'SAPINFO' EXCEPTIONS NO_AUTHORITY = 1 ACTIVITY_UNKNOWN = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-102 * diagnose_object = 'WARNBITOPT' text_question = text-101 text_button_1 = 'Yes' text_button_2 = 'No' default_button = '2' icon_button_1 = 'ICON_OKAY' display_cancel_button = ' ' IMPORTING answer = p_answer EXCEPTIONS text_not_found = 1 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1BNFE_MIGRATE_SCR_CONTROL - Report J_1BNFE_MIGRATE_SCR_CONTROL J_1BNFE_MIGRATE_SCR_CONTROL - Report J_1BNFE_MIGRATE_SCR_CONTROL J_1BNFE_GAPMONITOR_USER_COMI01 - Include J_1BNFE_GAPMONITOR_USER_COMI01 J_1BNFE_GAPMONITOR_STATUS_0O01 - Include J_1BNFE_GAPMONITOR_STATUS_0O01 J_1BNFE_GAPMONITOR_READ_J_1F01 - Include J_1BNFE_GAPMONITOR_READ_J_1F01 J_1BNFE_GAPMONITOR_MAIN - Include J_1BNFE_GAPMONITOR_MAIN