Skip to Content
1
Former Member
Feb 26, 2010 at 08:54 PM

Hiding fields in an SAP Adobe Form using ABAP code

904 Views

I have an SAP Adobe Form that is being executed from an ABAP program. I am passing a group a data fields to this form from the program. In order to display the data from these input data fields, I have created a corresponding field on the form for each input field and bound it to each input data field. My problem is this: if the input data field value is empty (spaces or zeros), I do not want to display the corresponding form field. Once the field is hidden, I would like to be able to compress the lines below it upward on the form to fill in the space left by the data field that we chose not to display.

I am only using ABAP and the Adobe LiveCycle Designer to create and fill this form (no Java or Java Script). Does anybody know a way that I can achive what I am trying to do, or is this not possible using ABAP?

Thank you in advance for any sugesstions I receive.