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: 

Screen Exit for MM01

Former Member
0 Kudos

Hi,

I am trying to add a field in MM01 basic data view 1 screen, for that I have gone through SPRO transaction and made all the necessary changes to be done including the creation of subscreen. When I am checking it simulation Logical Screen mode its working fine but when I am running the transaction MM01 the changes are not reflected there. Is there any settings to be done to activate screen Exit.

Would be great if anybody could put some light on this.

Thanking you in anticipation..

Nilanjan Das

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

Hope you have followed all the steps in Configuring the material master in SPRO . Check these links to see if all steps are covered (SPRO -> Logistics - General -> Material Master -> Configuring the Material Master. )

Regards,

Deepthi

Edited by: Deepthi Upadhyaya on Apr 20, 2009 7:44 AM

3 REPLIES 3

Former Member
0 Kudos

Hi ,

Hope you have followed all the steps in Configuring the material master in SPRO . Check these links to see if all steps are covered (SPRO -> Logistics - General -> Material Master -> Configuring the Material Master. )

Regards,

Deepthi

Edited by: Deepthi Upadhyaya on Apr 20, 2009 7:44 AM

Former Member
0 Kudos

Hi Nilanjan,

I hope you defined the structure of data screens for each screen sequence by following this path :

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.

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

Import the data from memory ( The data which is exported in PAI event )

It should work.

Kind regards,

Preetinder singh.

Former Member
0 Kudos

Answered