‎2014 Oct 31 7:45 AM
Hi Friends,
I am Working on the Customer Master Outbound Idoc and when a new customer is created with 10 fields it is generating. When i made a changes for that cutomer, only change fields are coming in Idoc but entire 10 fields are not coming. Please suggest any solution For this.
Regards,
Muralidhar
‎2014 Oct 31 8:16 AM
Hi Muralidhar,
In transaction BD60 for message DEBMAS, the function MASTERIDOC_CREATE_SMD_DEBMAS create the Idoc, you can create your own function to fill the idoc whatever you need.
Regards
JCD
‎2014 Oct 31 9:49 AM
Hi Juan,
Thank u.
Please can u explain clearly, what function module should i consider there ? . So that i can get entire structure of DEBMAS07 when i made the changes in Existing Customer.
‎2014 Oct 31 10:07 AM
Hi Muralidhar,
When you are working with change pointer technique then you can use only BD21 Transaction code , Creating idoc types from Change pointers to send the changes .
You can't send directly to the receiver system because these customers are already created so that is the reason you are getting only changed fields only.
I hope this will be helpful.
Thanks & Regards,
Raghunadh Kodali.
‎2014 Oct 31 10:24 AM
Hi,
Function MASTERIDOC_CREATE_SMD_DEBMAS fills Idoc structure using the change pointers of customers that exist in the system, function MASTERIDOC_CREATE_REQ_DEBMAS just create idocs from the list that is passed in table KNA1KEY, so if you want to send Idocs of the customer that have been changed, first you must determine which are those customer as is done in funtion MASTERIDOC_CREATE_SMD_DEBMAS, and later call function MASTERIDOC_CREATE_REQ_DEBMAS.
But you need to create your own function.
Regards.
JCD
‎2014 Oct 31 11:23 AM
Hi Raghunadh,
Is it possible to generate the idoc with all fields data when we made the changes in existing Customer by using Change Pointer Technique ?
Regards,
Muralidhar
‎2014 Oct 31 11:57 AM
Hi,
As of my experience it is not possible to send all the fields using change pointer technique.
you can only send the changes from sender to receiver system.
Thanks & Regards,
Raghunadh Kodali.