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.
 
Back
Top