Skip to Content
0
Former Member
Feb 21, 2009 at 12:26 AM

Error while executing BAPI_ALM_ORDER_GET_DETAIL

147 Views

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