cancel
Showing results for 
Search instead for 
Did you mean: 

Sending DEBMAS in full through BD21 - Object class DEBITOR

Former Member
0 Kudos

HI,

I have a requirement to send the DEBMAS in full through BD21.

There is a change pointer object class DEBITOR, ( see FM MASTERIDOC_CREATE_SMD_DEBMAS) which I believe will solve the purpose. Any idea how to activate DEBITOR?

We do have a list of the all required segments that needs to be sent to a NON-SAP system. Is BD65 a good idea?

The change pointer trick of ALELISTING works only for MATMAS guess.

Any help / idea will be greatly appreciated as it will save core code enhancement.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Anyone has any idea??

Former Member
0 Kudos

Hi,

MASTERIDOC_CREATE_SMD_DEBMAS is really the right function module to distributes changes of customer master.

Unfortunately, there is nothing really prepared to send a FULL customer from a change pointer.

In other words:

1/ Defines a custom function module based on a copy of MASTERIDOC_CREATE_SMD_DEBMAS

The Z_MASTERIDOC_CREATE_SMD_DEBMAS will only replace the call function module MASTERIDOC_CREATE_DEBMAS by MASTERIDOC_CREATE_REQ_DEBMAS

2/ Customize Z_MASTERIDOC_CREATE_SMD_DEBMAS to be called to send customer master change pointers. See view SM30 V_TBDME

3/ you need to artivate distribution of changes for DEBMAS

Good luck

Alain