Packing instructins not picked during Handling Units

Hi all
I had created the packing instructions with the packaging material and the material to be packed .
when i tried to create the HUM's with reference to the packaging instructions the material to be packed is not getting picked .
can some explain what could be the possible reasons .
I simulation tab of the packing instructions the status of the packaging material is " ? "
thanks ,
ksr

Hi Vishal ,
thanks for the reply .
the steps i followed are
1) created packaging instructions using POP1 for a material .
2)  Maintained POF1 - Create Packing Instruction Determination Record during this i checked and able to see the packaging instructions assigned to it too  for STOC .
3)  Non-Assigned Packing profile with STOC condition type exists .
still i am not able to pick the automatic packing instructions while using HU02 .
please correct me if i am wrong somewhere .
thanks ,
ksr

Similar Messages

  • Packing a delivery with a handling unit

    Hi,
    can anyone tell me how to pack a inbound delivery with a handling unit using a FM similar to what is done in vl32n
    Regards
    Nikhil

    i have a handling unit and an inbound delivery which is created using mb_goods_movement_create(MIGO). so, the HU has to be packed with a material which can be seen in vl32n.
    i used ws_delivery_update. It did not work.
    pls suggest some other FM
    Regards
    Nikhil

  • Service Tax condition not picking during MIRO

    Hi,
    Referring earlier posted thread,
    http://forums.sdn.sap.com/thread.jspa?threadID=2135441&tstart=0
    I want to know insert a Tax Code - VAT for 10% and a Condition Type - Service Tax for 10.3%...
    During MIRO, Service Tax Amount is not Picking... Why???
    There is any solution for it.....

    Hi,
    If we create Service condition type, then why need to create Tax code in FTXP and maintain in FV11...
    Why both things need to create...??
    No need to maintain
    check for your service tax condition type
    Cond. class   A Discount or
    Calculat.type A percentage
    Cond.category B Delivery co
    and you have accrual tick for your condition in t-code M/06
    also check in your pricing procedure you have assign account key and accrual key for your condition type in t-code
    M/08
    Regards
    Kailas Ugale

  • MIGO:GR/GI SlipNo in MType103 not picked during corresponding MType 105

    Dear friends,
    In MIGO the entered GR/GI slip No field data during "Goods Reciept" with MType 103 is not picked up while performing the MIGO "Release GR blocked stock"  with MType 105.
    The other fields in the MIGO header like Delivery Note & Bill of lading are getting picked except this particular GR/GI slip No.
    We need to capture Gate entry number (External, Alphanumeric), while doing MIGO-GR-103 and while referring that doc number want the entered GR/GI slip data to be picked while doing MIGO-RelGR Blk Stk-105.
    Please guide me how this field's data can be automatically copied in the subsequent document as the few other field data in the MIGO header.
    Regards,
    Joy Ghosh

    Goods Receipt/Issue Slip Number
    Specifies a number which - in addition to the material document number - uniquely identifies a goods receipt/issue slip. This number can be assigned both internally and externally.
    Use
    If number assignment for goods receipt/issue slips is active in the plant, you can proceed as follows:
    You enter a number manually.
    You do not enter a number. In this case, the system automatically assigns a number.
    Note
    This GR/GI slip number has only been designed for use in those countries (for example, Italy) whose legislation requires specification of this number for goods that leave the plant and are transported on public roads.
    In other countries, the material document number printed on the GR/GI slip (in the standard system) is usually sufficient. To enter external documents, you can use the field Material slip or Delivery note.
    If You want this functionality then go to SPRO-MM-Inventory Management and Physical Inventory-Number Assignment-Define Number Assignment for Goods Receipt/Issue Slips
    Warning : GR/GI slip number is relevant for Italy only

  • Warehouse task not being created : Handling unit was not locked

    Hi,
    I am trying to create a warehouse task w.r.t to an o/b delivery in EWM. While doing so when I try and create the Warehouse task from the Warehouse Req an error comes up : Warehouse Task cannot be created. Handling unit was not locked.
    What is the resolution for this? is there some way we can lock the individual handling units?
    Arup

    Hi,
    I am not using HUM at the warehouse level. The storage type used is 0010 (High Rack Storage) and it is defined to behave as a standard storage type.
    Arup

  • Packing multiple materials in one Handling Unit

    Dear Friends,
    In an outbound delivery, I want to pack 8 materials in one single External Handling unit.
    How should I use this?
    Presently I am using BAPI_HU_PACK 8 times to do this in a loop & passing the same HU in parameter
    BAPIHUKEY-HU_EXID for all the time but with ITEMPROPOSAL which is different all the time.
    Is this the right way to pack multiple materials in the same HU?
    Please share your experience..
    Thank you.
    Regards
    Prashant

    Hi,
    Please explain a little more clearly.
    Do you have an existing HU and you just want to assign it to the delivery or you want to create the HU also.
    Please check how it is executed when working online.
    HU that you want to assign to the delivery should have same/equal materials as that what we have in delivery.
    Please check this out.
    Regards,

  • Weblogic 10.3.0 not picking up persistence unit

    Hello,
    I am facing a problem where Weblogic does not seem to pickup the persistence unit:
    [wldeploy] Target state: deploy failed on Server examplesServer
    [wldeploy] java.lang.IllegalArgumentException: No persistence unit named 'dao' is available in scope ejb-app. Available persistence units: []OS: Windows XP (Development Environemnt)
    WebLogic Server Version: 10.3.0.0
    Though I'm working via Eclipse Helios, I am using Weblogic generated (and later modified) Ant scripts to compile, build and deploy to my local Weblogic install, in a 'split development' setup.
    Following is the file strutcture:
    source
    +---build.xml (Ant script)
    +---APP-INF
    |    +---lib
    |         +--- * (shared libraries)
    |
    +---META-INF
    |    +---application.xml
    |    +---weblogic-application.xml
    |
    +---web-app
    |    +---WEB-INF
    |         +---src
    |         +---lib
    |
    +---ejb-app
         +---com.example.ejb.data (Contains Entity annotations)
          |    +---Pojo1.java
          |    +---Pojo2.java
          |
          +---com.example.ejb.ctrl (Contains business logic and services)
          |    +---MyService.java
          |
          +---META-INF
               +---ejb-jar.xml
                +---weblogic-ejb-jar.xml
                +---persistence.xml     Here is my persistence.xml:
    <?xml version="1.0"?>
    <persistence xmlns="http://java.sun.com/xml/ns/persistence"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
        http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
         version="1.0">
         <persistence-unit name="dao" transaction-type="RESOURCE_LOCAL">
              <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
              <jta-data-source>OraDS</jta-data-source>
              <non-jta-data-source>OraDS</non-jta-data-source>
              <class>com.example.ejb.data.Pojo1</class>
              <class>com.example.ejb.data.Pojo2</class>
              <properties>
                   <property name="eclipselink.target-server" value="WebLogic_10" />
                   <property name="eclipselink.logging.level" value="FINEST" />
              </properties>
         </persistence-unit>
    </persistence>            I am attempting to inject the persistence unit via annotation in MyService.java (a @Stateless session bean):
    @PersistenceContext(unitName = "dao")
    private EntityManager entityManager;     I had done the same with 10.3.0's default Kodo provider and was getting the same issue.
    I've moved the persistence.xml to source/APP-INF, source/APP-INF/lib, source/META-INF and run deploys, it still gives me the error.
    The whole EAR is built with wlcompile and appc as per Split Directory development flow.
    For some reason, Weblogic does not seem to pick up the "dao" persistence unit into its JNDI tree, application wide or 'ejb-app' module scoped.
    Any direction on what next should I be looking at would be helpful.
    Edited by: Vyoma on May 25, 2011 10:15 PM
    Fixed code formatting.

    Pierluigi Vernetto, thanks for that link. Though it was for a web module consumption of the persistence package, I was able to adapt it for use by my ejb module.
    Here is my solution, under split-directory development workflow.
    Create the persistence module, place the persistence.xml in that module's META-INF.
    Create an Ant task in the build.xml to 'wlcompile' and JAR it to the EAR direcotries APP-INF/lib directory.
    Exclude the persistence module from the rest of the 'wlcompile' and 'appc' tasks.
    I was then able to inject it with annotation in my EJB module.
    dvohra16, thanks for that pointer. Now that I've been able to solve, the pressure is off (and shifted to other things). But I will surely check your option out. If I can get that working, it will be much easier than tinkering around with the build.xml and would be the normal flow of split-directory development workflow.
    As of now, I will say this thread as 'solved', but if I get it working the way you mention (on my sandbox project), I will surely come back and update this thread.
    Edited by: Vyoma on May 27, 2011 11:21 AM

  • Storage Location from USERTEMP1 not picked during Goods Issue

    Hi All,
    We had populated the USERTEMP field in FMDERIVE with the Storage Location using the steps mentioned in the following thread
    Fund Center not getting populated through FMDERIVE
    The problem is that during a Goods Issue made from MIGO, this particular field is not getting picked up in the USERTEMP (trace was set up in FMDERIVE, which showed that the USERTEMP is empty).
    But in the case of PR/PO and other purchases, the USERTEMP is getting derived properly with the storage location.
    Why is that the USERTEMP behaves differently for a Goods Purchase and a Goods Issue ?
    Requesting help from the experts on this issue,
    Thanks,
    Wy.

    Hi Eli,
    We replicated the development we did for procurement (copying from storage location into USERTEMP) by finding out the enhancement point and the code worked fine here.
    One important thing to note is that the buffer need to be cleared everytime, before a value is entered here - the USERTEMP field is static otherwise.
    Thanks for your inputs,
    Wy

  • Weblogic 12c not picking up persistence unit in WAR

    I'm trying to get an example CRUD application to run on WebLogic 12c (for the app see: http://henk53.wordpress.com/2012/04/15/jsf2-primefaces3-ejb3-jpa2-integration-project/)
    So far the applications runs on JBoss AS 7.1, GlassFish 3.1.2 and TomEE beta 2. In all those application servers persistence.xml is picked-up, and processed so I'm at a loss what's wrong with WebLogic. I'm using Eclipse 3.7.2 and the Oracle WebLogic 12C WTP server adapter for the deployment.
    I'm getting the following exception:
    java.lang.IllegalArgumentException: No persistence unit named 'entityManager' is available in scope jsf_ejb_jpa. Available persistence units: []
         at weblogic.persistence.ModulePersistenceUnitRegistry.getPersistenceUnit(ModulePersistenceUnitRegistry.java:130)
         at weblogic.persistence.BasePersistenceContextProxyImpl.<init>(BasePersistenceContextProxyImpl.java:40)
         at weblogic.persistence.TransactionalEntityManagerProxyImpl.<init>(TransactionalEntityManagerProxyImpl.java:31)
         at weblogic.persistence.EntityManagerInvocationHandlerFactory.createTransactionalEntityManagerInvocationHandler(EntityManagerInvocationHandlerFactory.java:20)
         at weblogic.persistence.PersistenceManagerObjectFactory.createPersistenceContextProxy(PersistenceManagerObjectFactory.java:66)
         at weblogic.persistence.PersistenceManagerObjectFactory.getObjectInstance(PersistenceManagerObjectFactory.java:31)
         at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:251)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:406)
         at weblogic.j2eeclient.java.ClientReadOnlyContextWrapper.lookup(ClientReadOnlyContextWrapper.java:35)
         at weblogic.jndi.internal.AbstractURLContext.lookup(AbstractURLContext.java:130)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.naming.InitialContext.doLookup(InitialContext.java:265)
         at com.oracle.pitchfork.inject.Jsr250Metadata.jndiLookup(Jsr250Metadata.java:307)
         at com.oracle.pitchfork.inject.Jsr250Metadata.resolveByName(Jsr250Metadata.java:303)
         at com.oracle.pitchfork.inject.Jsr250Metadata.resolve(Jsr250Metadata.java:266)
         at com.oracle.pitchfork.inject.Jsr250Metadata.applyInjections(Jsr250Metadata.java:228)
         at com.oracle.pitchfork.inject.Jsr250Metadata.inject(Jsr250Metadata.java:219)
         at com.oracle.pitchfork.spi.BaseComponentBrokerImpl.getBean(BaseComponentBrokerImpl.java:63)
         at com.oracle.pitchfork.spi.EjbComponentCreatorBrokerImpl.getBean(EjbComponentCreatorBrokerImpl.java:33)
         at weblogic.ejb.container.injection.EjbComponentCreatorImpl.getBean(EjbComponentCreatorImpl.java:76)
         at weblogic.ejb.container.manager.BaseEJBManager.createNewBeanInstance(BaseEJBManager.java:209)
         at weblogic.ejb.container.manager.BaseEJBManager.allocateBean(BaseEJBManager.java:235)
         at weblogic.ejb.container.manager.StatelessManager.createBean(StatelessManager.java:293)
         at weblogic.ejb.container.pool.StatelessSessionPool.createBean(StatelessSessionPool.java:185)
         at weblogic.ejb.container.pool.StatelessSessionPool.getBean(StatelessSessionPool.java:114)
         at weblogic.ejb.container.manager.StatelessManager.preInvoke(StatelessManager.java:174)
         at weblogic.ejb.container.internal.BaseLocalObject.getBeanInstance(BaseLocalObject.java:146)
         at weblogic.ejb.container.internal.BaseLocalObject.preInvoke(BaseLocalObject.java:103)
         at weblogic.ejb.container.internal.BaseLocalObject.__WL_preInvoke(BaseLocalObject.java:67)
         at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:20)
         at com.example.dao.jpa.JpaUserDAO_wrkew_UserDAOImpl.add(Unknown Source)
         at com.example.backing.IndexBacking.addUser(IndexBacking.java:38)
    Notice that "entityManager" is the name of the instance variable in which injection is being performed:
    @PersistenceContext(name="example")
    private EntityManager entityManager;
    If I rename this variable to "em: as follows:
    @PersistenceContext(name="example")
    private EntityManager em;
    Then, lo and behold, the exception changes into:
    java.lang.IllegalArgumentException: No persistence unit named 'em' is available in scope jsf_ejb_jpa. Available persistence units: []
    As the example uses a data-source defined in web.xml, which is only marginally supported in most application servers, I tried to define a WebLogic specific application scoped data-source instead and let the persistence unit use that. I couldn't find a way to do this in a .war (is this even possible?), so I created an .ear archive instead. When deploying the EAR, the data-source is clearly being created, but I'm getting the same exception again.
    I finally created an EJB module with a persistence.xml and a simple Singleton that's injected with the entityManager, and added that to the EAR. This works for the EJB module, but in the web module injection of the other entity manager still fails.
    Any idea what might be the problem?

    After some more fiddling, I discovered it's not WebLogic itself that's at fault here, but most likely Oracle's WTP adapter. Apparently it doesn't include persistence.xml in the archive that gets deployed. When I export the project as an .ear archive and copy this to WebLogic's autodeploy directly, things do work.
    I tried to find out what the main difference was between the deployments, but I could not find where the Oracle WTP adapter creates the deployment. I tried to test where a resource inside the EAR resides on the filesystem via the following code inside a backing bean:
    URL url = Thread.currentThread().getContextClassLoader().getResource("com/example/backing");
    It looks like there isn't a real .war or .ear being created and deployed, but there's a link back to the workspace, as the URL resolves to:
    file:/Users/henk/eclipse37ee/workspace/jsf_ejb_jpa/build/classes/com/example/backing/
    If I execute the same code for the ear in the autodeploy folder, the URL resolves to some jar inside:
    /Users/henk/eclipse37ee/wls1211_dev/mydomain/servers/myserver/tmp/_WL_user/_appsdir_jsf_ejb_jpa_ear_ear/2jzks6/war/WEB-INF/lib/
    In case of the WTP 'deployment' linking back to the Eclipse workspace, META-INF/persistence.xml is actually there too, but for some reason Weblogic can't find it there?
    Edited by: Henk on Apr 29, 2012 2:57 PM

  • WS_DELIVERY_UPDATE Function Module is not updating the Handling unit

    Hi Experts,
    I am using the Function Module WS_DELIVERY_UPDATE  for PGI and packing outbond delivery . I am getting the PGI date , Route.
    but i am not getting the time in delivery field-WAUHR and i am getting the message 'Reqiured HU could not be found'.
    Please find the attach code below:
    FORM update_packing  USING wa_index.
      wa_index = wa_index + 1.
      w_track = int_delivery_data-zn12+0(20).
      itaverko-exidv       =  w_track.
      ltahus-exidv         =  w_track.
      itaverko-vhilm       =  p_shpmtl.  " from screen select parm
      ltahus-vhilm         =  p_shpmtl.
      w_brgew = int_delivery_data-brgew.
      SHIFT w_brgew LEFT DELETING LEADING ' '.
      itaverko-brgew                 =  w_brgew.
      ltahus-brgew                   =  w_brgew.
      SHIFT int_delivery_data-inhalt LEFT DELETING LEADING ' '.
      w_fcosts = int_delivery_data-inhalt.
      SHIFT w_fcosts LEFT DELETING LEADING ' '.
      itaverko-inhalt                 =  w_fcosts.
      ltahus-inhalt                   =  w_fcosts.
      itaverko-gewfx                  =  int_delivery_data-gewfx.
      ltahus-gewfx                    =  int_delivery_data-gewfx.
      INSERT itaverko INDEX wa_index.
      INSERT ltahus INDEX  wa_index.
    ENDFORM.                    " UPDATE_PACKING
    FORM update_delivery .
      CLEAR :   i_vbkok,ita_prot.
      REFRESH : i_vbpok,ita_prot.
      CLEAR: d_return.
      CLEAR:  ef_error_in_item_deletion_0 ,
              ef_error_in_pod_update_0 ,
              ef_error_in_interface_0 ,
              ef_error_in_goods_issue_0 ,
              ef_error_in_final_check_0 .
      READ TABLE int_delivery_data INDEX wa_index.
      IF sy-subrc = 0.
    carry out goods issue
        i_vbkok-vbeln_vl = int_delivery_data-vbeln.  " Delivery nbr
        i_vbkok-vbeln    = int_delivery_data-vbeln.  " Pick Order
        i_vbkok-vbtyp_vl =  int_delivery_data-vbtyp.
        i_vbkok-wabuc = 'X'.       " post goods movement automatically
        L_VBKOK-KOMUE = 'X'.    " overwrite delvry qty with picking qty
       CONCATENATE 'US' INT_DELIVERY_DATA-ZN13 INTO W_ROUTE.
        i_vbkok-route = int_delivery_data-route.
        i_vbkok-kzroute = 'X'.
        i_vbkok-spe_kzgeoroute = 'X'.
        i_vbkok-packing_final  =  'X'.
       i_vbkok-wabuc  =  'X'.
        w_in_date = int_delivery_data-dattm+0(8).
        i_vbkok-wadat      =  w_in_date.
       L_VBKOK-WADAT_IST  =  W_in_DATE.
       w_gi_time       =  int_delivery_data-dattm+8(6).
        i_vbkok-wauhr          =  w_gi_time.
       w_track = int_delivery_data-zn12+0(20).
       t_sernr = w_track.
    SET UPDATE TASK LOCAL and Perform PGI.
        CALL FUNCTION 'WS_DELIVERY_UPDATE'
          EXPORTING
              vbkok_wa           = i_vbkok
              synchron           = 'X'
              no_messages_update = ' '
             update_picking     = 'X'
             commit             = 'X'
              delivery           = int_delivery_data-vbeln
              nicht_sperren      = 'X'
              if_error_messages_send_0 = space
           IT_SERNR_UPDATE    = T_SERNR
          IMPORTING
              ef_error_any_0              = ef_error_any_0
              ef_error_in_item_deletion_0 = ef_error_in_item_deletion_0
              ef_error_in_pod_update_0    = ef_error_in_pod_update_0
              ef_error_in_interface_0     = ef_error_in_interface_0
              ef_error_in_goods_issue_0   = ef_error_in_goods_issue_0
              ef_error_in_final_check_0   = ef_error_in_final_check_0
              ef_error_sernr_update       = ef_error_sernr_update
          TABLES
    *"      VBPOK_TAB STRUCTURE  VBPOK OPTIONAL
             prot                         = ita_prot
              verko_tab                   = itaverko        "  STRUCT VERKO
    *"      VERPO_TAB STRUCTURE  VERPO OPTIONAL
    *"      VBSUPCON_TAB STRUCTURE  VBSUPCON OPTIONAL
          IT_VERPO_SERNR               = T_VERPO_SERNR
    *"      IT_PACKING STRUCTURE  REPACK_HU_WM OPTIONAL
    *"      IT_PACKING_SERNR STRUCTURE  HUM_REP_SERNR OPTIONAL
    *"      IT_REPACK STRUCTURE  HUM_REPACK OPTIONAL
    *"      IT_HANDLING_UNITS STRUCTURE  HUM_REHANG_HU OPTIONAL
    *"      IT_OBJECTS STRUCTURE  PGR_OBJECTS OPTIONAL
            et_created_hus               = ltahus  "STRUCTURE  VEKPVB
          EXCEPTIONS
              error_message = 1
              OTHERS        = 2.
        IF sy-subrc <> 0.
        ENDIF.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          WAIT          =
        IMPORTING
          RETURN        =
      ENDIF.
    ENDFORM.                    " UPDATE_DELIVERY
    Could please help on this.
    Thanks,
    Rohit
    Edited by: Rohit Sharma on Jul 24, 2009 3:25 PM
    Edited by: Rohit Sharma on Jul 24, 2009 3:29 PM

    Hi Joao,
    I have the same problem. I tried to find the FM SD_OUTB_DELIVERY_CHANGE  but couldn't find it. Have you by any change specified the incorrect FM name here? If yes, can you please communicate the correct FM name?
    Regards,
    Divyaman

  • Make to Order 543 E is not picking during MIGO.

    Dear Friends,
    I am trying to perform Goods receipt against a Subconctracting PO, in a MTO scenario. The components are linked to Sales ORDER (Special Stock u2013 E). I have maintained u20190u2032 in the Individual / Coll requirements field in the MRP 4 view of the component.
    So after creation of PO(Subcon), I am trying to perform MIGO u2013 without issuing components to vendor as 541/E movement type for componenets is not allowed in standard.
    While performing MIGO I am getting the error no stock available with vendor, the system is trying to trigger 543/O movement type whereas I am expecting 543/E to be triggered for the components.
    Can anyone sujjest if there is a way by which the MIGO should trigger 543/E during MIGO.
    MM Consultant, needs help regarding
    Regards,
    Veeran

    Hi,
    So after creation of PO(Subcon), I am trying to perform MIGO u2013 without issuing components to vendor as 541/E movement type for componenets is not allowed in standard.
    you are correct special stock can not issue to vendor directly
    so you have to transfer this stock to own stock first through 411E movement type then issue component to vendor through 541
    then receive stock by 101 O
    Regards
    Kailas Ugale

  • Pick Mixed Handling Units

    I have a scenario with regards to picking mixed pallets (pallets with more than one quant in it).  I have a pallet containing multiple quants.  I create a delivery that contains these same materials with matching quantities.  Is there a way that SAP can propose the source HU as the destination HU when picking the delivery.  Currently no matter what config I maintain (HU picking control at both the storage type level and movement type level, or in Define Control for Automatic Creation of Pick HU's) I either have to create the PickHU in a dialogue session or the system creates a PickHU.
    Is there a solution for this scenario?
    Thanks
    Nick

    I assume you use the ECC solution; in this case the storage determination/HU takeover is limited by the fact the standard logic is bound the a single item line. I am not aware if a BAdI has been added in you version of platform, so the logic can be enhanced across line items. However, last time I had the issue was in 4.7, which required a small customer enhancement from SAP.
    /Steen

  • Confirming transfer order for nested handling units (picking and shipping)

    Hi
    My shipping location is HU + WM, I understand we cannot "auto confirm" Transfer Orders during creation from an outbound delivery (LT03) in the case of nested HUs because the system wants to know which exact box HUs ( The TO only specifies the pallet HU...storage unit)
    I have an automatic Pick HU created during TO confirmation but the system still prompts for me to enter  box HUs that need to be shipped/repacked on LT12. This makes logical sense but is slowing down our shipping process. Since we do not put HU labels on our boxes, the picker has to go into HUMO, enter the pallet HU, retrieve the box HUs and finally enter some of those on the TO confirmation screen to match the open quantity. In reality we don't really care what HUs he picks as long as he picks from the right pallet.
    Is there any way to automate this? If the system can pick box HUs sequentially, randomly or create further pick HUs. Anything but doesnt ask the picker to put in the box HU numbers
    OR
    Is there a way to auto confirm TOs during creation
    OR
    Is there any way to putaway box level HUs into the warehouse at the end of the production line so that Storage Unit is the box HU number and not the pallet HU number, that way it wouldn't prompt me for box HUs during picking.
    I would really appreciate your help.

    This is the standard SAP for picking nested handling units.  You can do some more reading on this by accessing the SAP note 829266.
    We had a similar problem with nested handling units - what we ended up doing was writing a BDC program that would take the nested handling unit and pack it back onto that HU instead of the pick HU after TO confirmation was done in the delivery. 
    In order to get your TO to automatically confirm, check the configuration for the storage type that its picking from - look to see if "Storage Type requires confirmation for removal/placement" is checked. 
    You can als ocheck the movement type configuration for Propose Confirmation.

  • Handling Unit: unable to pack the delivery

    Dear Experts,
    In a HU managed storage location, there is sales order stock for material A.
    I want to post the sales order stock from sales order 1 item 10 to sales order 2 item 10, using movement type 413 E.
    Then I got an outbound delivery (delivery type HTP, item category HSTP). I think I am supposed to pack this material before I could PGI. 
    But in the delivery (edit->pack) packing screen, I found I could NOT select/highlight the material A under field 'Material to be pack' at 'Pack material' tab. So I could not pack this material into the handling unit to finish to packing step.
    Please kindly help ! Thank you !
    Jack

    Hi,
    Please try using LQ02 for your posting, if its not posting directly then you can opt to move from Sales order stock to normal stock and then again moving it to the other sales order stock. I know for sure that using LQ02 you can post from sales order to normal stock but since I don't have my current system setup to test this so I cant confirm if It can be used to do transfer directly as well.
    Regards
    Chandra Shekhar

  • Packing of Material inside Pallets in Handling Units

    Hi All,
    Let me know me any user exit or BADI to create pallet inside handling units. If there is any give some information about parameters and how to use.
    I have an urgent requirement to pack material inside pallets in Handling unit in following way.
    Suppose there are 3 Materials M1, M2 and M3 and their Quanities to be packed are  30, 50 and 25 and suppose the size of pallet in which they will be packed is such that it can hold maximum 20 each then materials will e packed as given below. Then all should be packed in such a way that remainder qty should go to the last.
    first  20 of M1 ( since 10 is remainder it will go the last )
    then 20 of M2
    then 20 of M2 (since 10 is remainder of M2 it will go to the last)
    then 20 of M2 ( 5 will go the last)
    Now in new pallet we can put 10 of M1 and 10 of M2
    and in next pallet 5 of M3.
    Tell me any user exit or BADI to acheive it I am creating deliveries from Transaction VL10E.
    <b>Waiting for your replies. Good points are assured</b>
    Thanks
    Tanweer

    Transaction Code - VL10E                    Order Schedule Lines due for Deliv.
    No User Exit exists
    Transaction Code - VL10                     Edit User-specific Delivery List
    No User Exit exists
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    BADI
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/63ee7f486cc143a560799d8803ce29/content.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/srm/badi-general+information&
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    The specified item was not found.
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    http://www.allsaplinks.com/badi.html
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-serieshttps [original link is broken]:///people/alwin.vandeput2/blog/2006/04/13/how-to-search-for-badis-trace-it
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://www.esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40921dd7-d5cf-2910-1894-bb62316afbd1
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    http://esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://esnips.com/doc/365d4c4d-9fcb-4189-85fd-866b7bf25257/customer-exits--badi.zip
    http://esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt
    http://help.sap.com//saphelp_470/helpdata/EN/eb/3e7cee940e11d295df0000e82de14a/frameset.htm
    BAPI-step by step procedure
    http://www.sapgenie.com/abap/bapi/example.htm
    list of all BAPI's
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    Rewards if useful.........
    Minal

Maybe you are looking for