SAP Reports / Programs

WFA_EXPDELIMP_MASTRADATA SAP ABAP Report - IC WFM - Export, Delete and Import of Master- & Transaction data







WFA_EXPDELIMP_MASTRADATA 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 WFA_EXPDELIMP_MASTRADATA 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 WFA_EXPDELIMP_MASTRADATA. "Basic submit
SUBMIT WFA_EXPDELIMP_MASTRADATA AND RETURN. "Return to original report after report execution complete
SUBMIT WFA_EXPDELIMP_MASTRADATA 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_FILE_E = File name
Selection Text: P_FILE_I = File name
Selection Text: P_NEWORG = load into org unit
Selection Text: P_TEST_D = test only, no database changes
Selection Text: P_TEST_I = test only, no database changes
Selection Text: R_ALL = Load all org units within file
Selection Text: R_DEL = Delete data physically from DB
Selection Text: R_EXP = Export data to CSV file
Selection Text: R_IMP = Import data from CSV file
Selection Text: R_ONE = one org unit under diff. name
Selection Text: R_SPC = Only specific org units
Selection Text: S_ORGU_D = Org unit
Selection Text: S_ORGU_E = Org unit
Selection Text: S_ORGU_I = Org unit
Title: IC WFM - Export, Delete and Import of Master- & Transaction data
Text Symbol: RP6 = export only org unit independent tables
Text Symbol: RP5 = export org unit dependent tables + referenced independent records
Text Symbol: RP4 = export only org unit dependent tables
Text Symbol: RP3 = load one org unit and store under different name
Text Symbol: RP2 = load only specific org units (please enter above)
Text Symbol: RP1 = load all org units within file
Text Symbol: RM3 = Import data from CSV file
Text Symbol: RM2 = Delete data physically from DB
Text Symbol: RM1 = Export data to CSV file
Text Symbol: CSJ = New org unit doesn't exist up to now
Text Symbol: 001 = Choose execution modus
Text Symbol: 002 = Parameters for Export run
Text Symbol: 003 = Parameters for Deletion run
Text Symbol: 004 = Parameters for Import run
Text Symbol: 005 = New Org unit
Text Symbol: 006 = Text Files (*.prn;*.txt;*.csv)
Text Symbol: 007 = Column
Text Symbol: 008 = Org unit
Text Symbol: 009 = to
Text Symbol: 010 = File name
Text Symbol: 011 = Export option
Text Symbol: 012 = included in selection
Text Symbol: 013 = excluded from selection





Text Symbol: 014 = Import option
Text Symbol: 015 = test only, no database changes
Text Symbol: 016 = productive run with database changes
Text Symbol: 017 = Test run parameter
Text Symbol: CS2 = Do you want to continue?
Text Symbol: CSA = The file will be overwritten
Text Symbol: CSC = The filename entered does already exist
Text Symbol: CSD = The org units you entered will be ignored.
Text Symbol: CSF = "Load all org units within file" is clicked
Text Symbol: CSG = The new org unit you entered will be overwritten.
Text Symbol: CSH = The new org unit entered is already there
Text Symbol: CSI = The new org unit will be created.


INCLUDES used within this REPORT WFA_EXPDELIMP_MASTRADATA

INCLUDE WFA_CONFIGDATA_DAT.
INCLUDE WFA_MASTRADATA_FSC.
INCLUDE WFA_CONFIGDATA_FRM.
INCLUDE WFA_CONFIGDATA_FR2.


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