‎2004 Nov 23 5:15 AM
Hi All,
According to the requirment I have added a field <b>NAME55</b> in <b>MARA</b> table by <b>APPEND STRUCTURE</b>.Now I have to upload a set of customer data in that <b>NAME55</b> field,which will be pupulated the <b>MARA</b> table.
Someone plz help me on how I will approch for this?
If I am not clear plz reply.
Regards.
Rajarshi.
‎2004 Nov 23 5:39 AM
First and foremost thing:
With an append structure, normally, you should be adding field (names) starting with "ZZ" but it looks like you have added just NAME55. If this is the case, please change it to ZZNAME55 and re-activate it.
To have this field updated, if you need to update, while the transaction is being updated using one of (material master or some other) transaction, you must be having the logic to how to determine it. Once u have it, use one of the user exit and populate it. Please let me know which trxn it is supposed to go with - I can help u out?
Regards
Anjaiah
‎2004 Nov 23 6:27 AM
Hi Anjaiah,
For the transaction ME41 I just want that ZZNAME55,requirment is from that perticular transaction system will take the ZZNAME55 value and populate in MARA table.
Regards.
Rajarshi
‎2004 Nov 23 10:30 AM
Go to <b>SMOD</b> transaction and check for enhancement <b>MM06E005</b> and then click on <b>components</b>. Probably <b>EXIT_SAPMM06E_012</b> would be of use to you.
Regards,
Subramanian V.
‎2004 Nov 23 7:51 PM
Hi Rajarshi,
I am little confused with your requirement. You want to update MARA-ZZNAME55(a master table field) with a value that you enter in the transaction ME41(a RFQ create transaction for transactional data)?
If this is true, you will be changing MARA, every time there is a new RFQ for that material and only the latest RFQ value will be there in MARA, but no history. Is this how the client wants it? Please clarify.