2020 Dec 02 10:06 AM
Hello all,
This is the first question I am posing since starting in 2013 as functional application manager. Up to now, all my questions were already answered somewhere in this forum, which is really excellent.
I am encountering an issue in my infoset using SQ02. When I code this in the TOP-OF-PAGE section:
WRITE: / SY-DATUM.
WRITE: / MSEG-ABLAD.
WRITE: / MSEG-VBELN_IM.
The result in the list is:
02.12.2020
80566964
So, MSEG-ABLAD, although it has a value, is not printed. I can't understand why it is not printed.
However, when I remove the join in the infoset between MSEG and LIPS, also MSEG-VBELN-IM is not printed. that I also do not understand. By now, you have probably noticed, I am not an ABAP-er and am trying to produce queries only using SQ02 and SQ01, i want to try to solve it there.
Thank you very much for your help.