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

Change Pointers Structure for DEBMAS

Former Member
0 Likes
1,752

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

6 REPLIES 6
Read only

JuanCarlosDelga
Contributor
0 Likes
1,369

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

Read only

0 Likes
1,369

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.

Read only

0 Likes
1,369

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.

Read only

0 Likes
1,369

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


Read only

0 Likes
1,369

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

Read only

0 Likes
1,369

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.