cancel
Showing results for 
Search instead for 
Did you mean: 

displaying line item details in smartform

Former Member
0 Kudos

Hi,

I need to display tax details of each line item in a smartform in the given format. Tax details should get displayed only if it present. Please tell me how to do this.

for ex:

item description qty price

10 ytfytfyf 20 30

VAT:2%

Service Tax: 3%

20 rwedw 30 10

VAT:3%

service tax:4%

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Under the loop node after displaying

item description qty price

10 ytfytfyf 20 30

create another loop node of table tax information under the main loop with condition that is having same field in common... then create text elements to display the following data

VAT:2%

Service Tax: 3%

regards

padma

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Loop the TAX info table under the ITEMS table loop with the condition linking the two with POSNR ( item number ).

Then display the relevant fields from the TAX table with condition applied to the nodes as "table-field # INITIAL ".

Regards,

Ram