cancel
Showing results for 
Search instead for 
Did you mean: 

Passing an Internal Table to an RFC from Adobe Designer

Former Member
0 Kudos

Hi All,

I am using Adobe Designer to create interactive Adobe Forms. Now I am using an RFC/WebService which expects an Internal Table in import parameter.

In my form designer I am getting this as only one field.

So when I insert values in this from my form it updates only the entered in the last textbox all other values entered are lost.

Any ideas how this can be done????

Thanks...

Sameer

Accepted Solutions (0)

Answers (2)

Answers (2)

guru_subramanianb
Active Contributor
0 Kudos

Hi Sameer,

While you are mapping the input parameter mapped it to the value node or context node of the view.When you go to the adobe form you can see the mapping as a table itself instead of a field.Then use sub form inside adobe form UI layout to display it in the .pdf format in the adobe interactive form.

If you see the mapping as a single field when a table is reqd then it implies mapping while creating the Model is not done correctly.So re import the model and do the mapping from the begining accordingly.

If you want refer my tutorial on Adobe form in SDN

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/integration of invoice details in adobe interactive forms.pdf

Hope these info help you.

Regards,

Guru

former_member335005
Participant
0 Kudos

Hi Sameer,

If the RFC/Web Service expects a Table or a record of the table as an input parameter then it should be mapped to the context node. And all the context attributes under that node will be diff fields of the table/record. So, you should not get this as one field in form designer.

Regards,

Sangeeta