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

changing data of customised fields using mass

Former Member
0 Likes
3,761

hello gurus

i have a requirement .. I am using MASS tcode for changing my data present in DB tables. But after entering the required new data n saving d data .. the data of my <b>append structure</b> of the database table is not getting stored.

Changes are made only in the standard SAP fields and not in the customised fields ..

Plz help

regards

swati

1 ACCEPTED SOLUTION
Read only

0 Likes
2,976

Dear Customer,

you should check note 576160 for furher information.

You have to implement a BAdI (from mass maintenance) and a Customer Exit (from Material)

mit freundlichen Grüßen/ yours sincerely

Marcus Wagler

SAP AG

Installed Maintenance Support Germany

hello gurus

i have a requirement .. I am using MASS tcode for changing my data present in DB tables. But after entering the required new data n saving d data .. the data of my <b>append structure</b> of the database table is not getting stored.

Changes are made only in the standard SAP fields and not in the customised fields ..

Plz help

regards

swati

9 REPLIES 9
Read only

mithun_shetty4
Contributor
0 Likes
2,976

Hi Swati,

Are the Fields of the Appended Structure Appearing when you Use 'MASS' Transaction.

Regards,

Mithun

Read only

0 Likes
2,976

Hi Mithun

Customised fields are appearing in the Mass tcode ,for that we maintained table MASSFLDLST..

But still data is not getting saved in our database table . Can u plz suggest a user exit or a BADI .

Thankx

Regards

Swati

Read only

0 Likes
2,976

There is one BADI Available for the Same BADI_LAMA_FREESELECTIONS.

U can check if it meets ur Requirement.

There is One way out to Insert data in the Table incase the BADI dosent help.

Ie you Need to Write A progam which Updates/Modifies these Fields Directly in the Table.(well thats not the Right Approach, jus in case)

Hope this will Help .

Award Points if it was Helpful.

Regards,

Mithun.

Read only

0 Likes
2,976

hi mithun ,

thankx for ur reply but this badi doesnt work for me ... can u plz suggest some other badi for same..

regards

swati

Read only

0 Likes
2,976

Hi swati,

the options you mentioned are only for enabling the (display) of the fields in the mass maintenance. You should read note 576160 to get an impression what has to be done for the material master mass changes.

mit freundlichen Grüßen/ yours sincerely

Marcus Wagler

SAP AG

Read only

0 Likes
2,976

Hi Marcus,

Thankx a lot for ur reply. But the note number that u have mentioned is for the material master . Can u <b>please</b> suggest me a note for mass changes in Customer Master Append structure fields in MASS tcode.

I have been finding it but not found so far.

Thankx and Regards

Swati

Read only

0 Likes
2,976

Hi Swathi,

Please let me know if you got the solution for ur subjected question(changing data of customized fields using mass t-code XD99), if so please revert back me with your valuable answer because i am also facing the exactly similar issue like you.

Thanks in advance.

Read only

0 Likes
2,976

Hi,

You can export the SKNA1 structure data from function module MASS_DEBMAS03_CHANGE by creating implicit enhancement at line number 1316. And import the data inside the program SAPMF02D there is routine nummernkreis_pruefen in which you can import the data pass back the custom fields data to KNA1 structure. This works in my case,

If you have any other solution post back.

Regards,

Uday

Read only

0 Likes
2,977

Dear Customer,

you should check note 576160 for furher information.

You have to implement a BAdI (from mass maintenance) and a Customer Exit (from Material)

mit freundlichen Grüßen/ yours sincerely

Marcus Wagler

SAP AG

Installed Maintenance Support Germany