cancel
Showing results for 
Search instead for 
Did you mean: 

Submit button is not working

Former Member
0 Kudos

Hi All,

I am using NWDS 2.0.18, SAP WAS 6.40 SP18 and Adobe LiveCycle Designer 7.1.

I develop Interactive Form application which has submit button(Web Dynpro ActiveX) and onActionSubmit event hanlder is assigned to onSubmit property of

InteractiveForm UI element.

Submit button ControlType property is set to Regular.

The code in the onActionSubmit event handler is not excecuting.

When I click the submit button nothing happens.

What could be the problem?

Thanks

Sundar

Accepted Solutions (0)

Answers (3)

Answers (3)

amolgupta
Active Contributor
0 Kudos

hi Sundar,

the Submit to Sap button available under the WebDynpro tab under the Library tab behaves the same way as the Button in the Dynpro Layout.

when clicked in the online scenario, it can trigger an event on which you can do coding in the IMPLEMENTATION tab.

when you go to interactive form's properties,

you can see in the Events' section two events....

1).onCheck

2).onSubmit

just create an action for it.

and choose the action in from of onSubmit dropdown in the Properties of Interactive form.

just go to the implementation of the same view and you will find a method for it already created for you to write your code in.

The Submit To SAP and Check buttons available in the Libray tab->WebDynpro

work the same way as if they were in the same view in the Layout of the View.

hope this helps...

with regards,

-amol gupta

Former Member
0 Kudos

Hi Sundar,

is property enabled of InteractiveForm in WDA set to true?

ControlType Regular is correct for Submit button from the group Web Dynpro ActiveX. You needn't do any changes in properties of this button.

Regards

Michal

Former Member
0 Kudos

Hi Michal,

Thanks for your reply.

Yes, enabled property is set to true.

I'm able to get data from R/3 by calling a BAPI and populate values in

dropdownlist boxes.

The only problem is Submit button is not working.

Thanks

Sundar

Former Member
0 Kudos

Hi Sundar,

Im facing the exact problem as yours. Can you please tell me how you solved it?

Regards,

Shobhit

Former Member
0 Kudos

Hi,

Check your ACF installation (SAP note 766191). The ACF (Active Components Framework) enables communication between your web dynpro application and the form itself.

Regards,

Francois

Former Member
0 Kudos

Francois,

Thanks for your reply.

I have installed xACF_NW04_SP19.exe (just now).

But I have NWDS 2.0.18. Is that OK?

I am unable to get xACF_NW04_SP18.exe.

I placed a submit button (web dynpro Activex) in my Interactive Form.

What is the value for Control Type property for submit button?

I set the value "Regular".

Still it doesn't work.

Thanks

Sundar