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: 

abt the screen enhancement in MM01/02/03

raffinkira
Participant
0 Kudos
214

Hi,

in MM01, we can find three exits whose names are ''MGA00001", ''MGA00002" ''MGA00003".

none of them contains menu or screen exit.

but I still see some samples abt screen enhancement in MM01, for example, by using SPRO

can anyone give me some ideas?

9 REPLIES 9

Former Member
0 Kudos
162

This message was moderated.

Former Member
0 Kudos
162

This message was moderated.

Former Member
0 Kudos
162

Kindly check this

Links without Explanations are not permitted.

Message was edited by: Venkat Gowrishankar

former_member189779
Active Contributor
0 Kudos
162

Hi,

Check how to add field to Material Master.

You can search how to add field on SCN you will find many blogs. In short.

1. Read how to configure Material Master.

2. Copy Function Group MGD1 to ZMGD1

3. In screens change the PAI logic of Purchasing screen

4. In customizing Define Structure of Data Screens for Each Screen Sequence Choose you screen sequence (You will find Y or Z one if already configured for your client)

5. Select the screen sequence and choose data screen.

6. here select Purchasing and select subscreen for which you changed PAI

7. Here maintain program name of copied fuction group it will be SAPLZMDG1 for that subscreen.

Now when you run MM01/2 you fuction group will be called for the particular screen and your PAI logic will be triggered.

0 Kudos
162

Is it possible to do menu enhancement by using the same method?

0 Kudos
162

What exactly is your requirement you want screen / menu ......

0 Kudos
162

Maybe I just want to know how to do it by using smod and cmod.

0 Kudos
162

For implementing new fields that the way SAP recommends as mentioned in note 44410

for more details

http://scn.sap.com/thread/419716

Cheers

NOT Possible through SMOD / CMOD as per to my knowledge.

Requestring for points is not permitted.

Message was edited by: Venkat Gowrishankar

0 Kudos
162

Thank you.

So does it exist an universal way to solve all the problems like this such as customized screen for va01 enhancement or whatever T-code.