PO smartform : Prining Item Details.
Dear All,
I have to populate VAS instructions, Inco Terms for a PO smartform.
But it is pritinng for every Item detail. I wanted to print that for only once for a Item. How can I do that.
Thanks & Regards
Venkat.
Tags:
Former Member replied
Hi Venkat,
As I understood from your post :
a) you want to control the Shipping Instuctions, Ship to Address and VAS instructions for Schedule lines.
Do you copied your PO smartforms from /SMB40/MMPO* if so then internal table L_XEKET is avialble other wise populate EKET table and pass that to your form.
Set Condition :
Please read the table L_XEKET in MAIN table loop with PO no and PO line item. If table L_XEKET contains multiple entries then set a falg / counter to print Shipping Instuctions, Ship to Address and VAS instructions once for Schedule lines ( for a PO line Item).
Hope this may help you.
Regards,
Lanka