Hi expert,
I am trying to load the data of InfoObject 0MRP_CONTRL which is compounded of InfoObject 0PLANT.
I did a very simple Transformation file:
| *OPTIONS |
| FORMAT = DELIMITED |
| HEADER = NO |
| DELIMITER = ; |
| AMOUNTDECIMALPOINT = . |
| SKIP = 0 |
| SKIPIF = |
| VALIDATERECORDS=YES |
| CREDITPOSITIVE=YES |
| MAXREJECTCOUNT= |
ROUNDAMOUNT= |
| *MAPPING |
| ID=ID |
However I get the following error:
"ID is not a valid command or column ID does not exist in source"
When I load masterdata from BW I usually use the ID column and it works. I guess this is because my infoObject is compounded. How to write the transformation file in that case?
Actually my ultimate goal is to have a this rule in transformation file:
| ID=*if(0PLANT= *str(DI11) then *str(MRP) + ID; *str(MRP_) + 0PLANT + *str(_) + ID) |
But this gives the error "0PLANT is not a valid command or column 0PLANT does not exist in source" which is the same problem.
Could you please advise how this kind of InfoObject should be handled?
Regards,
Alexandre