cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe GUI and Web Dynpro interaction

david_fryda2
Participant
0 Kudos

Hi everyone,

I'd like to know how do I manage 2 buttons in Adobe interactive form ?

I know how to manage a single button in a PDF : I created an action in the web dynpro and binded this action to the "onSubmit" property of the interactive form.

So, if I click on the button (in the PDF document), it raises up the action that I defined in the "onSubmit" property.

But what if I have 2 buttons ? How can I know which button I clicked on the PDF doc ?

Thanks in advance.

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, David!

In the Interactive Form you have 2 buttons - "CheckFields" and "SubmitToSAP" - which you can - via Event-Handlers evaluate in Web Dynpro.

Regards,

Thomas

david_fryda2
Participant
0 Kudos

HiThomas,

So there are only 2 buttons...not more ?

Thanks.