Hi,
For a specific partner, I need to populate the name of his parent partner into the target master data infoobject.
Source_PACKAGE (datasource)
C1 Andry
C2 Rexin (parent of C1)
Target Infoobject (Desired Output)
C1 Rexin
Lookup DSO Record
C1 C2
Issue is: Am unable to populate Rexin into C1. It populates some other value of the same record i.e., C2 from source.
Inspite of no other field being used.
Logic used:
Select Customer from LookupDSO into Temp Where customer = source_package-kunnr.
In Field routine of master infoobject for name,
I need to get the Parent customer value C2, and then fetch the name of C2 from SOURCE_PACKAGE.
This is not working as expected. I read the temp first to get the Parent customer C2.
Now, I need to read SOURCE_PACKAGE and get Name value to this name field.
From performance aspect, pls suggest