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

Entering values in MARA table using module pool programming

Former Member
0 Likes
412

Hi All,

I need a help from you all. I want to enter the values in the MARA table using module pool programming.

Can you please give me the detailed approach and if possible then code also as i am new to ABAP.

Thanks in Advance

1 REPLY 1
Read only

Pawan_Kesari
Active Contributor
0 Likes
345

Create the screen fields with ref to field in MARA table, once data is entered on screen by user then fill appropriate structure of FM BAPI_MATERIAL_SAVEDATA. If call to Fm BAPI_MATERIAL_SAVEDATA is successful then call FM BAPI_TRANSACTION_COMMIT to make changes permanent in database .