cancel
Showing results for 
Search instead for 
Did you mean: 

Cursor not getting positioned on the input field

Former Member
0 Kudos

Hi Experts,

I am reusing a form layout (dwnloaded from a server in which it is wrking perfectly).

When i test the form i can view the form but the cursor dsnt get positioned on the input screen nor does the button gets clicked(no event triggered).

Can anyone pls guide me if i am missing on any setttings?

Thanks in advance

Shaurya.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

for the button - i would delete it and add it back - make sure you're adding it from the Web Dynpro NATIVE tab ONLY!! any other submit button won't work. SAP automatically puts code behind the button allowing it to communicate from Adobe to SAP.

for the cursor - I would try to re-establish the tab order first to see if that fixes it. To do that, in your form layout, click VIEW -> TAB ORDER. Instructions will popup on how to order your fields.

EDIT: make sure your form is handling the event - in your web dynpro screen, there's a property in the EVENTS section called onSubmit - you need to have a method specified there which will process the click event from your Adobe form.

Former Member
0 Kudos