cancel
Showing results for 
Search instead for 
Did you mean: 

Add Button in ABAP Adobe form/ add onSubmit CLICK event????

Former Member
0 Kudos

Hi All,

I designed using ABAP webdynpro.

I added WebDynpro ActiveX or WebDynpro Native submit button.

Then I added CLICK under onSUBMIT events of view.

And added code under ONACTIONCLICK.

But it is not working. I check old post's saying to use " Utilities->Insert WebDynpro Script" in layout,

but in my case " Utilities->Insert WebDynpro Script" in layout is coming as inactive so can not able to

add that.

Can any one guide me how can i use Buttons on my Adobe ABAP interactive form?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

method ONACTIONCLICK .

wd_this->fire_o1_plg(

).

endmethod.