Application Development 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: 

Adding Custom fields in MM43/42/41

Former Member
0 Kudos
1,850

Hi All,

I have to add some custom fields in MM43/42/41, for that i have used SPRO tcode and done all the configuration for adding new subscreen. But in the last after adding the Subscreen in SPRO i m not able to see my subscreen in MM43/42/41.

but i can see change in SPRO tcode.. under View Data Screen...

could you please help me out...

SPRO steps which are follow are given below:

1. Go to Transaction SPRO, Display IMG.

2. Go to Logistics-General à Material Master à Configuring the material master and execute u2018Create Program for Customized Subscreenu2019.

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.

7. Now go to transaction SPRO, Display IMG then go to Logistics-General à Material Master à Configuring the material master and execute u2018Define Structure of Data Screens for Each Screen Sequenceu2019.

8. Select the corresponding screen sequence number and double click on data screen button. In this case screen sequence u201821u2019 has modified.

11. Select logical screen 07 (Basic Data 1) and double click on Subscreens.

12. In change view of subscreens, modify the program name of sub screen 21à07à08 to the subscreen program name which is created in step 6. In this case the program name is SAPLZMGD1. Save the modifications.

13. Now to save the given enhanced field value in the Ztable, write the required code in the user exit EXIT_SAPLMGMU_001.

Execute the transaction MM01/MM02/MM03 and test the scenario developed.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
1,020

so, you should check your code whether u did write in PBO or not.

for action events we should be write in PAI.

for screen layout whether it before/after action, we should be write in PBO.

check your code and revert if any queries.

Good luck

7 REPLIES 7

former_member182010
Active Participant
0 Kudos
1,020

Hello Rahul,

Did you make your configuration in the golden client and transport to other clients? Are you able to see your changes in the client you configured in and not in the other clients? If so, then try making the configurations in the individual clients and press save. This may possibly work.

Regards,

Rae Ellen Woytowiez

0 Kudos
1,020

Hi Rae Ellen Woytowiez,

Thanks for replying.

Actually i am doing all these configuration in SANDBOX. So, i am testing the same configuration in the same server. But still i m not able to see my changes in MM43/42/41.

please help me..

Regards,

Rahul

Former Member
0 Kudos
1,021

so, you should check your code whether u did write in PBO or not.

for action events we should be write in PAI.

for screen layout whether it before/after action, we should be write in PBO.

check your code and revert if any queries.

Good luck

0 Kudos
1,020

Hi

I found the Solution

Thanks

0 Kudos
1,020

i have same problem.

no any UI changed in MM43..

how to solve?

Former Member
0 Kudos
1,020

Hi

I know it was a while ago but can you remember what the problem was and if all this worked ok?

I have to do the same thing and am reading up about it.

Thanks in advance

Momin
Newcomer
0 Kudos
392

Hello

Solution

I was also not able to see field in screen of MM42/43

the reason for that was I had config in Standard retail sequence

Momin_0-1730973410208.png

Momin_1-1730973469845.png

But i was suppose to place my z function grp program in 

Momin_2-1730973526361.png

Momin_3-1730973562344.png

We are just entering our z fungrp in wrong place i have found this using try and error.

Momin_4-1730973626134.png

My test z field