cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform Field check

Former Member
0 Kudos

Dear All,

I have a requirement. If there are two fields I have to display in Smartform and say one field is empty, I want that the particular line will be deleted and the records will move one step up. For eg. there are two field price and incoterm. Presently these two lines are getting printed in two separate lines. Now I want that if price field is empty, incoterms should be displayed in the first line. Through SAP Script through IF condition I can do that. Can you please suggest how I can do it in Smartform.

Thanks and regards,

Atanu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In the condition of the text element

give the fieldname for Pricing then in Condition give '=' and In Value Give ' '.

Or

U can create-->Flow Logic -->Program lines

Write Your Logic There using If else.

Regards

Sandipan

Former Member
0 Kudos

Hi,

You need to use the Condition tab of the text element that is displaying your field, here you can assign a logical check, as you would with the SAPscript IF statement.

Regards,

Nick