<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using BAPI SD_DELIVERY_UPDATE_PICKING 1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-sd-delivery-update-picking-1/m-p/8316953#M1636981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using function module WS_DELIVERY_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Nov 2011 07:16:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-26T07:16:58Z</dc:date>
    <item>
      <title>Using BAPI SD_DELIVERY_UPDATE_PICKING 1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-sd-delivery-update-picking-1/m-p/8316951#M1636979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone, first I apologize for my basic English&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to update the fields: LGORT, CHARG and PIKMG (Warehouse, Lot and Picking) of a delivery (SD module), for this I am using the BAPI SD_DELIVERY_UPDATE_PICKING_1, but I'm having the following problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not update the field LGORT&lt;/P&gt;&lt;P&gt;After modifying, an order the transport SGA is automatically generated, and do not want the same think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I can help ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Observation: I am trying to see the fields needed to run the BAPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*********VBKOK*************************

VBKOK_WA-VBELN_VL = DELIVERY.
espacios VBKOK_WA-VBELN_VL.
VBKOK_WA-VBELN = '20111122'. "Orden de Picking
espacios VBKOK_WA-VBELN.
VBKOK_WA-LGNUM = '1200'. "Número de Almacén
espacios VBKOK_WA-LGNUM.
VBKOK_WA-STGE_LOC_CHANGE = 'X'.
VBKOK_WA-KOMUE = 'X'. "Ajuste automático del picking

***********VBPOK************************

VBPOK_TAB-VBELN_VL = DELIVERY. "Nr. entrega  OBLIGATORIO
espacios VBPOK_TAB-VBELN_VL.
VBPOK_TAB-POSNR_VL = '10'.
espacios VBPOK_TAB-POSNR_VL. "Posición OBLIGATORIO
VBPOK_TAB-VBELN = '20111122'. "Orden de Picking OBLIGATORIO
espacios VBPOK_TAB-VBELN.
VBPOK_TAB-POSNN = '10'.
espacios VBPOK_TAB-POSNN. "Posición siguiente
VBPOK_TAB-VBTYP_N = 'J'. "tipo de documento
VBPOK_TAB-MATNR = '121'.
espacios VBPOK_TAB-MATNR. "Material
VBPOK_TAB-CHARG = '35'."Lote
espacios VBPOK_TAB-CHARG.
VBPOK_TAB-WERKS = '1200'. "Centro suministrador
espacios VBPOK_TAB-WERKS.
VBPOK_TAB-TAQUI = 'X'. "Indicador de confirmación de pedidos CAMPO NECESARIO PARA ACTUALIZAR LOTE
VBPOK_TAB-LGPLA = '1200'. "Ubicación
VBPOK_TAB-LGORT = '1200'. "Almacén
espacios VBPOK_TAB-LGORT.
VBPOK_TAB-MDIFF_LGORT = '1200'.
VBPOK_TAB-LFIMG = 2. "Cantidad entregada efectivamente en UMV
VBPOK_TAB-LGMNG = 2.
APPEND VBPOK_TAB.



VBPOK_TAB-VBELN_VL = DELIVERY.
espacios VBPOK_TAB-VBELN_VL. "Nr. entrega
VBPOK_TAB-POSNR_VL = '20'.
espacios VBPOK_TAB-POSNR_VL. "Posición
VBPOK_TAB-VBELN = '20111122'. "Orden de Picking
espacios VBPOK_TAB-VBELN.
VBPOK_TAB-POSNN = '20'.
espacios VBPOK_TAB-POSNN. "Posición siguiente
VBPOK_TAB-VBTYP_N = 'J'. "tipo de documento
VBPOK_TAB-MATNR = '121'.
espacios VBPOK_TAB-MATNR. "Material
VBPOK_TAB-CHARG = '35'."Lote
espacios VBPOK_TAB-CHARG.
VBPOK_TAB-WERKS = '1200'. "Centro suministrador
espacios VBPOK_TAB-WERKS.
VBPOK_TAB-TAQUI = 'X'. "Indicador de confirmación de pedidos CAMPO NECESARIO PARA ACTUALIZAR LOTE
VBPOK_TAB-LGPLA = '1200'. "Ubicación
VBPOK_TAB-LGORT = '1200'. "Almacén
espacios VBPOK_TAB-LGORT.
VBPOK_TAB-MDIFF_LGORT = '1200'.
VBPOK_TAB-LFIMG = 2. "Cantidad entregada efectivamente en UMV
VBPOK_TAB-LGMNG = 2
APPEND VBPOK_TAB.

  CALL FUNCTION 'SD_DELIVERY_UPDATE_PICKING_1'
    EXPORTING
      VBKOK_WA                       = VBKOK_WA
      SYNCHRON                       = ''
*   NO_MESSAGES_UPDATE_1           = 'X'
*      NICHT_SPERREN_1                = 'X'
*   AUFRUFER_T_1                   = ' '
*   IF_ERROR_MESSAGES_SEND_1       = 'X'
*   IF_LATE_DELIVERY_UPD           = ' '
*   IT_SERNR_UPDATE                =
    TABLES
      VBPOK_TAB                      = VBPOK_TAB
      PROT                           = PROT
*   IT_PACKING                     =
            .

IF sy-subrc = 0.
  commit WORK.
ENDIF.

LOOP AT PROT.

ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use code tags.&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Nov 25, 2011 10:35 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 15:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-sd-delivery-update-picking-1/m-p/8316951#M1636979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-25T15:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI SD_DELIVERY_UPDATE_PICKING 1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-sd-delivery-update-picking-1/m-p/8316952#M1636980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In stead of thinking in technical point did you check with your functional people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2011 04:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-sd-delivery-update-picking-1/m-p/8316952#M1636980</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-11-26T04:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI SD_DELIVERY_UPDATE_PICKING 1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-sd-delivery-update-picking-1/m-p/8316953#M1636981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using function module WS_DELIVERY_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2011 07:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-sd-delivery-update-picking-1/m-p/8316953#M1636981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-26T07:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI SD_DELIVERY_UPDATE_PICKING 1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-sd-delivery-update-picking-1/m-p/8316954#M1636982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally to setting LGORT = 'something' try KZLGO = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it's not to late.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 22:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-sd-delivery-update-picking-1/m-p/8316954#M1636982</guid>
      <dc:creator>carlostol</dc:creator>
      <dc:date>2015-06-04T22:06:05Z</dc:date>
    </item>
  </channel>
</rss>

