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

Issue with range empty

Former Member
0 Likes
1,623

Hi experts,

I am facing an issue with the following abap code probably because of my data declaration.

The issue is with the highlited objects, they are always empty even if

/bic/pzsplit-/bic/zfuncfrom and

/bic/pzsplit-/bic/zpcfrom contain data.

Do you see anything wrong?

Thanks for your support.

Amine

5 REPLIES 5
Read only

Former Member
0 Likes
1,151

Inside first loop before the second loop you should use the Append statement for both ranges.

Read only

0 Likes
1,151

Yes,  A range is a table.  You are then comparing to the contents of the table (in a sense).

Neal

Read only

former_member300076
Participant
0 Likes
1,151

Yes you should use Append statement for both range

Read only

manuelhildemaro_ramossanc
Active Participant
0 Likes
1,151

Hi Amine.

Check this program DEMO_SEL_SCREEN_TABLES_RANGES

Regards.

Read only

Former Member
0 Likes
1,151

Thanks a lot guys.

Amine

@Moderators:I can't see the control panel on this thread to assign points and close my question, thanks for you help.