cancel
Showing results for 
Search instead for 
Did you mean: 

How to utilize the space of the hidden fields ?

Former Member
0 Kudos

Hello,

I’ve designed an adobe form using the transaction code SFP in SAP.

In that form, I have 4 numeric fields. If the value of any field = 0, it will not be displayed at run time, and that is done successfully. But a space is displayed in the place of that hidden field like this:

Field1: 11111

Space

Field3: 33333

Field4: 44444

I want to utilize that space to be occupied by next field like this:

Field1: 11111

Field3: 33333

Field4: 44444

I’ve already searched about this matter in this site, but I did not get a complete answer.

Plz help me step by step what to do to eliminate that space.

Regards......

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Without knowing Adobe Forms, I can only suggest a couple of things...can you wrap the output in logic that says, essentially,

if something is not initial.

output the row.

endif.

That's how I would try to handle in SAPScript or within a Smartforms loop.  An alternative that I have used from time to time is to create only the rows I need with the text (as two fields) I need in my table.... like (assume that Field2 and Field4 had no values):

Field1 1111111

Field3 3333333

Field5 5555555

Former Member
0 Kudos

Any answer ??

Thanks in advance