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

OO ALV , Screen Buttons ( seconds delay while displaying. )

Former Member
0 Likes
537

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.

3 REPLIES 3
Read only

Former Member
0 Likes
464

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?

Read only

0 Likes
464

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

Read only

Former Member
0 Likes
464

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.