‎2010 Apr 13 10:22 AM
Dear Experts,
I have a OO ALV ( Custom container ) & 2 buttons on screen .
When I run my transacton for the first time the display is perfect . ( ex : my transaction is 'ZTRAN').
Note : I dont have a selection screen , Hence it directly displays output.
when i do /nZTRAN on the existing output , both buttons come first and after couple of seconds the ALV comes .
How to remove this delay .
any help is highly appriciated.. Awarding points is for sure .
Thanks
Sandeep.
‎2010 Apr 13 10:26 AM
If you do a /nZTRAN, your TA is tarted newly, so i dont see why there should be a difference to using ZTRAN right from scratch....
What happens if you just press F3 and then F8 again?
‎2010 Apr 13 10:41 AM
when i press F3, Alv disappears first , then after couple of seconds buttons will disappear. ( which is my problem)
I cannot press f8 as there is no selection screen .
all i have to do is rerun the transaction .
ie /nZTRAN
‎2010 Apr 13 10:34 AM
hii,
use this way in place of custom container
CREATE OBJECT c_alv
EXPORTING
i_lifetime = cntl_lifetime_dynpro
i_parent = cl_gui_container=>screen0
EXCEPTIONS
error_cntl_create = 1
error_cntl_init = 2
error_cntl_link = 3
error_dp_create = 4
OTHERS = 5.