Application Development and Automation 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: 
Read only

screen exits

Former Member
0 Likes
494

hi Gurus,

i would like to add a field for a screen . in that there is no screen exits.any there is no user exits. how would i add a field. is it necessary to use access key to modify the standard program.

Tell me ASAP.

Thanks & Regards,

Sudheer.

4 REPLIES 4
Read only

Former Member
0 Likes
447

hi sudheer,

your question is not clear. can u plz send the question again.

but, we need access key to modify standard program.

regards,

chaitu.

Read only

0 Likes
447

Hi varma,

I couldn't find any screen exits for a transaction code. for that transaction code i would like to add a field in that screen. how it should be possible.

Thanks,

Sudheer.

Read only

0 Likes
447

Hi

If you're sure there's any screen-exit you have only two possibilities:

- Change the std dynpro in order to add your field;

- Create a copy of the std program and insert your new field here.

Max

Read only

Former Member
0 Likes
447

to find user exit for transaction you can build a program that check if

the transaction have user exit.

see the program below:

http://www.erpgenie.com/abap/code/abap26.htm