2010 Feb 01 11:47 AM
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.
2010 Feb 02 8:19 AM
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
2010 Feb 01 2:35 PM
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
2010 Feb 02 7:51 AM
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
2010 Feb 02 8:19 AM
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
2010 Oct 07 10:00 PM
2011 Jun 21 3:17 AM
i have same problem.
no any UI changed in MM43..
how to solve?
2011 Jan 25 5:25 PM
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
2024 Nov 07 10:00 AM
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
But i was suppose to place my z function grp program in
We are just entering our z fungrp in wrong place i have found this using try and error.
My test z field