SAP Reports / Programs

/ISDFPS/XI_INITIAL_LOAD SAP ABAP Report - Initial Loading DFPS Central System => XI







/ISDFPS/XI_INITIAL_LOAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Initial loading of the XI mapping table for the DFPS component All active force elements (objects of type O and RF) are selected and written to the DFPS-specific XI mapping table via RFC...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 /ISDFPS/XI_INITIAL_LOAD into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/ISDFPS/XI_INIT_LOAD - DFPS Initial Load XI Mapping


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 /ISDFPS/XI_INITIAL_LOAD. "Basic submit
SUBMIT /ISDFPS/XI_INITIAL_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/XI_INITIAL_LOAD 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_COUNT = No. of Records per Commit
Selection Text: P_RFCDST = RFC Destination of XI
Selection Text: P_PLVAR = D .
Selection Text: TESTRUN = D .
Title: Initial Loading DFPS Central System => XI
Text Symbol: 001 = Test Run
Text Symbol: 003 = Number of Transferred Records:
Text Symbol: 004 = Number of Records to Transfer:
Text Symbol: 005 = Number of Read Records:
Text Symbol: 006 = Number of Skipped Records:
Text Symbol: 008 = Single records found w/o plant and stor.location assgmt
Text Symbol: 009 = These records are NOT transferred
Text Symbol: 010 = Used RFC Connection:
Text Symbol: 011 = Update run: Data is transferred to the remote system
Text Symbol: 012 = Table is NOT
Text Symbol: 013 = EMPTY in the target system
Text Symbol: 014 = Insufficient authorization in remote system
Text Symbol: 015 = RFC problem in target system
Text Symbol: 016 = Data transferred to remote system successfully


INCLUDES used within this REPORT /ISDFPS/XI_INITIAL_LOAD

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:

No SAP FUNCTION MODULES are executed within this report code!



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 /ISDFPS/XI_INITIAL_LOAD or its description.