SAP for Retail Discussions
Join conversations about personalization, omnichannel strategies, and operational excellence in retail using SAP for Retail software.
cancel
Showing results for 
Search instead for 
Did you mean: 

IS Retail: Stand. rep. having Change Pointer and Article filteration both

Former Member
0 Kudos

Hello,

In some of cases we required to trigger the article manually in SAP

using RWDBBMAN (wdbm) program but in this case it doesn't send the

change indicator to POS because of that SAP's and POS's price change report doesn't match.

For manual triggering purpose if we use the RWDBBUPD (wdbu) program,

it doesn't have the filter condition of article because of that it will send all the changed article of that day to POS

which will increase the load of POS to overcome this problem we required the Article filter condition in RWDBBUPD (wdbu) program.

Please suggest me the best possible way :

1.) To create a customize program using RWDBBMAN and put change pointer changes.

2.) To create a customize program using RWDBBUPD and put article filteration changes.

OR is there any other way to do this..??

Thanks & Regards,

Charan

1 REPLY 1

Former Member
0 Kudos

Hello,

You may limit the number of changes flowing to POS with following two approaches:

(1) Change-pointer enable only the suitable fields in BD52 for your message type

(2) You filter out unwanted changes using function exit EXIT_SAPLWBBI_002

:

Thanks,

Venu