cancel
Showing results for 
Search instead for 
Did you mean: 

Call a Transaction - webservice , PDF using webdynpro

Former Member
0 Kudos

Hi All

My Requirement is call to a transcation ex: VA01 using ADOBE thru webservice(Fn module input-> sales order no).

The transaction shld be called when user hit the SUBMIT button Adobe interactive form.

I can create the button in webdynpro and called the screen using the below method. Its working.

lo_window_manager->create_external_window(

  • exporting

  • url = url

  • receiving

  • window = lo_window ).

But the requirement is only to call transaction when the user hit the submit button in the Adobe form.

It would be helpful if get an idea regarding the same.

Thanks

Arun

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Your Adobe Form is running within a Web Dynpro ABAP Appliation? If so, the submit button in an Interactive Form will trigger a Web Dynpro server side event handler. From there you can add the code to open the window or call the service.

Perhaps you should explain your situation further.