SAP Reports / Programs

/SCRM/INITIAL_LOAD SAP ABAP Report - ICON SCP Initial Load Program







/SCRM/INITIAL_LOAD 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 /SCRM/INITIAL_LOAD 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 /SCRM/INITIAL_LOAD. "Basic submit
SUBMIT /SCRM/INITIAL_LOAD AND RETURN. "Return to original report after report execution complete
SUBMIT /SCRM/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


ICON SCP Initial load Program
Selection Text: CB1 = Parts Master
Selection Text: CB10 = Expected Receipt
Selection Text: CB11 = Production Order
Selection Text: CB12 = Inventory Reservations
Selection Text: CB13 = Inter Warehouse Transfer
Selection Text: CB14 = Customer Order
Selection Text: CB2 = Depot Specific Parts Master
Selection Text: CB3 = Production Master
Selection Text: CB4 = Procurement Master
Selection Text: CB5 = Bill of Material(BoM)
Selection Text: CB6 = Depot Specific PartMstr TimDep
Selection Text: CB7 = Time Dependent Process Share
Selection Text: CB8 = Supply Chain Master
Selection Text: CB9 = Inventory
Selection Text: CB_ALL1 = Select all Master Data
Selection Text: CB_ALL2 = Select all Transaction Data
Selection Text: PSIZE = Packet Size
Selection Text: P_BG = Local Directory
Selection Text: P_FG = App Server Directory
Selection Text: P_FILE = Local Directory
Selection Text: P_FILE1 = App Server Directory
Title: ICON SCP Initial Load Program
Text Symbol: 806 = Depot Specific Parts Master - Time Dependent
Text Symbol: 807 = Process Share
Text Symbol: 808 = Supply Chain Master
Text Symbol: 809 = Inventory
Text Symbol: 810 = Expected Receipt
Text Symbol: 811 = Production Order
Text Symbol: 812 = Inventory Reservations
Text Symbol: 813 = Inter Warehouse Transfer
Text Symbol: 814 = Customer Order
Text Symbol: 900 = Error
Text Symbol: 901 = Warning
Text Symbol: 902 = Info
Text Symbol: B05 = Path to save the initial load extract
Text Symbol: CBA = Select All
Text Symbol: 805 = BOM





Text Symbol: 000 = Initial Load Selection for Master Data
Text Symbol: 001 = Initial Load Selection for Transaction Data
Text Symbol: 002 = CAUTION: Depending on the data volume, the program may TIME-OUT. Select carefully!
Text Symbol: 003 = Finish
Text Symbol: 004 = Order
Text Symbol: 005 = 014
Text Symbol: 006 = Logging
Text Symbol: 018 = Global Filter Parameters
Text Symbol: 040 = OPEN DATASET
Text Symbol: 041 = FOR OUTPUT IN TEXT MODE.
Text Symbol: 042 = FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
Text Symbol: 043 = IF sy-subrc NE 0.
Text Symbol: 044 = RAISE error.
Text Symbol: 045 = ENDIF.
Text Symbol: 052 = Dynamic code generation for ICON
Text Symbol: 053 = iv_fname
Text Symbol: 501 = Write to Network Path
Text Symbol: 502 = Write to Local Folder
Text Symbol: 503 = Local Folder
Text Symbol: 601 = Parts Master (PARTMSTR10_FULL.TXT)
Text Symbol: 602 = Depot Specific Parts Master (PART_DEPOT01_FULL.TXT)
Text Symbol: 603 = Production Master (PROD01_FULL.TXT)
Text Symbol: 604 = Procurement Master (PROC01_FULL.TXT)
Text Symbol: 605 = Bill of Material (BOM02_FULL.TXT)
Text Symbol: 606 = Depot Specific Parts Master - Time Dependent (INV_CHANNEL01_FULL.TXT)
Text Symbol: 607 = Time Dependent Process Share (PROCESS_SHARE01_FULL.TXT)
Text Symbol: 608 = Supply Chain Master (SC01_FULL.TXT)
Text Symbol: 609 = Inventory (INV01_FULL.TXT)
Text Symbol: 610 = Expected Receipt (EXPRCPT01_FULL.TXT)
Text Symbol: 611 = Production Order (PRODORD01_FULL.TXT)
Text Symbol: 612 = Inventory Reservations (PRODORD01_GI_FULL.TXT)
Text Symbol: 613 = Inter Warehouse Transfer (IWT01_FULL.TXT)
Text Symbol: 614 = Customer Order (CUSTORD01_FULL.TXT)
Text Symbol: 801 = Parts Master
Text Symbol: 802 = Depot Specific Parts Master
Text Symbol: 803 = Production Master
Text Symbol: 804 = Procurement Master


INCLUDES used within this REPORT /SCRM/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 /SCRM/INITIAL_LOAD or its description.