‎2008 Feb 14 6:09 AM
Hi all,
I need to make a field mandatory in QA01 transaction of subscreen 1102, is there any possible ways , if so please help me in this regards. thanks to all in advance.
Cheers,
Nanda.
‎2008 Feb 20 10:52 AM
hi nanda,
use transaction variant and try it there.To create a transaction variant use t.code shd0
‎2008 Feb 20 10:52 AM
hi nanda,
use transaction variant and try it there.To create a transaction variant use t.code shd0
‎2008 Feb 21 8:47 AM
Hi abhinay,
Thanks for the your input, but i need it make a field mandatory only on certain condition basis can that be done using transaction variant
‎2008 Feb 24 7:55 AM
Use badi or user exit
Goto se24
Provide input as cl_exithandler
see it in display mode
double click on get_instance
put a breakpoint in line 25( case sy-subrc)
Now run your transaction
at the point of your requirement
when it enters abap debugger
provide exit_name and note down the exit
that is the exit you will have to use for your requirement
‎2008 Feb 20 11:04 AM
U can do this in Trn.. SPRO
Generallly, Functionals will do this
Reward if useful
‎2008 Feb 21 8:48 AM
Hi Narendra,
Thanks for your information Can U tell me how to do it in SPRO in brief .