cancel
Showing results for 
Search instead for 
Did you mean: 

problem 2lis_02_itm

Former Member
0 Kudos

Hello,

When in R3 one item purchaser order is check how return item in the extractor I have one line with rocancel = X and bworg = 1 and other line with rocancel = ' ' and bworg = 5.

My problem is that in update rules I delete the registers with bworg <> 1. In this case the register with bworg = 1 and rocancel = X is in the psa but doesn´t in my ods. Why? I need that this register save in the ods.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181964
Active Contributor
0 Kudos

Hi,

rocancel = X and bworg = 1
rocancel = ' ' and bworg = 5

In update rules I delete the registers with bworg = 1

bworg = 1 and rocancel = X

You deleted it in Update rules while loading to ODS/DSO so it will delete all records bworg = 1, so it won't strore in DSO/ODS.

This is hard-coded, and the values for rocancel are

1.u2018blanku2018 u2013 New data record

2.u2018Xu2019 u2013 Cancellation of data record

3. u2018Ru2019 u2013 Deletion of data record

See SAP Note 578471

Thanks

Reddy

Former Member
0 Kudos

In update rules I delete the register with bworg <> 1.

The register with bworg = 1 and rocancel = 'X' I don´t delete but I don´t Know why when the data save in the ods this register does not saved.

former_member181964
Active Contributor
0 Kudos

hi,

delete only bworg = 1, you are not applying and condition, so write delete condition on both if you don't want to delete the records.

Thanks

Reddy