‎2007 Jan 23 9:24 AM
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.
‎2007 Jan 23 9:41 AM
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.
‎2007 Jan 23 10:20 AM
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.
‎2007 Jan 23 10:22 AM
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
‎2007 Jan 23 10:45 AM
to find user exit for transaction you can build a program that check if
the transaction have user exit.
see the program below: