Hello Experts,
I'm trying to printing customer invoice line item in a form. But it is only printing 1st line of the line item.
I'm trying to print all documents of the table BSEG.
Please advice if I need any coding in SAP scripts.
If I need any ABAP coding then please let me know where I should write it.
My SAPscript code looks like:
code]
/E 20 520
/* - Line items heading -
T1: &BKPF-BLDAT&,,&BSEG-BELNR&,,&BSEG-SGTXT& ,,,,&BSEG-WRBTR&
T1: ,,&RF140-VTEXT',,&RF140-MSATZ&%,,,,&RF140-MWSHB&'&
T1: ,,,,,,,,&uline(20)&
T1: ,,,,,,,,&RF140-GSALDF&
[/code]
Thanks