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 to create an order in PM

Former Member
0 Kudos

Please sugget any BAPI or RFC that can be used to create an order in Plant maintenance.

RFCs like ALM_MEREP_001_CREATE is MAM specific. Please suggest any RFC/bapi which is not MAM specific.

1 ACCEPTED SOLUTION

Former Member

hii

try using BAPI_ALM_ORDER_MAINTAIN

regards

twinkal

8 REPLIES 8

Former Member
0 Kudos

Hi,

Try RFC_CREATE_PM_ORDER.

Regards,

Darren

0 Kudos

when I am running this RFC with some data, it takes me to a screen. I need a RFC which will be called from other apllication in background. Please advice.

Former Member

hii

try using BAPI_ALM_ORDER_MAINTAIN

regards

twinkal

0 Kudos

Could you please

what are the parameter need to be filled in BAPI_ALM_ORDER_MAINTAIN so as to create a ORDER..

If You have sample data...please provide

0 Kudos

hii

you can refer following link for passing parameters in this BAPI.hope it helps you.

[ BAPI_ALM_ORDER_MAINTAIN |]

regards

twinkal

0 Kudos

Thanks Twinkle.

This link is useful and BAPI_ALM_ORDER_MAINTAIN resolved our requirements.

Edited by: Rohit Kumar on Oct 10, 2008 4:04 PM

Former Member
0 Kudos

Hi

Try these

BAPI_ALM_COMPONENT_GET_DETAIL

BAPI_ALM_OPERATION_GET_DETAIL

BAPI_ALM_ORDERHEAD_GET_LIST

BAPI_ALM_ORDEROPER_GET_LIST

BAPI_ALM_ORDER_GET_DETAIL

BAPI_ALM_ORDER_MAINTAIN

Kuldeep

0 Kudos

My requirement is to create an order with some data. I tried all these RFC, I think everyone is for other activities , not specifically to create an order.

Please help!