Application Development 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: 

Data not displayed correctly using ALV Hierarchy

Former Member
0 Kudos

Hi All,

I am using the function module REUSE_ALV_HIERSEQ_LIST_DISPLAY. In our development box, the results are being displayed correctly, but when transported to other environment, the results are not displayed correctly. All the objects were transported.

Any idea?

Thanks,

Jim

3 REPLIES 3

Former Member
0 Kudos

Issue could be with the data that is selected in the other environment. It generally happens that the ALV will not give the same results as in the DEV in the other systems.

Possible errors could be the control break statements in the loop...endloop block. validate the correctness of the control break stmts if any.

0 Kudos

Hi.

I've seen that all the internal tables necessary is being populated, but still does not output.

Help.

Jim

Former Member
0 Kudos

SOlved it on my own.