cancel
Showing results for 
Search instead for 
Did you mean: 

Integration of WDA with GP

Former Member
0 Kudos

Hello Everybody,

I was looking for integration of WDA to GP. I got the document how to create callable object for the WebDynpro ABAP application in GP.

My concern is, how can I specify input parameters and output parameters for this WebDynpro ABAP callable object?

What setting do i need to do in ABAP to expose any input or output parameters.

Please let me know.

Thanks,

Bhavik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bhavik,

You can not specify the output parameters from your WDA component.

You have to store the output somewhere and made the next callable object read it.

For Input parameters ,

Create an Iview around your WDA component and specify the parameters there .

To receive them in WDA specify the same parameters as application parameters.

I hope it helps.

Regards,

Sumit Oberoi