Sample Transformation File 
When you are copying or importing data between applications and need to map the dimensions that are different, you can create a transformation file to map the dimensions.
The following table contains a list of the dimensions in a sample source and target application:
Source Application |
Target Application |
Category Account Entity Time Rptcurrency Intco Datasrc |
Cat Acc Ent Tim Currency Int Dat |
To map the dimensions from the source application to the target application, you can create a transformation file as follows:
*OPTIONS
FORMAT = DELIMITED
HEADER = YES
DELIMITER =
SKIP = 0
SKIPF =
CREDITNEGATIVE=NO
CONVERTAMOUNTWDIM=
MAXREJECTCOUNT=
VALIDATERECORDS=YES
*MAPPING
cat=category
Acc=Account
Ent = Entity
Tim=time
Currency=Rptcurrency
int=intco
dat=Datasrc
*CONVERSION
Data Transformation Maintenance
Any software coding and/or code lines / strings ("Code") included in this documentation are only examples and are not intended to be used in a productive system environment. The Code is only intended to better explain and visualize the syntax and phrasing rules of certain coding. SAP does not warrant the correctness and completeness of the Code given herein, and SAP shall not be liable for errors or damages caused by the usage of the Code, except if such damages were caused by SAP intentionally or by its gross negligence.