Hello,
I consume the bapi BAPI_ALM_ORDER_GET_DETAIL in CAF 7.0 with this code:
BAPI__ALM__ORDER__GET__DETAIL ns1orderDetalle=new BAPI__ALM__ORDER__GET__DETAIL();
ns1orderDetalle.setNUMBER("4000129");
BAPI__ALM__ORDER__GET__DETAILLocal wsContainerOrderID=this.getBAPI__ALM__ORDER__GET__DETAIL();
BAPI__ALM__ORDER__GET__DETAIL_dot_Response orderDetalleResponse=wsContainerOrderID.BAPI__ALM__ORDER__GET__DETAIL(ns1orderDetalle);
But when i execute the service it generate the error:}
id:IWO_BAPI
Message:Error reading the order 4000129 in the document tables
Type:E
what could it be the error?
thanks you