‎2014 Sep 09 3:28 AM
Hello Experts,
I need to display some details on a forms as shown below.
I've all the data in an internal table IT_PDF_DATA as shown below.
What I don't understand is that how I can print the information? Because I want to print a line (From: BCWU Service: Purolator Express 10:30 AM) and followed by a table as shown above.
Can somebody please advise how should I display the required output.
Many thanks in advance.
‎2014 Sep 09 5:11 AM
Hi,
Use AT NEW in the table of your smartform. At every trigger, display the service i.e FIELD04, and in the rows outside the AT NEW EVENT display the rest of the values.
You will also have to put a condition in the lines outside the AT NEW event that to display only when FIELD04 is initial else service line will be printed twice, one time in AT NEW event and one time in normal rows.
To use the AT NEW option, you need to tick the checkboxes as in the screenshot. Do not forgot to tick ALREADY SORTED checkbox else your internal table will get sorted by that field and all the non-initial rows will get sticked together
‎2014 Sep 09 5:33 AM
Hi
You just create template before each table . In template you give your line.
Like this
Template 1
Table
Template 2
Table
Template3
Table
Regards
Arun VS