Hello BPCers, and happy new year.
I have a problem with a Master Data package that I would like to share with you all.
I'm trying to import an InfoObject from BW that concatenates the client and the material family (this one is the key field of the InfoObject). Moreover, there are some attributes like Family, Client_description, Employee (person in charge of this combination of client and material family), etc.
Sincé I don't have the concatenation in the InfoObject, I have to make it manually in the transformation file.
The problem appears when launching the import package: the combination of Client + Family returns the combination of Client Description + Family.
(for example, ClientDescription1_FamilyABC instead of Client1_FamilyABC), and I don't know why.
The mapping i'm using is:
ID = ID + 0CUSTOMER
Family = ID
Client = 0CUSTOMER
Client_desc = ZTXTCUSTOMER
Salesman = 0SALESEMPLY
Salesman_desc = ZTXTSALESEMPLY
In the InfoObject, the customer is a relation, not an attribute(i'm not sure if this is relevant).
Somebody have idea of why the package is returning the description and not the ID? Every help would be welcome.
Thank you in advance.