cancel
Showing results for 
Search instead for 
Did you mean: 

webdynpro submit

Former Member
0 Kudos

Hi,

Im using file upload UI element in my ABAP Webdynpro for uploading adobe form and after browsing the file for uploading, i want the submit button should trigger automatically with out clicking submit button..is there a way to acheive this?

J.Smitha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Smitha,

As soon as something happens on the screen wdDoModifyView() triggers and you can check whether something has been uploaded or not by checking the context attributes associated with that upload element and then invoke a method to submit from wdDoModifyView() .

Hope you got some idea

Thanks

Bala Duvvuri

Former Member
0 Kudos

Hi Bala,

Thanks for the reply. I am just trying the way you suggested.

Regards,

J.Smitha