cancel
Showing results for 
Search instead for 
Did you mean: 

How two button approve & reject execute action in interactive form?

Former Member
0 Kudos

Dear All,

i want put 2 buttons in interactive form and call action on execution of button.

Reagards,

Gurprit Bhatia

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved

OttoGold
Active Contributor
0 Kudos

If solved, please share your solution and any valuable experience. That is how we do it here. Thank you, Otto

former_member418469
Participant
0 Kudos

Please can you share with the details how you have handled Approve and Reject buttons in your adobe form.

Former Member
0 Kudos

Hi Gurprit,

From Library -->> Drag & drop "Submit" button from "Web dynpro Native" Tab

there you can change the button text by duble clicking on the button.

From Menu Utility-> Insert Webdynpro script

It will work.....

Former Member
0 Kudos

Hi Naganath Mudale ,

I could not find Menu Utility ....i could not able to understand so please provide some detail information also.

Thanking u in advance.

Regards,

Gurprit Bhatia

Former Member
0 Kudos

Hi,

Hi Gurprit,

Drag & drop "Submit" button from "Web dynpro Native" Tab. and change the button text as per as per your requirement.

select the button there you can see the submit button script. there set a flag indicator to segregate the button.

e.g : Flag.rawValue = "X" ;
Approve Flag.rawValue = "Y" ;
Reject .

in menu bar select Utilities(M) and click on "Insert WebDynpro Script"

Edited by: Naganath Mudale on Sep 14, 2009 7:27 AM

Former Member
0 Kudos

Hi Naganath,

I m facing two problem ..

1. What code i should write ? I want to execute event on submistion.where i have to write ?

2. ACF require for this

Regards,

Gurprit Bhatia

chintan_virani
Active Contributor
0 Kudos

GURPRIT,

Please be more specific i.e elaborate more on the scenario on what you are trying to do so that others can help you.

Chintan

Former Member
0 Kudos

hey i think you are very new in this area......

better you go through ABAP Webdynpro documents more specific to InteractiveForm element...so you may get better idea.