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 -IW31

Former Member
0 Likes
703

Hi Experts,

I am supposed to create service order , notification and sales order from Iw31 Transaction. Here in my customized program I am using BAPI_ALM_ORDER_MAINTAIN to do the same. Now i am able to create service order and notificaton but not sales order.

Could you please suggest me how i can create sales order using this bapi?

Thanks in advance,

Vinsa.R.

4 REPLIES 4
Read only

gopi_narendra
Active Contributor
0 Likes
614

Sales order will not be created with this BAPI, for creating a Sales Order for the Service Notification u need to use the BAPI <b>BAPI_SALESORDER_CREATEFROMDAT2</b>

Regards

- Gopi

Read only

Former Member
0 Likes
614

Hi Gopi,

Thanks for ur reply. But u didn't tell me how i can get the document flow.Is it possible to see this from Iw32 or Iw33 navigation?

Could you please send me your code?

Thanks,

Vinsa.R.

Read only

0 Likes
614

If u r talking abt the navigation

From IW32, Press SHIFT + F1, there beside Serv.Order u can find a button Sales Order from which u can create teh sales orer. OR from Menu path Service Notification - > Create Sales Order - > Standard.

Regards

- Gopi

Read only

Former Member
0 Likes
614

Hi Vinsar

You have mentioned in the thread that u have been able to create a Service Order and notification by using the BAPI 'BAPI_ALM_ORDER_MAINTAIN'. I also have a similar requirement. I would be greatful, if you cud pls send the code that you had written for the same.

Are you creating Notification also through this BAPI?

Thanks in advance

Kulpreet