Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Vendor master distribution using change pointer with company code data

0 Likes
2,738

Hi Experts,

My client requirement is that they want to distribute vendor master with Idoc using change pointer. Condition is that company code data must be distributed every time with Idoc regardless it is changed or not.

Please suggest how to achieve  this.

Thanks.

4 REPLIES 4
Read only

eduardo_hinojosa
Active Contributor
0 Likes
2,067

Hi

See the document "Using Filter Group in Change Pointers for Vendor" by Hemant Ghiya in the link http://scn.sap.com/docs/DOC-10345

Regards

Eduardo

Read only

0 Likes
2,067

HI, Requirement is that , company code data must be distributed regardless of changed or not. I mean at master data change, changed data is distributed to receiver system but in my case company code data either not changed even than it should be distributed.

Read only

0 Likes
2,067

Hi

Follow the steps in the document (IDOC's, pointers,...) and check it. Perhaps you need the help from a basis guy for WE20 and WE21.

Regards

Eduardo

Read only

0 Likes
2,067

Hi Ravinder,

Please refer below for solution

Ensure your system is in state where all the change pointer configurations are in place and vendor changes trigger IDocs, and the objective is to send company code data against SAP’s optimization of sending only changed data sets.

Area menu BALD


Function module MASTERIDOC_CREATE_SMD_CREMAS houses logic to evaluate change pointer and transmit the data via IDocs accordingly. We can meet the requirement by either enhancing/modify the FM or copy to Z* FM and make changes the code and replace in BD60


Copy of FM and additional 3 lines code, to send full data.


Test example: Change vendor name2 field and run BD21 for CREMAS

Vendor relationship menu displays IDoc number.


IDoc has all the segment, further programming to be done to meet specific requirement, like sending on company code data, by clearing tables from INSERT_KEYS perform at line 1099 in screen print above.

Let me know if you should have any further questions.

Best,

Abhijith