Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error message from RV_DELIVERY_CREATE

Former Member
0 Likes
565

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.

1 REPLY 1
Read only

pramodu
Active Participant
0 Likes
410

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