cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Forms

Former Member
0 Kudos

Hello All,

I am having 2 internal tables in Interface of Adobe forms for which data is passed from standard program.

Now my requirement is to show the output of this two internal tables in a nested way.

Can anyone let me know how to do this or where to put the conditions so that the second internal table will show only the contents that are relevant of first internal table.

Thanks & Regards,

Shafivullah Mohammad

Accepted Solutions (0)

Answers (2)

Answers (2)

chintan_virani
Active Contributor
0 Kudos

You may go through this [tutorial|http://saptechnicaldotcom/Tutorials/AdobeForms/Nestedtables/page1.htm] for your requirement.

Chintan

OttoGold
Active Contributor
0 Kudos

Hello,

SAP recommens (and I recommend) you not to do this in the form. You´d better do that in your backend/ ABAP and send the nested table in the form you want to display that in the form (with no extra changes).

You´ll spare a lot of problems/ coding/ debugging and performance problems.

Note: If you´ll have any problems with binding, use the "little arrow" next to the binding field - it helps you pick up the right context node so you won´t make a mistake.

Regards, Otto