cancel
Showing results for 
Search instead for 
Did you mean: 

XD99 custom field mass maintenance doesn't work

Former Member
0 Kudos

Good morning to all,

I have a problem with maintenance of a custom field added to customer master (KNA1) with append. I want to maintain that field with XD99. In this transaction I can see the field and insert a value, but when I save, tha value is not saved.

I tried to create a new custom segment with my custom field and use BAdI CUSTOMER_ADD_DATA_BI, but before the call transaction to XD02 in the code, my field is empty. How can I maintain that field? Which method of BAdI CUSTOMER_ADD_DATA_BI should I use?

Thanks to all

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In the mass maintenance of the customer master record user-defined fields is not available.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

this will be a very huge effort to extend XD99.

1st extend XD99, (fields, tables, customizing + MASS_DEBMAS03_CHANGE)

2nd extend DEBMAS idoctype

3nd implement CUSTOMER_ADD_DATA_BI

if the extension is not yet done for customer master data transaction you will also have to implement CUSTOMER_ADD_DATA + CUSTOMER_ADD_DATA_CS

BR

Alain