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: 

SubScreen For MM01

Former Member
0 Kudos

Hi All,

I'm a n abaper & I need to add a subscreen tab to MM01 Transaction and include some new fields in it.I made a search & found out some tcodes like omt3b,omt3c etc.But i didn't get the steps like where to start from.

Please let me know the steps for creating sub screen in standard MM01 T Code.

Appreciate any help regarding this .

Thanks & Regards,

Ravi S.

1 ACCEPTED SOLUTION

former_member555112
Active Contributor
0 Kudos

Hi,

To add fields on Material Master screen follow the guidelines and example in IMG.

Go to SPRO->Logistics - General>Material Master>Configuring the Material Master-->Here's How (Quick Guide Using an Example)

Regards,

Ankur Parab

3 REPLIES 3

GauthamV
Active Contributor
0 Kudos

Did you check this ?

former_member555112
Active Contributor
0 Kudos

Hi,

To add fields on Material Master screen follow the guidelines and example in IMG.

Go to SPRO->Logistics - General>Material Master>Configuring the Material Master-->Here's How (Quick Guide Using an Example)

Regards,

Ankur Parab

Former Member
0 Kudos

Hello Ravi,

Check the package of MM01 goto SMOD press F4 ->information system->entre package ->Press Enter. you will get the list of exits.

Create a project in CMOD with enhancement , Go to components . there you can see if there is any screen exit available or not, In case it is available then it will be written under

ENHANCEMENT column as Screen Exit.

You have to follow the same step for all the exits to find out which one is having screen exit.

You can even look for BAdI.

GOTO SE24-> cl_exithandler->double click on get_instance-> put a break point at first call method.

Now go and run the transaction for which you need the BAdI .

Hope this discussion was helpful.

Cheers,

Suvendu.