2007 May 24 2:31 PM
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
2007 Jun 29 9:24 AM
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
2007 May 25 9:29 AM
Hi Swati,
Are the Fields of the Appended Structure Appearing when you Use 'MASS' Transaction.
Regards,
Mithun
2007 May 25 10:24 AM
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
2007 May 25 10:47 AM
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.
2007 May 29 9:16 AM
hi mithun ,
thankx for ur reply but this badi doesnt work for me ... can u plz suggest some other badi for same..
regards
swati
2007 Jun 29 10:03 AM
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
2007 Jul 24 9:00 AM
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
2010 Jan 21 12:49 PM
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.
2010 Mar 30 10:18 AM
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
2007 Jun 29 9:24 AM
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