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 List Display Problem

Former Member
0 Likes
539

Hi All,

Iam able to run a program in development with ALV list displays output successfully. I have two columns in my output.

The same program, if i run in the production, iam able to see only the first line of the whole output. ie;

Development Output:

Document Number,Document Item.

3452344,001

Production Output:

D

3

Please help me out to solve the issue,

Thanks,

Rajesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
513

hi raj,

please can u tell me, one thing. are u geeting only the header or just one column of the output.

4 REPLIES 4
Read only

Former Member
0 Likes
514

hi raj,

please can u tell me, one thing. are u geeting only the header or just one column of the output.

Read only

Former Member
0 Likes
513

Hi Rajesh,

Just check your program, structure / table by which you are declaring your internal table and data elements are same on both DEV and PRD systems respectively.

Regards,

Manish Joshi

Read only

Former Member
0 Likes
513

hi rajesh

i such a case generally the problem is tht the internal table fields are not matcheed properly wth database fields . just give a check to it and also check if u gave the correct field while creating catalog.

hope this helps

navjot

reward accordingly

Read only

Former Member
0 Likes
513

Hi,

Thanks for all your replies.

I've checked for all your suggestions. Everything is fine.

But, this program already exist in production and had some layout variants set for alv output. First i had a grid display. Now the program is totally changed to list display which has two alv list in the same screen. Could this be the problem.

Thanks,

Rajesh.