cancel
Showing results for 
Search instead for 
Did you mean: 

SmartForms - Header and Item details printing - designing smartform - reg.

Former Member
0 Kudos

Dear All,

I have two internal tables, one containing header details and other containsing corresponding line items. I need to design a smartform, such that one record from header table has to be printed on Secondary Windows and corresponding Line items to be printed on Main Window. Line items may exceed more than one page for which i can use the same page. I need to know the node placement and specific page break processing methods in smartform. Please help.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

is any field is common b/w both Interanl table ?

if YES then follow the procedure.

1. create a table LOOP it on internal table for Header Details

2. with in table create row to display header items

3. create a LOOP after ROW loop it on table for LINE ITEMS

4. with in LOOP in WHERE condition give that common field

F1 = header_table-F1.

5. create a ROW with in this LOOP to display line-items

this may solve ur problem

reward if helpful.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you can use comand node in main window.

in ouput options goto next page is there. here u can provide page number.

using this you can solve problem.