cancel
Showing results for 
Search instead for 
Did you mean: 

printing values

Former Member
0 Kudos

Hi ,

I do have data in final internal table which contains 3 line items ,

data is like thickness , width , length , price , quantity ,delivery week etc,

now i'm printing line tem wise ,

position thickness width length price quantity

1 0,110 0,023 534,000 20

position thickness width length price quantity

2 0,110 0,023 534,000 40

position thickness width length price quantity

3 0,120 0,023 544,000 50

if thickness , width etc are same , the i need to display in this format,

1 0,110 0,023 534,000 20

0,110 0,023 534,000 40

-


sum 60

can you please help me how to get this format ,

Thanking you ,

Murali

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Create a program line.. In that check whether all these values are the same. If same then set a variable.

use this variable in the condition tab of the text .

Hope you are using smartforms

Regards

Ansari

Former Member
0 Kudos

Hi,

Then create separate folders and check for the condition if all the parameters have same then display the way it is required otherwise the folder wherein all the parameters have different values.

Use program lines just under the table node and use flags to use as conditions to those two folders.

Regards,

Ram