SAP Reports / Programs

RPASR_XI_CUST_ADJUST_05 SAP ABAP Report - Utility XI Integration: Transfer Customizing to New Tables







RPASR_XI_CUST_ADJUST_05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program to copy Customizing settings that you made in your client for XI scenario NEWHIREREQUEST...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPASR_XI_CUST_ADJUST_05 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 RPASR_XI_CUST_ADJUST_05. "Basic submit
SUBMIT RPASR_XI_CUST_ADJUST_05 AND RETURN. "Return to original report after report execution complete
SUBMIT RPASR_XI_CUST_ADJUST_05 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_2CUST = Transfer Customer Customizing
Selection Text: P_2SAP = Transfer SAP Customizing
Selection Text: P_TEST = Test Run
Title: Utility XI Integration: Transfer Customizing to New Tables
Text Symbol: 100 = Customizing Status in Current Client
Text Symbol: 110 = Old Customizing Tables
Text Symbol: 120 = New Customizing Tables
Text Symbol: 131 = Workflow Template Used
Text Symbol: 132 = Form Scenario Used
Text Symbol: 133 = SAP Delivery
Text Symbol: 134 = Customer-Specific
Text Symbol: 135 = Not Configured
Text Symbol: 200 = Settings
Text Symbol: 210 = Function
Text Symbol: 220 = Mode
Text Symbol: 231 = Transfer SAP Customizing from Delivery Client
Text Symbol: 232 = Transfer Customer Customizing
Text Symbol: 234 = Test Run (No Changes Written to Database)
Text Symbol: 900 = Program Cannot Be Executed in Background


INCLUDES used within this REPORT RPASR_XI_CUST_ADJUST_05

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:

VIEW_GET_CLIENT_STATE CALL FUNCTION 'VIEW_GET_CLIENT_STATE' IMPORTING client_state = client_state transp_state = transp_state.

VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'U' view_name = 'V_5ASRFSCN' EXCEPTIONS OTHERS = 1.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING * mode_rstable = 'E' tabname = -table_name varkey = -varkey EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING mode_rstable = 'X' tabname = -table_name varkey = -varkey.



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