cancel
Showing results for 
Search instead for 
Did you mean: 

XD_99_Customer mass maintenance

Former Member
0 Kudos

Dear All,

In transaction code XD99 we can modify the standard fields available for customer as a mass change.

But presently i am having some Z fields developed for customer.

I want to modify these z fields of customer as well through XD99 T code.

Is anybody is having idea how to do this.

Please expalin in details or if u r having any doument please send.

Thanks

Goutam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

XD99 is using DEBMAS idocs processing in background.

As a result you need to do the following.

1/ extend the processing of customer master data transaction. Implement BAdI CUSTOMER_ADD_DATA. Add the new fields in the BAdI screen. Implement CUSTOMER_ADD_DATA_CS

2/ Support the distribution with IDOCS. Implement BAdI CUSTOMER_ADD_DATA_BI and extend the DEBMAS idocs

3/ extend the outbound processing of DEBMAS with XD99. modify the corresponding function module.

I don't remember the FM module name. But the name contains DEBMAS03. Something like MASSDEBMAS03

4/ Add the fields to be supported by XD99 transaction

A quite long process to do.

Hope this helps

BR

Alain

gregorw
Active Contributor
0 Kudos

Hi Alain,

the function module needed in set 3) seems to be MASS_DEBMAS03_CHANGE.

For step 4) the [Note 216596 - Include additional fields in mass maintenance|https://service.sap.com/sap/support/notes/216596] seems to be helpful.

Best regards

Gregor

Answers (2)

Answers (2)

former_member217082
Active Contributor
0 Kudos

Hi Goutham

In XD99 you can change the data that you have maintained in the CMR .so if you want to change the data in the existing CMR data (say for example you want to change the acc assignment grp from 01 to 03) then it is possible to go with XD99 only even though you have Z feilds . But using LSMW is the second option

But while changing the data using XD99 you should take help of the technical consultant also as there Z feilds . So he has to check wheather they are getting updated properly or not

Regards

Srinath

Former Member
0 Kudos

Hi

I think instead of using MASS what i suggest is create an LSMW which which will update the ZEE table through SE16N t code

where these Zee fields are stored

regards