Mover Order Interface Last line returns Error
Hallo,
I have used following APIs to create Move Orders from a Custom Form,
INV_MOVE_ORDER_PUB.CREATE_MOVE_ORDER_HEADER
INV_MOVE_ORDER_PUB.CREATE_MOVE_ORDER_LINES
I have no issue with the data transfer with the API, But When it comes to multiple lines Move Order it return Error status from the INV_MOVE_ORDER_PUB.CREATE_MOVE_ORDER_LINES API for the Last line. ( eg- If the Move Order has 5 lines All the 4 lines will return Success Status and the 5th line will return the Error Status). But all the lines are interfaced to the Standard Move Order.
I have used following APIs to create Move Orders from a Custom Form,
INV_MOVE_ORDER_PUB.CREATE_MOVE_ORDER_HEADER
INV_MOVE_ORDER_PUB.CREATE_MOVE_ORDER_LINES
I have no issue with the data transfer with the API, But When it comes to multiple lines Move Order it return Error status from the INV_MOVE_ORDER_PUB.CREATE_MOVE_ORDER_LINES API for the Last line. ( eg- If the Move Order has 5 lines All the 4 lines will return Success Status and the 5th line will return the Error Status). But all the lines are interfaced to the Standard Move Order.
0