‎2007 Feb 22 1:23 PM
Hi all
Please help me to dothis I am displaying the error message by checking the input values at selection scree.Now the problem is after displaying the error message focus is comming on to the first field of selection screen but I want it to be displayed on the field whose value is wrong.
Thank You.
Regards
Giri.
‎2007 Feb 22 1:26 PM
parameters : p_fld(1).
at selection-screen.
if p_fld is initial.
SET CURSOR FIELD 'P_FLD'. " if it is select option then S_FLD-LOW
message ..........
endif.
‎2007 Feb 22 1:24 PM
‎2007 Feb 22 1:26 PM
parameters : p_fld(1).
at selection-screen.
if p_fld is initial.
SET CURSOR FIELD 'P_FLD'. " if it is select option then S_FLD-LOW
message ..........
endif.
‎2007 Feb 22 1:26 PM
Hi Giri,
write your code at selection-screen on <b>block</b> or on <b>field</b>.
if you have defined this filed in a block then u can use at selection screen on block <block name>. In this case, the entire block will be focused. if you want that particular field, then go for at selection screen on <field name>.
else if you have defined this out side the block, then u can use at selection screen on <field name>.
Hope it solves
Regards,
Phani...
Message was edited by:
Sivapuram Phani Kumar
‎2007 Feb 22 1:29 PM
Hi,
Write the Error message in the Event of AT Selection screen On Field ..
or you can use the Set CURSOR Field <Field-Name>.
Regards
Sudheer