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

Data not displayed correctly using ALV Hierarchy

Former Member
0 Likes
465

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

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
Read only

Former Member
0 Likes
443

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.

Read only

0 Likes
443

Hi.

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

Help.

Jim

Read only

Former Member
0 Likes
443

SOlved it on my own.