cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying data from two loops at a time in smartforms

Former Member
0 Kudos

Hi,

I have 3 line items in an internal table,each of them have excise duty and sales tax item row...now the material is coming from one internal table and excise duty and sales tax from other....how can i loop them so that the data should be displayed correctly.....

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

why not merge them to one internal table then output it

the merger for abap is very simple

Loop it1

read it2

read it3

modify it1

Endloop

Former Member
0 Kudos

how can i merge them in smartforms........

former_member196280
Active Contributor
0 Kudos

to merge internal tables in Smartform create program lines.. and write your coding in program lines,Similar to what you do in SE38 editor.. don't forget to pass input and output parameters in program lines...

Regards,

SaiRam