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: 

Make Decimal Fields as NA in Smart form if the value is initial

0 Kudos
232

Hi Team,

I have a Scenario in Smart form where if the Currency and quantity value is initial then we need to fill those fields with text 'NA'. Please help how to achieve this.

Is this Scenario feasible. If yes please can someone help me with solution.

Best Regards,

VSK

3 REPLIES 3

AlexGourdet
Product and Topic Expert
Product and Topic Expert
0 Kudos
178

Thank you for visiting SAP Community to get answers to your questions.

As you're looking to get most out of your community membership, please consider include a profile picture to increase user engagement & additional resources to your reference that can really benefit you:

I hope you find this advice useful, and we're happy to have you as part of SAP Community!

All the best,

Alex

Sandra_Rossi
Active Contributor
0 Kudos
178

Use a condition node or define a text field instead of numeric and fill it in the driver program.

raymond_giuseppi
Active Contributor
0 Kudos
178

Using output option such as &field(I)& you can prevent display of zero value.