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

Help needed

Former Member
0 Likes
394

Hi

Currently i am creating the delivery with reference of sales order using the Function Module 'RV_DELIVERY_CREATE' , delivery is creating but picking quantity is not filling in that.

Is there any function module available to create the dlivery with filled picking quantity.

Regards,

Sunny

2 REPLIES 2
Read only

Former Member
0 Likes
355

Hi, Try using GN_DELIVERY_CREATE Function module.

Thanks

Regards,

Swaroop Patri

Read only

Former Member
0 Likes
355

Hi,

DATA: BEGIN OF HVBPOK OCCURS 10. .
INCLUDE STRUCTURE VBPOK.
DATA: END OF HVBPOK.

DATA: BEGIN OF SAV_NAST.
INCLUDE STRUCTURE NAST.
DATA: END OF SAV_NAST.

CALL FUNCTION 'SD_DELIVERY_UPDATE_PICKING'
EXPORTING
SYNCHRON = ' '
NICHT_SPERREN = 'Y' "note_97980
VBKOK_WA = VBKOK
AUFRUFER_T = 'X'
TABLES
VBPOK_TAB = HVBPOK.
NAST = SAV_NAST.