‎2008 Jun 10 9:10 PM
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
‎2008 Jun 10 9:17 PM
Hi, Try using GN_DELIVERY_CREATE Function module.
Thanks
Regards,
Swaroop Patri
‎2008 Jun 10 10:13 PM
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.