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

Smartform Field check

Former Member
0 Likes
465

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
423

Hi,

When you loop in your table to display occurs check the option APPEND DIRECTLY.

Regards

Read only

Former Member
0 Likes
423

Create a text. U display ur Field contents here. In conditions tab specify Fieldname not equal to SPACE.

if it is not working create a window, in that create a Text and do the same process what i mentioned early.

Reward points if found useful.

-Thendral