Hi all,
I am getting data from CRM business partners in to an ODS (for bpartner2 and bpartner1 relationships) for retailers
we have a relationship is replaced by "BUR013" and direction "1"
I am trying to find the original Bpartners for each retailer and update to an info object zretail. zrtlroot being the other attribute of zretail.
loop through the data package for bpartner 2 and bpartner1 to find the original retailer.
data looks like this:
bpartner2 bpartner1
10400 10300
10500 10400
10600 10500
this should be converted to
10400 10300
10500 10300
10600 10300
for every bpartner2
please help.