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

Alv grid - how create transaction ?

Former Member
0 Likes
996

Hello,

I copied an existant program with 2 dynpro and an alv grid on the second dynpro.

In the copied program, I create a transaction but when I run it, the first dynpro is showed

and when I call the second dynpro, the program exit and nothing is showed.

(the original program run ok )

Any idea ?

tks.

Hello,

I copied an existant program with 2 dynpro and an alv grid on the second dynpro.

In the copied program, I create a transaction but when I run it, the first dynpro is showed

and when I call the second dynpro, the program exit and nothing is showed.

(the original program run ok )

Any idea ?

tks.

7 REPLIES 7
Read only

Former Member
0 Likes
908

well when creating you transaction you have chosen the wrong screen to start with.

Read only

0 Likes
908

The first dynpro is correct...

the problem is on the call toward the second dynpro .....

Read only

0 Likes
908

maybe something not activated?

without any error message or something it´s quite hard to annalyse your problem correctly.

Read only

Former Member
0 Likes
908

Hi,

Check below mentioned points

Activate all the objects of the Program

check porper pf-status is assiged to the respective screen.

check

CREATE OBJECT cont_dock

EXPORTING

repid = sy-repid

dynnr = 'XXXX' "check this screen no

Read only

Former Member
0 Likes
908

Hi,

When u are copying to z program..first copy the data

and for screen go to se51 copy the screen's from program1 to

another program for that screen num..

Naveen M.

Read only

0 Likes
908

I debugged the programme and I see that the system quit the program at

START-OF-SELECTION

I don't knwo why -....

Read only

Former Member
0 Likes
908

solved .

I changed type of transaction. I used

type report, also if I'm using module pool.

It's strange by now run ok.