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

Enhancement of Material master basic data 2 tab

former_member420878
Active Participant
0 Likes
1,469

Hi All,

I have a requirement to enhance the screen of Material Master in Basic data 2 Tab with 2 custom fields.

I did the development by following http://saptechnical.com/Tutorials/ExitsBADIs/MM/MM01.htm link

and also checking note 0000044410.

The issue was, values were not getting saved in the Database.

Hence for that I used BADI_MATERIAL_CHECK to save data.

I am able to do that using assign statement and also using Memory ID. but that is strictly prohibited for use.

Does anyone have alternative suggestions?


Thanks


1 ACCEPTED SOLUTION
Read only

former_member420878
Active Participant
0 Likes
996

Problem is resolved

Hi Vipin,

I followed the same steps.. but actual problem was with Saving new or changed data back to Database without using 'assign stmt' or 'memory Id stmts'.

Solution : I copied all the flow logic from standard screen 4004 into my custom screen. It is taking care of each and every thing and my requirement is also get satisfied with that.

Hi All,

I have a requirement to enhance the screen of Material Master in Basic data 2 Tab with 2 custom fields.

I did the development by following http://saptechnical.com/Tutorials/ExitsBADIs/MM/MM01.htm link

and also checking note 0000044410.

The issue was, values were not getting saved in the Database.

Hence for that I used BADI_MATERIAL_CHECK to save data.

I am able to do that using assign statement and also using Memory ID. but that is strictly prohibited for use.

Does anyone have alternative suggestions?


Thanks


2 REPLIES 2
Read only

Former Member
0 Likes
996

search with ( MDG1 and MM01) on any search engine, you will get result, here are few suggestion.

You need to copy MDG1 function group to custom function group like ZMDG1.

in SPRO: give Z custom FM in

Read only

former_member420878
Active Participant
0 Likes
997

Problem is resolved

Hi Vipin,

I followed the same steps.. but actual problem was with Saving new or changed data back to Database without using 'assign stmt' or 'memory Id stmts'.

Solution : I copied all the flow logic from standard screen 4004 into my custom screen. It is taking care of each and every thing and my requirement is also get satisfied with that.