SAP and Oulook integration

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am developing a transport request form in Outlook. The form should
validate the entered Change request number and get all the task requests from
SAP and fill the form in microsoft outlook.

Any idea how to do this ?

thanks
 
For basic form design, see http://www.outlookcode.com/d/forms.htm . Validation can be handled either in the Properties dialog for any control bound to an Outlook field or in the message form's Item_Send event handler. Note that, as a practical matter, your form probably won't be able to run code unless you can publish it in the Organizational Forms library on Exchange Server.

Getting task requests from SAP may be a bit out of the scope of this forum, but I'm sure there are SAP forums that can help you with the VBScript for that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top