Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform Formating

Former Member
0 Kudos

Hi All,

I'm Working on smartform PO.

i'm displaying

Particulas Unit Price

material

description 100000

sales tax 162

fright 40

somes times sales tax price will be empty in tat case fright value is moving one step above

i,e its coming infront of sales tax.

for the above i've created the Table. above fields are in main of the table

How to control the values to come infront of the particular field

Regards

Suprith

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Give some condition in the TEXT what u used ( in the condition tab)..

Like if sales tax value v_tax # ' '( is not equal to empty)..

So that text will be visible only if the sales tax value is present, else it will not come into the picture..

let me know if u still facing the problem

regards

vijay

7 REPLIES 7

Former Member
0 Kudos

Hi,

My suggestion is when diaplying the output, check that value is not initial then only display the value anu use write:/.

Regards,

Sunil

Former Member
0 Kudos

Hi,

Give some condition in the TEXT what u used ( in the condition tab)..

Like if sales tax value v_tax # ' '( is not equal to empty)..

So that text will be visible only if the sales tax value is present, else it will not come into the picture..

let me know if u still facing the problem

regards

vijay

0 Kudos

Hi,

If i give Sales tax # ' ' . then entire row willn't come .

0 Kudos

in condition tab of TEXT NODE give

<internal table>-<fieldname> eq ' '.

0 Kudos

Hi,

In the table use some line types and provide separate TEXT for each and every value( for sales and another one text for freight num).. apply the logic only for sales tax value TEXT in the condition tab..

So that the logic what i have mentioned will not afftect the whole row..

it will reflect only for sales tax number..

hope this will help you..

Former Member
0 Kudos

Hi Suprith,

in the main part of table use different text element for each cell of table.

Former Member
0 Kudos

Hi,

When you check for initial value or empty string, if its true then write ' ' or 0 in display using write statements.

Regards,

Deepthi.