Skip to Content
0
Former Member
Nov 23, 2006 at 03:09 PM

Change Status in Opportunity

405 Views

Hi,

I have a customer program to create and to update opportunity objects

in CRM 4.0, this program is using the function "CRM_MA_ACT_SAVE" to

change the status of the opportunity but the system is registering a Dump and Update

Request.

The Dump indicate that the system try to insert a register when it must update the register of opportunity in the table CRMD_OPPORTADM_H with the new status.

The call to the function is the follow:

CALL FUNCTION 'CRM_MA_ACT_SAVE'

EXPORTING

iv_guid = guid_oportunidad

iv_activity_type = c_process

iv_status = estatus

IMPORTING

ev_error_number = d_sysubrc.

Where

guid_oportunidad is the GUID to the order

c_process is ‘OPPT’

estatus is ‘E0012’.

Support Sap indicates to me that this function is not released and than I must not use it.

Anyway, is there any other function module similar to CRM_MA_ACT_SAVE that I can use?.

Best regards

Raquel