‎2010 Jul 02 9:52 AM
Hi,
while using FM RV_DELIVERY_CREATE i am getting error message 99 i.e. Item status (document 2050008399, item 000010) is missing.
2050008399 - sales order number
and i passing line item 000020 as i want to craete delivery only for item 20 not for 10. from VL01n i am able to create the delivery for this SO.
Also sometimes table lvbls and lvbfs are not getting populated with either delivery or error message respectively but the delivery is getting created with the message 99 in my program without returning the delivery number.
Please reply soon.
Thanks in advance.
‎2010 Jul 02 10:18 AM
Hello,
Can you please try with other FM
CALL FUNCTION 'GN_DELIVERY_CREATE'
EXPORTING
VBSK_I = L_WA_VBSK
NO_COMMIT = 'X'
TABLES
XKOMDLGN = PIE_T_KOMDLGN
XVBFS = L_T_VBFS
XVBLS = L_T_VBLS
XXLIPS = L_T_LIPS
EXCEPTIONS
ERROR_MESSAGE = 01.
Cheers,
Pramod