Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi's to Create a Service Notification and Order

Former Member
0 Kudos

Hi All,

I have a requirement of creating Service Notification (IW51) and Order(IW34). Instead of using BDC, i rather go for BAPI's. I did a search and found "BAPI_SERVNOT_CREATE" to create the notification. What is the bapi for creating Service Orders?

Thank you in Advance,

D

6 REPLIES 6

Former Member
0 Kudos

Hi Danny,

Plz have a look in the link below:

http://www.sapbapi.com/bapi-list/

With luck,

Pritam.

Former Member
0 Kudos

Hi Danny.

I would like to suggest,

BAPI_ISUSMORDER_CREATEMULTIPLE - Create Service Orders

BAPI_ALM_CONF_CREATE - Create confirmation for maintenance/service order

WTY04_CREATE_SERVICE_ORDER - Create Service order via function module.

Hope That's Usefull.

Good Luck & Regards.

Harsh Dave

Former Member
0 Kudos

Hi Danny,

Try these BAPIs:

BAPI_SERVNOT_PUTINPROGRESS - Put in process a service notification

BAPI_SERVNOT_SAVE - Save service notification

WTY04_CREATE_SERVICE_ORDER - Create Service order via function module.

Hope this helps you.

Regards,

Chandra Sekhar

Former Member
0 Kudos

Hi Danny,

You can use 'BAPI_SERVNOT_CREATE'. Or else you can use 'BAPI_ALM_NOTIF_CREATE'.

BAPI for service order creation (IW34) is not available in 4.6. You need to use BDC only.

Regards,

Aparna Gaikwad

0 Kudos

And dont forget to call 'BAPI_SERVNOT_SAVE' to save the newly created notification at the end.

Regards,

Aparna Gaikwad

Former Member
0 Kudos

Thank you all for your response. Now i have something to go on.

Tks,

D