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

Create Service Request for Customer

Former Member
0 Likes
878

hi,

can u pls tell me how to create Service Requset for Customer using BAPI??????

regards

Guru

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
824

BAPI_SERVICENOTIFICAT_CREATE for Create service notification.

BAPI_ALM_ORDER_MAINTAIN for Process Maintenance-/Service Order

BAPI for Sales Order BAPI_SALESORDER_CREATEFROMDAT2

hi,

can u pls tell me how to create Service Requset for Customer using BAPI??????

regards

Guru

4 REPLIES 4
Read only

Former Member
0 Likes
825

BAPI_SERVICENOTIFICAT_CREATE for Create service notification.

BAPI_ALM_ORDER_MAINTAIN for Process Maintenance-/Service Order

BAPI for Sales Order BAPI_SALESORDER_CREATEFROMDAT2

Read only

0 Likes
824

hi,

thanks for ur response

how to assign a service request to person who is suitable for service.

(for example customer faced problem with our product so he will make a complaint on that product, i think this is service request , we need to resolve that problem as we assign that service request to some other person who can able to solve .

<b>Am i thinking in Correct way</b>)

i need bapis to ful fill for the above senario

regards

Guru

Read only

Former Member
0 Likes
824

Hi

I believe even the below will be useful to you

BAPI_SERVNOT_ADD_DATA

BAPI_SERVNOT_CHANGEUSRSTAT

BAPI_SERVNOT_CLOSE

BAPI_SERVNOT_CREATE

BAPI_SERVNOT_DEL_DATA

BAPI_SERVNOT_GET_DETAIL

BAPI_SERVNOT_MODIFY_DATA

BAPI_SERVNOT_POSTPONE

BAPI_SERVNOT_PUTINPROGRESS

BAPI_SERVNOT_SAVE

Regards

Chandrasekar

Read only

Former Member
0 Likes
824

Hi

Check the below link on service notification on internet.

http://help.sap.com/printdocu/core/print46b/en/data/en/pdf/CS/PMSMASC_IAC.pdf

Regards

Chandrasekar