Hi all,
Am doing Sap script in MM module.. User wants to print the Multiple copies based on conditions...i will add all the quantities in line item and then divided by another qty in header...
for example if i Hav total quantity in Line item is 1000..
header qty is 100
result is 1000 / 100 = 10.....10 copies have to generate....
and my doubt is for line item, i will get the quanties from main program....
for header quantity, i wrote some logic in subroutine program...
pls can any one help me regarding this??