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 Modification in TcodeQA01

Former Member
0 Likes
686

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
653

hi nanda,

use transaction variant and try it there.To create a transaction variant use t.code shd0

5 REPLIES 5
Read only

Former Member
0 Likes
654

hi nanda,

use transaction variant and try it there.To create a transaction variant use t.code shd0

Read only

0 Likes
653

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

Read only

0 Likes
653

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

Read only

Former Member
0 Likes
653

U can do this in Trn.. SPRO

Generallly, Functionals will do this

Reward if useful

Read only

0 Likes
653

Hi Narendra,

Thanks for your information Can U tell me how to do it in SPRO in brief .