cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide one column in adobe forms?

Former Member
0 Kudos

Hi experts,

I have one requirement where I need to display one table in adobeforms output. The table should show 6 columns when the sales document type is ZXYZ and should show only 5 columns when document type is ZPQR. Please let me know how to hide one column dynamically based on document type?

Thanks in advance.

Regards,

Dileep.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member463524
Contributor
0 Kudos

Hi Dileep,

In your internal table data structure you can add field called visible of type boolean,

Populate your internal table according to the document type visible should be true for document type which contains 6 columns else false.

Then in data biniding you can bind the visible value of column which needs to be hidden.

Then your form will react according to document type.

Hope this helps you.

Regards,

Meera