cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a Service Contract in SAP CRM with Abap code?

former_member185067
Participant
0 Kudos
338

Hi gurus,

I am new in SAP CRM and I need create a new Service Contract in SAP CRM with abap code?

For the moment I only have the following idea,

1/ Call FM CALL FUNCTION 'CRM_ORDER_MAINTAIN' (I need know what paramerters need the fm to pass it).

2/CALL FM 'CRM_ORDER_SAVE'

3/CALL FM 'BAPI_TRANSACTION_COMMIT'',

Is it the best way? Can you help me or give me other idea?

Thank you very much and best regards,

Carlos,

Accepted Solutions (1)

Accepted Solutions (1)

former_member190077
Participant
0 Kudos

HI Carlos!

That's the best way to achieve ...

How difficult is to find the exact parameters to use the function correctly,

So I leave this thread so you have a better idea of doing,

crm_order_maintain  . create items. | SCN

Best regards,

JMP

former_member185067
Participant
0 Kudos

Thank you Jose Manuel,

We solve it! We do it something like your post:

crm_order_maintain  . create items. | SCN,

Thank you very much for your answer,

Regards,

C. Castillo

former_member190077
Participant
0 Kudos

You're welcome!!

I can mark my answer as correct???

And happy to help Carlos,

Best regard,

JMP

Answers (0)