2010 Dec 21 9:47 PM
Hi!
I would like to implement an ABAP Rule for a certain field where I want to use the value of the migration field in the same migration object but in the other aut. structure.
With the use of $C$ placeholder like this: "$C$-MUSTER_KUN" ...I can only access data fields in the same autmated structure.
Thanks for your help!
Best regards,
Peter
2013 Jun 05 7:25 PM
Hi Peter,
You can refer to the different auto-structures and their fields by explicitly specifying the auto-structure names. For e.g., use --> EMG_EKUN_INIT-BPKIND if you want to refer to the processed/SAP value. Or refer to this as z_EMG_EKUN_INIT-BPKIND - if you want to get the file input value for a particular structure/field.
I only provided one example but you could refer to other structures/fields in a similar manner.
Hope this helps.
Regards,
Ash