cancel
Showing results for 
Search instead for 
Did you mean: 

How to Maintain Active Switch in CRM_ORDER_MAINTIAN.

Former Member
0 Kudos

Hi,

Item level i have avoid product id check validation by passing active switch parameter produc_determ = 'A'. But it is not working properly, Can anybody suggest me how to create active switch.

Thanks,

Anbu

Accepted Solutions (0)

Answers (1)

Answers (1)

spencer_liang
Active Contributor
0 Kudos

Hi Anbu,

See below for the documentation.

FU CRM_ORDER_MAINTAIN IT_ACTIVE_SWITCH

________________________________

Short text

Deactivate functions in the order

importance

Using this parameter, special functions in the order, such as pricing or the availability check, can be switched off or later explicitly activated.

The interface is prepared to control the individual functions per document or even per position. Currently, however, only one global control is supported for a CRM_ORDER_MAINTAIN run. To do so, an entry with empty REF_GUID and empty REF_KIND must be passed.

Range of values

The values for controlling the valid activities are:
• Blank -> Standard procedure
• Do not perform 'A' -> function

They can be taken from the include CRM_ACT_SWITCH_CON.


Functional module

CRM_ORDER_MAINTAIN

then the parameter should be PRODUCT_DETERM rather than produc_determ.

And I think you should also assign proper values to

REF_GUID
REF_KIND
REF_HANDLE

Spencer