Hi all,
I'm new at sapscripts and I want to know how to pass values into sapscript via a loop. the requirement is like below,
Invoice No.: Invoice No.1, Invoice No.2, Invoice No.3, and so on......
Invoice Date: date1, date2, date3 and so on......
the invoice numbers and invoice dates are coming from loop. but the problem is the labels are also getting printed for each loop iteration, as shown below.
Invoice No. :
Invoice Date:
Invoice No. :
Invoice Date:
Invoice No. :
Invoice Date:
in the script it is like below
Tax Invoice No.: &V_INVNO&,
Tax Invoice Date: &V_INVDATE&
So plz suggest me where I should write the labels so that they will appear once. Thanks.