ā2013 Jun 21 9:39 AM
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.
ā2013 Jun 21 10:53 AM
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
ā2013 Jun 21 11:07 AM
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.
ā2013 Jun 21 1:58 PM
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
ā2013 Jul 01 11:09 PM
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