on 2016 Jan 12 3:25 PM
Hi Folks,
Please I have a problem , I have Consultant and module like dimension, and I have Default_module like property of the consultant dimension and i'm loading data from a flat file .
I want to check that if a value of the Module column is empty i want to get data from the property default_module and to put it at his cell ? how could I do that?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
You can't do it in transformation file! You can load data for empty module to some dummy member and then using script - copy this data to the module in property.
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please read about IF in transformation: Data Transformation Maintenance - SAP BusinessObjects Planning and Consolidation - SAP Library
Hi Fatima
another way could be to use START_ROUTINE Parameter in the Transformation file and write a little BADI to do this mapping. But you will need some ABAP skills to do so.
A first How To can be found here:
http://scn.sap.com/docs/DOC-4230
The "2 Step - Logic Import" will be much faster to implement, but if you have similar problems in different Imports, I think the routines are a nice feature to have a look at.
Regards
Jörg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.