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: 

CRM_ORDER_SAVE working onely debug mode

Former Member
0 Kudos

Hi experts,

I am facing the issue in LOA09: Automatic creation of CTD Shipment Request for loan contract terminated’  , i am using the

function modules as follows.

CRM_CUSTOMER_H_READ_DB

CRM_ORGMAN_READ_OW

CRM_SALES_READ_OW

CRM_PRICING_READ_OW

CRM_CUSTOMER_H_READ_OW

CRM_STATUS_CHANGE_EXTERN

CRM_CUSTOMER_H_MAINTAIN_OW

CRM_ORDER_MAINTAIN

CRM_ORDER_SAVE

the final out put is in debug mode it working ,but normal execution it is not working .

Note : before upgrade it is working fine but after upgrade it is working properly in debug mode.

please help me.

Thanks,

praveen lingutla.

3 REPLIES 3

michael_kozlowski
Active Contributor
0 Kudos

I had an similar issue with another FM. Missing COMMIT was the key.

0 Kudos

Hi Michael,

It working before upgrade system but after upgrade it is not working.

i try to execute same variant in both systems (before upgrade & after upgrade) but before upgrade it is

working properly.

Thanks,

praveen Lingutla.

0 Kudos

Hi,

there a several oss-notes about e.g.

2175690 - Multiple Improvements and Exception Handling in CRM / MRS Integration

Maybe this will be helpful.