cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Update condition price to zero with CRM_ORDER_MAINTAIN

ramon_minguez
Discoverer
0 Likes
333

Hello community,

I am trying to update the price condition of a bid position and I can put any value and it updates correctly except zero.

I use the function CRM_ORDER_MAINTAIN and fill in the structure CRMT_PRIDOC_COM-COND_CHANGE, there is no error and the log after executing the function does not give results. Saving everything is correct but the old value remains.

CALL FUNCTION 'CRM_ORDER_MAINTAIN'
EXPORTING
it_pridoc = ltm_pridoc_comt
IMPORTING
et_exception = lt_exception
CHANGING
ct_input_fields = lt_input_fields
cv_log_handle = lv_loghndl.

¿Any idea or suggestion?

Thanks in advance, regards,

RM

Accepted Solutions (0)

Answers (0)