on 2016 Jan 22 10:48 AM
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,
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
10 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.