‎2008 Jan 18 7:56 AM
‎2008 Jan 18 8:00 AM
‎2008 Jan 18 8:48 AM
Hi Dixit,
Generally CTU_PARAMS Is used to avoid unnecessary screens,even though they will not appear in the recording.i also send a sample code for that to avoid this problem check it once ok..
we have to add the below code in ur bdc program at the begin of ur code.
SYNTAX AND CODE:
----
For Elimination Of Illegal Screens
----
DATA: opt TYPE ctu_params.
START-OF-SELECTION.
opt-nobinpt = 'X'.
opt-defsize = 'X'.
opt-updmode = 'A'.
Reward points if helpful.
Kiran Kumar.G.A
Have a Nice Day..