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

add customer fields on basic view by MM01, MM02

Former Member
0 Likes
1,436

Hi,

i would like to know how to add customer fields on basic view by mm01 and mm02?

someone said there are two way to do that, such as screen-exit and badi.

but i do now know how to set up.

my mm consultant did not know when i asked regarding that.

so, could you teach me regarding step in spro, and step in develeopement.

i will highly be appreciated if you help me.

thank you

Benjamin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
898

Hi,

1. Go to Transaction SPRO, Display IMG.

2. Go to Logistics-General à Material Master à Configuring the material master and execute ‘Create Program for Customized Subscreen’.

3. Create a function group of your own with Y or Z. In this case the function group name given ZMGD1.

4. Go to transaction SE80 and open the function group created, here the function group is ZMGD1.

5. Open the screen 0001. Using screen design layout (SE51), customize the screen according to the requirement.

6. Write the flow logic in PAI and PBO as per the requirement.

Regards

Kiran Sure

Hi,

i would like to know how to add customer fields on basic view by mm01 and mm02?

someone said there are two way to do that, such as screen-exit and badi.

but i do now know how to set up.

my mm consultant did not know when i asked regarding that.

so, could you teach me regarding step in spro, and step in develeopement.

i will highly be appreciated if you help me.

thank you

Benjamin

4 REPLIES 4
Read only

Former Member
0 Likes
898

Check below thread. May help

Regards,

Atish

Read only

Former Member
0 Likes
899

Hi,

1. Go to Transaction SPRO, Display IMG.

2. Go to Logistics-General à Material Master à Configuring the material master and execute ‘Create Program for Customized Subscreen’.

3. Create a function group of your own with Y or Z. In this case the function group name given ZMGD1.

4. Go to transaction SE80 and open the function group created, here the function group is ZMGD1.

5. Open the screen 0001. Using screen design layout (SE51), customize the screen according to the requirement.

6. Write the flow logic in PAI and PBO as per the requirement.

Regards

Kiran Sure

Read only

0 Likes
898

Hi,

thanks for the tip...

i added a customized screen as 100 under function group XMG0 and then set through spro.

so it has no problem to see screen by mm01, mm02, mm03.

but i am struggling against handling data in EXIT_SAPLMGMU_001. I realized that it was saved in mara table as well when i modified some value on two fields added by me.

however, values of those fileds did not show by mm02 with same material code modified by me.

could you help me where i should handle in order to solve that.?

i willl highly appreciated if somebody help me.

thanks

Benjamin.

Read only

0 Likes
898

Hi

I have gone through your solution.But i cant be able to get how to do that.The problem is i dont know is there any requirement to create a Ztable or not .If so then please tell me the filed name for the Ztable.

thanks and regards