‎2020 Jan 22 12:04 AM
Hello guys .... I need to create a repair order when the order is released. There was already an enhancement created at the time of order creation, at CO_ZV_ORDER_POST, but the customer wants it at the time of order release, so I created a new enhancement at CO_COM_RELEASE_ORDER. However, BAPI_PRODORD_CREATE only works in the enhancement of CO_ZV_ORDER_POST, it does not work in the enhancement of CO_COM_RELEASE_ORDER. BAPI returns the error "Enter material or model number", but I already checked it and the data is being loaded. Does anyone know what could be happening? Any tips ??