SAP Reports / Programs

INITXBP2 SAP ABAP Report - Initialization Program for Background Processing Interface XBP 2.0







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


Text pool values


Title: Initialization Program for Background Processing Interface XBP 2.0
Text Symbol: 028 = More precise error messages for all functions
Text Symbol: 027 = More precise error messages only for message XM034
Text Symbol: 026 = Default Setting for XBP 2.0
Text Symbol: 025 = New Setting for "Error Handling"
Text Symbol: 024 = Type of Error Message for XBP 2.0 (SAP Note 1515739)
Text Symbol: 023 = On (3.0)
Text Symbol: 022 = Activate 2.0
Text Symbol: 021 = Activate 3.0
Text Symbol: 020 = to
Text Symbol: 019 = frm
Text Symbol: 018 = Previous "Parent-Child Function" Setting:
Text Symbol: 017 = Previous "Interception" Setting:
Text Symbol: 016 = New "Parent-Child Function" Setting:
Text Symbol: 015 = New "Interception" Setting:
Text Symbol: 014 = You are not authorized to deactivate "Parent-Child Function"
Text Symbol: 013 = You are not authorized to activate "Parent-Child Function"
Text Symbol: 012 = You are not authorized to deactivate "Interception"
Text Symbol: 011 = You are not authorized to activate "Interception"
Text Symbol: 010 = You are not authorized to change the setting
Text Symbol: 009 = One of the actions incorrect
Text Symbol: 008 = Unexpected error when reading
Text Symbol: 007 = Change Settings
Text Symbol: 006 = Switch Off
Text Symbol: 005 = Switch On
Text Symbol: 004 = The current setting is selected
Text Symbol: 003 = 'Parent-Child Functions'
Text Symbol: 002 = 'Interception'
Text Symbol: 001 = No background administration authorization.


INCLUDES used within this REPORT INITXBP2

INCLUDE BTCOPT.
INCLUDE LBTCHDEF.


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:

BP_NEW_FUNC_CHECK CALL FUNCTION 'BP_NEW_FUNC_CHECK' EXPORTING interception_action = 'r' parentchild_action = 'r' IMPORTING interception = int_value parentchild = pc_value EXCEPTIONS wrong_action = 1 no_authority = 2 OTHERS = 3.

BP_NEW_FUNC_CHECK CALL FUNCTION 'BP_NEW_FUNC_CHECK' EXPORTING interception_action = 'r' parentchild_action = 'r' IMPORTING interception = int_value parentchild = pc_value EXCEPTIONS wrong_action = 1 no_authority = 2 OTHERS = 3.

BP_NEW_FUNC_CHECK CALL FUNCTION 'BP_NEW_FUNC_CHECK' EXPORTING interception_action = lv_icpt_act IMPORTING interception = int_value EXCEPTIONS wrong_action = 1 no_authority = 2 OTHERS = 3.

BP_NEW_FUNC_CHECK CALL FUNCTION 'BP_NEW_FUNC_CHECK' EXPORTING interception_action = 'C' IMPORTING interception = int_value EXCEPTIONS wrong_action = 1 no_authority = 2 OTHERS = 3.

BP_NEW_FUNC_CHECK CALL FUNCTION 'BP_NEW_FUNC_CHECK' EXPORTING parentchild_action = 'S' IMPORTING parentchild = pc_value EXCEPTIONS wrong_action = 1 no_authority = 2 OTHERS = 3.

BP_NEW_FUNC_CHECK CALL FUNCTION 'BP_NEW_FUNC_CHECK' EXPORTING parentchild_action = 'C' IMPORTING parentchild = pc_value EXCEPTIONS wrong_action = 1 no_authority = 2 OTHERS = 3.



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