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 screen fields to standard SAP screen

Former Member
0 Kudos

hi experts,

I have requirement in which I have to add a I/O field to standard transaction screen.I could not find any screen exit for that screen.Can I do it without using screen exit?If yes how?

Any pointers will be highly appreciated.

2 REPLIES 2

Former Member
0 Kudos

Hi,

For example you can implement Screen Exit for MM01 and add new fields in screen.

First you need to find out the required enhancements using t.code SMOD.

Regards,

Nihad

Former Member
0 Kudos

Hi,

This might be the standard transaction, so there is a possibility of adding the fields using the Screen variants using SPRO, get in touch with your functional consultant. there you can copy an existing screen and add the required fields and rename the screen to different number, and in the config this new screen can be added.

Thanks,

Srini.