cancel
Showing results for 
Search instead for 
Did you mean: 

Table creation within Application Server java code from Guided. procedure

craig_scott2
Explorer
0 Kudos

Hello:

I am trying to pass a table of data from our java web service developed in Netweaver Developer Studio to a Guided Procedure. I'm having trouble finding an example of the java code that I need to define the table and populate it with test data in the web service. I believe the table definition should be read from the GP definition, but don't know how to do this. Can anyone help me?

Thanks,

.. Craig

Accepted Solutions (0)

Answers (1)

Answers (1)

craig_scott2
Explorer
0 Kudos

I solved this issue in a different way. An external service is used to call an RFC that reads the table data from SAP. The table data returned from the RFC is mapped in the Guided Procedure parameters to the table in the Adobe Interactive Form defined in the next GP step. The data is mapped to the Adobe table at the row level.