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

Suppress the display value in Sapscript

Raxph
Participant
0 Likes
560

Hi together,

I am trying to suppress the display value in Sapscript. So, the issue that I am having is that, there is a requirement to display a new field in the invoice, which is in the middle of other fields. Due to an old format of the Sapscript, which is done through TAB, when the new field is not shown the tabs are moved automatically to the left.

So what I want to do, is in case the value of the newly field is 0, it will not be displayed in the invoice, but it will be there. Example:

So the value of 0.00 will be there, but just will not be displayed. Is there any way to do this in Sapscript?

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
517

You have up to 3 tab positions defined in the paragraph format, so it should be fine for aligning up to 4 columns. It should work even if you have an empty value between 2 tabs.