Hi all ,
How to trigger the Message control IDoc for the change in the specific fields like Net weight , plant , Quantity ,Purchase order Number, Shipping Condtion . IDoc should not trigger for any other change in the sale order fields .
Thank you
Sree
We have the internal table u2013
This has to be as below
Hard code the Table lines till the end ( say 10 items ) u2013 end of the page = footer
The table lines are static 10 rows u2013 if table has 2 items only 2 items are displayed and the 8 rows will be displayed but blank and end of the page = footer.
In case 12 items are there u2013 display 10 items in first page and DO NOT DISPLAY FOOTER IN FIRST PAGE IN CASE line items are spreading to next page u2013
Second page will have rest two items and few more static lines as above and then FOOTER at last.
Over all the footer must appear in the LAST PAGE ONLY.
Add a comment