cancel
Showing results for 
Search instead for 
Did you mean: 

Submit to SAP button

Former Member
0 Kudos

Hi folks,

Would like to know, how 'Submit to SAP' button working in Adobe interactive forms.how this button is synchronised with outlook(IXOS server).

For example, if a travel request created, click on this button it will take us to a new mail with travel request details.

I would appreciate,If anyone could explain this in technical terms.

Thanks in advance.

Regards

Bhavani

Accepted Solutions (0)

Answers (3)

Answers (3)

guru_subramanianb
Active Contributor
0 Kudos

Hi,

Any event in programming model will have an action to be performed incorporated with it.

From your requiremnt I find you wante dto send the travel data informations from one form to another.Have an event associated with the button.on click of this event try to send or populate the data where ever required.

For your case here on click of the button establish the connection the outlook server with predefined subject and data using the help od "mail to " protocol.

Hope it is help ful.

Regards,

Guru

Former Member
0 Kudos

Hi Bhavani,

Clicking on the Submit to SAP button, it will generate one event, which will be handled in webdynpro application. So, in this method you can write code for you want to do.

So, your functionality is not related with Submit to SAP button.

regards,

Bhavik

Former Member
0 Kudos

Hi Bhavani,

Did you get the answer of your question?

If yes then please close this thread otherwise give updates.

Regards,

Bhavik

Former Member
0 Kudos

Hi Bhavani,

If i am not wrong, you need to have FunctionModules at your backend system.

Import that as a model in WebDynpro and you achieve that using a RFC call.But the you should have a FM for doing this.

Regards, Anilkumar