Hi everyone!
I have 2 paragraphs: DF and IT. They have no margin left or right. DF is for table header row, IT is for each row displayed into the table in output.
DF and IT have the same number of tabs (5) and the same LEFT ALIGNMENT for each TAB.
The DF paragraph is being displayed very well, but the IT not at all. ITEM , MATERIAL and DESCRIPTION values are being displayed well, but NET VALUE(NETWR) is being displayed at position 16-17 CM and so do the CURRENCY(WAERK).
Here are the TABS for DF and even IT (which have the same TABS alignment):
TAB1: 0,50 CM LEFT
TAB2: 3,50 CM LEFT
TAB3: 6,50 CM LEFT
TAB4: 12,50 CM LEFT
TAB5: 15,50 CM LEFT
Here is the MAIN TEXT:
/E ITEM_HEADER
DF <B>,,ITEM,,MATERIAL,,DESCRIPTION,,NET VALUE,,CURRENCY
/E ITEM LINE
/: BOX XPOS '0' MM YPOS '1.2' LN WIDTH '30' MM HEIGHT '8.2' LN FRAME 9 TW
/: BOX XPOS '30' MM YPOS '1.2' LN WIDTH '32' MM HEIGHT '8.2' LN FRAME 9 TW
/: BOX XPOS '62' MM YPOS '1.2' LN WIDTH '60' MM HEIGHT '8.2' LN FRAME 9 TW
/: BOX XPOS '122' MM YPOS '1.2' LN WIDTH '30' MM HEIGHT '8.2' LN FRAME 9 TW
/: BOX XPOS '152' MM YPOS '1.2' LN WIDTH '30' MM HEIGHT '8.2' LN FRAME 9 TW
IT ,,&WA_FINAL-POSNR&,,&WA_FINAL-VBELN&,,&WA_FINAL-ARKTX&,,
= &WA_FINAL-NETWR&,,&WA_FINAL-WAERK&
I can't understand why "net value" and "currency" values are not being displayed under their effective header title but are being displayed grossly at position 17-18 CM????
(picture of the issue in attachment)
THANK YOU!
Best regards,
Denis M