cancel
Showing results for 
Search instead for 
Did you mean: 

Manipulation of DSO overwrite functionality for characteristics

tupai
Explorer
0 Kudos

Hi Experts,

This is a scenario which I have often come across while updating Std DSO where the source have multiple lines items against the particular set of key and we need to pick the first records or last record or record which has values. To elaborate your with an example of source data:

KEY1 KEY2 FIELD1 FIELD2

34578 AA 10 USD

34578 AA X 10 USD

34578 AA 10 USD

Expected Result in Std DSO:

KEY1 KEY2 FIELD1 FIELD2

34578 AA X 30 USD

but I get FIELD1 as blank

Can someone suggest how we can handle such scenario? If field routine is the answer can someone provide me example of the code please.

Regards

Ani

Accepted Solutions (1)

Accepted Solutions (1)

former_member186445
Active Contributor
0 Kudos

you could use semantic grouping on the key. so all the records with the same key are in the same package. in the start routine you can filter the one you need.

M.

Answers (0)