cancel
Showing results for 
Search instead for 
Did you mean: 

Condition in Smartform text to be output if text field from a FI document is blank

stevejohnson
Participant
0 Kudos


I want to output a text in a smartform only if a text field in the underlying FI document is blank. This text field is also output in another area of the smartform correctly. I tried to enter condition 'TEXT_FIELD' NOT EQUAL TO '', tried to use PATTERN but it doesn't work. How can I make this condition?

Accepted Solutions (1)

Accepted Solutions (1)

former_member270407
Participant
0 Kudos

Hi,

Use conditions  as explained at following link

Smart Forms (SAP Library - Smart Forms)

best regards,

Answers (1)

Answers (1)

Florian
Active Contributor
0 Kudos

Hi Steve,

The easiest solution for that is.

Go to the condition tab in the text you want to print and ask the value if it's initial.

Unfortunaly I do not got a SAP-System right next to me. But I think you can handle that with the given information. Below there is a sample to ask for initial values.

leftside             Middle     rightside

your_variable    EQ           initial

Regards

Florian