Application Development and Automation 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: 
Read only

SMARTFORMS-PO

Former Member
0 Likes
646

HI EXPERTS,

in the po to display one field condition is like this,,,,,

if it is import do not display.

if is normal po- display the field.

where to put this condition..............

i have field like this .....wa_ekko-bstyp = 'zim'. do not display the filed....

otherwise display the field....

5 REPLIES 5
Read only

amit_khare
Active Contributor
0 Likes
619

If you want to put in the smartform then just place this condition in the concerned windows output condition tab.

Regards,

Amit

Read only

Former Member
0 Likes
619

Hi,

For any text node you will have the "condition tab" in which you can give your condition.

Hope this will solve your problem.

Award reward points if it helps.

-Gaurang

Read only

former_member491305
Active Contributor
0 Likes
619

Hi,

Give this condition in the Condition tab for the Text node of the field which u need to do dispaly or hide.

Message was edited by:

Vigneswaran S

Read only

Former Member
0 Likes
619

Hi,

Use the field EKKO-BSART for this

If it is 'NB' that is Normal PO, for Import see the value in the Table EKKO and use this condition

Reward points if useful

regards,

Anji

Read only

RaymondGiuseppi
Active Contributor
0 Likes
619

How to condition display in Smartforms

1. Select the Conditions tab of the node.

2. In the Output conditions box you can enter for each line a condition with two operands. An operand can be a field (in the Comparison value column as well) or a value (in the Field name column as well).

Enter fields without enclosing ampersands ('&').

3. To select the comparison operator, choose the pushbutton between the two columns.

4. By default, the system evaluates the conditions in the lines using a logical AND. To use a logical OR, position the cursor on the desired line and choose Insert OR ( ).

5. Use the local check to check your output condition.

6. If desired, link the output conditions to output events of pages and windows. To do this, use the and additional event box.

Regards