Application Development and Automation 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: 
Read only

BAPI to create an order

Former Member
0 Likes
549

Hi,

I have a requirement to create a service order from a notification. Is there a BAPI that does this?

Regards,

Joseph

4 REPLIES 4
Read only

Former Member
0 Likes
528

check the BAPI BAPI_SERVICENOTIFICAT_CREATE

Read only

0 Likes
528

That BAPI is creating a service notification. What I need is a BAPI that will create a service order in reference to a service notification.

Regards,

Joseph

Read only

sachin_mathapati
Contributor
0 Likes
528

Hello Joseph,

Try this BAPi

BAPI_ALM_ORDER_MAINTAIN

Reward points if helpful.

Regards,

Sachin M M

Read only

0 Likes
528

I have tried using BAPI_ALM_ORDER_MAINTAIN but a new notification is created together with the order created. What I need is to create a service for an existing notification.