‎2013 May 28 6:25 PM
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
‎2013 May 28 6:40 PM
Inside first loop before the second loop you should use the Append statement for both ranges.
‎2013 May 28 7:11 PM
Yes, A range is a table. You are then comparing to the contents of the table (in a sense).
Neal
‎2013 May 28 7:21 PM
‎2013 May 28 8:19 PM
Hi Amine.
Check this program DEMO_SEL_SCREEN_TABLES_RANGES
Regards.
‎2013 May 29 9:38 AM
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.