WFA_EXPORTIMPORT 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_EXPORTIMPORT into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_TEST = Test
Selection Text: P_SERV = Application server file
Selection Text: P_IMP = Import
Selection Text: P_FILE = File name
Selection Text: P_EXTE = External key
Selection Text: P_EXP = Export
Selection Text: P_DELE = Delete
Selection Text: P_CLONE = Clone
Selection Text: P_CLNT = Presentation server file
Selection Text: P_40 = 4.0 Dataset
Selection Text: C_FILE = Mapping file
Selection Text: C_EXTE = Clone key
Title: Export/Import WFM data
Text Symbol: 902 = No Org. Units are selected. Program is going to be stop.
Text Symbol: 901 = No profiles are selected. Program is going to be stop.
Text Symbol: 900 = Error during generating external key
Text Symbol: 891 = Please enter clone key
Text Symbol: 890 = Please enter external key
Text Symbol: 889 = Please enter mapping file
Text Symbol: 888 = Please enter file
Text Symbol: 103 = KEY
Text Symbol: 102 = File
Text Symbol: 101 = Import
Text Symbol: 100 = Export
Text Symbol: 011 = DUPLICATE
Text Symbol: 010 = Detail selection
Text Symbol: 009 = Table type selection
Text Symbol: 008 = Cloning
Text Symbol: 007 = Clone parameters - Only during import
Text Symbol: 006 = Downloading file
Text Symbol: 005 = Reading table
Text Symbol: 004 = Continue ?
Text Symbol: 003 = Data will be deleted.
Text Symbol: 002 = Selection screen
Text Symbol: 001 = File name
INCLUDE WFA_EXPORTIMPORTTOP . " GLOBAL DATA
INCLUDE WFA_EXPORTIMPORTSEL . " SELECTION SCREEN
INCLUDE WFA_EXPORTIMPORTLCL . " LOCAL CLASS
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WFA_EXPORTIMPORT - Export/Import WFM data WFA_EXPORTIMPORT - Export/Import WFM data WFA_EXPDELIMP_MASTRADATA - IC WFM - Export, Delete and Import of Master- & Transaction data WFA_EXPDELIMP_MASTRADATA - IC WFM - Export, Delete and Import of Master- & Transaction data WFA_EXPDELIMP_CONFIGDATA - IC WFM - Export, Delete and Import of Configuration data WFA_EXPDELIMP_CONFIGDATA - IC WFM - Export, Delete and Import of Configuration data