‎2007 Apr 03 4:08 AM
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.
‎2007 Apr 03 4:29 AM
hi raj,
please can u tell me, one thing. are u geeting only the header or just one column of the output.
‎2007 Apr 03 4:29 AM
hi raj,
please can u tell me, one thing. are u geeting only the header or just one column of the output.
‎2007 Apr 03 4:31 AM
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
‎2007 Apr 03 4:33 AM
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
‎2007 Apr 03 4:59 AM
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.