How to do packing for a delivery? (which transaction?)

How to do packing for a outbound delivery? Which transaction is used for this purpose?
I am trying to do post goods issue for a outbound delivery but it gives me the error 'Delivery item is not or only partially packed'. How to solve this?
Thank you!
Message was edited by: Krishen

hi,
in the same transaction VL01n u can also do packing. on application tool bar u have a button <b>PACK(shift+F6)</b>
or choose this menu path.
<b>EDIT -> PACK</b>
u choose shipping materials and the items here for packing
hope this helps..
reward if useful..

Similar Messages

  • How to create variant for selection screen which is in subscreen

    Hi,
    How to create variant for selection screen which is in subscreen in a module pool program?
    it is very urgent.
    Thanks in advance.

    Hi,
    You can create the 'Parameter Transaction' so that whenever you run the particular transaction it will run with the initial value given when the Tcode was created and hence you can skip the initial screen of the module pool program.
    To create Parameter transaction from SE93 you have to choose the last option i.e Parameter Transaction.
    Regards
    Sudheer

  • How to handle bdc for more than one transaction?

    how to handle bdc for more than one transaction?

    Hi srk,
    I am providing you with some references below. Hope this prove to be helpful to you.
    Method 1:
    Use one BDC_OPEN_GROUP
    Multiple BDC_INSERT 
    One BDC_CLOSE_GROUP.
    Call function BDC_OPENGROUP.
    Build BDC data and call lBDC_INSERT for transaction 1
    Build BDC data and call lBDC_INSERT for transaction 2
    Build BDC data and call lBDC_INSERT for transaction 3
    paas the tcodes to bdc_insert.
    call function BDC_CLOSE_GROUP.
    Also check this out:
    Here we need to record 2 transactions (shdb).
    Once completion of the recording. Populate the data into input internal table .
    Loop the internal table and process the 2 transactions
    like
    1. BDC_OPEN_GROUP
    2. LOOP AT ITAB
    a. Populate first transaction recording data
    and pass transaction to the BDC_INSERT_GROUP.
    BDC_INSERT_GROUP.
    b. Populate second transaction recording data
    and pass transaction to the BDC_INSERT_GROUP.
    BDC_INSERT_GROUP.
    ENDLOOP.
    3. BDC_CLOSE_GROUP
    the above info can be found at : How to use 2 transactions in BDC?
    Also check this out:
    Suppose u have created recordings for transactions 'MM01' 'XK01' and 'VA01'.
    Then do this:
    bdc_open_group.
    after this we have to fill the bdcdata structure for one transaction.here 'MM01'.
    bdc_insert.
    refresh bdcdata.
    after this we have to fill the bdcdata structure for one transaction.here 'xk01'.
    bdc_insert .
    refresh bdcdata.
    after this we have to fill the bdcdata structure for one transaction.here 'va01'.
    bdc_insert.
    bdc_close_group.
    Hope these are useful to you.
    Please reward if any of the above are useful.
    Regards,
    Kalyan

  • How to make changes for a dc which is existing

    Hi
    i have a requirement one of my clients location some developers are developing a DC and left it .
    Now i have to  make the changes of that DC from my location .
    How to do these changes for a dc which is located in the client location from my location .
    Please explain me in steps.
    Thanks in advance.

    hi
    [Learn sap online|http://learnsaponlin.blogspot.com]

  • How to create entity for the table which is not having the primary key

    Hi,
    Is it possible to create an entity for the table which is not having the primary key.
    I have to write a method in my session bean and that method must use this entity.
    any websites for this.

    If you are talking about processes launched from a JVM (running outside), Process is available.
    If you are talking about processes already running outside of a JVM, you could roll-your-own class to provide similar functionality as Process. This approach would be platform dependent, backed by the platform's I/O scripting and therefore limited to what the platform supports for process manipulation, e.g. Linux/Unix capabilities far exceed Windows.

  • How to place a block in delivery which should prevent further Billing

    Hi Experts,
    One of our clients has created a delivery and done PGI on that as well, but for some reason they do not wish to go ahead with processing Invoice for this Delivery, however this delivery show up in VF04 and they would want to block this delivery for Invoice.so that by mistake it does not get processed in VF04.
    Is there a way we can go to delivery can block it from Billing?

    Hi
    Welcome to SDN
    Set the billing block in Order type in VOV8 in the billing tab for your sales document type
    If the billing block is set in order type the sales order can be created  and delivery can be created---picking and pgi can be done but not billing
    From delivery settings this option is not available (either thro delivery type or delivery item cat)
    Regards
    Raja

  • How to create ITS for a R/3 Transaction?

    Hi All,
    I am new to ITS. Can somebody please let me know how to create a ITS for a R/3 transaction. I tried from SE80 but not able to get the result. I even checked in SICF. Whatever the service that I am created, it is not visible in SICF.
    Please help and correct me.
    Helpful answers will be rewarded.
    Thanks in advance,
    RSS.

    Hi,
    Hope this helps.
    http://help.sap.com/saphelp_nw04s/helpdata/en/70/579509a7c611d3961700a0c94260a5/frameset.htm
    Thanks,
    Vishnu
    Edited by: Vishnu vardhan reddy Sangati on Aug 7, 2008 4:22 PM

  • How to display Issues for the projects which user can view in the Project Center View

    Hello All,
    In the project center view, at the bottom, we need to add one table, which can show the Issues for the projects that are displayed in the project center view.(Projects visible to the current user).
    Example: A resource 1  can see the Projects Project 1, Project 2,Project 3 in the project center view. So resource 1 should be able to see all the issues that are entered against the Project 1, Project 2, Project 3, irrespective of the issue that has
    been assigned to any resource.
    Please help.

    Hi,
    You could simply edit the page and add the risks and issues webparts. This will display risks and issues assigned to the user.
    Click on edit page, then add webpart. In the Project We App section, pick up the risk webpart and then the issue webpart. Finally drag them to the bottom of the page and close the page.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How to configure OEM for a database which is under OFS(Oracle Fail Safe).

    Hi,
    We have customer who is using database 11g and also using OFS(Oracle Fail Safe) for switching to other machine if there is any problem with current machine. So how to configure Agent in this scenario.
    What i have done is i have installed the agent on node1 and configured to monitor the database. it is monitoring properly. no issues.
    But when database started from node2, here agent will not be there. Do i need to install the agent on node2 as well. Thanks in-advance for your support.
    Regards
    DBA.

    Hi,
    You need to a script and run it on os level. Here is an example:-
    emcli relocate_targets -src_agent=agentmachine1.domain:3872
    -dest_agent=agentmachine2.domain:3872 -target_name=RACDB
    -target_type=oracle_database -copy_from_src -force=yes
    -changed_param=MachineName:agentmachine2.domain
    Regards
    Jomon
    Edited by: JohnJomon on Nov 17, 2011 2:27 PM

  • How to resolve problem for transport request which imported 'z' tcode

    Hi Expert,
    I have requirement from HSBC for Advance Payment Extraction.  In this case they donu2019t have source code in text file so that they gave us request number which we imported in IDES. Now bu2019coz of this  u2018Zu2019 Tcode created automatically and whatever the  u2018 Zu2019 Programs  are available also created. But when I will run this tcode and came back that time runtime error is coming I am send you the screen shot and all u2018zu2019 programs are in  display mode which I want to be in change mode that is also not possible. Please guide me to proceed.

    Rahul,
    You will require to Change the Maintenance system for the Object.
    Follow below steps:
    1) Go to Transaction SE03
    2) Select the option "Object Directory" -> "Change Object Directory Entries of Objects in a Request"
    3) Put the details for Package, person Responsible and original system of the Object
    Change the system and save the entry. This activity will not generate the TR.
    Hope this helps!
    Regards
    Shital

  • How to write  testcases for a project which has been already developed

    Hi all,
        I am new to flex unit , whether i need to write testcase for all the classes in the project or i need to write according  code flow of the project. I got confused .. help me guys ....
    Thanks
    karthy

    You can create item inside your LOV region, set the item style to formValue. You can associate this to a View Object field. It can also act as mirror of any other text input field.
    FormValue can hold the value and will not be diaplyed to user. You can read value from it controller
    example
    OAFormValueBean orgValue = (OAFormValueBean)webBean.findChildRecursive("OrgIdFormVal");
    Or you can read it fro the VO associated with this form value.

  • How can i subscribe for oracle magzine which i can read at home

    actually i want oracle magzine and i want to subscribe it as i am new to this field...
    plz help me so i can read at night.

    http://www.submag.com/sub/oc?pk=oramag

  • How to identify reasons for a very slow transaction?

    Hi All,
    If I see that a SAP standard transaction is very slow for every user, what are the areas that I will have to look to get it resolved.
    All other transactions work quick and only one transaction is very sluggish. How to find the root cause and resolve this?
    Thanks
    Vijay

    Hi,
    I have used Tx Code SGEN to reduce the time to open every Transaction. As opening every transaction require the compilation of some programs, reports etc, which takes a lot of time.
    This transaction S creen GEN erator,  will load(compiled version of ) all the frequently used transactions into the database. Database size will be increased by 2 GB or more.
    Refer this link for more details :
    http://help.sap.com/saphelp_nw70/helpdata/EN/28/52583c65399965e10000000a114084/frameset.htm
    I hope this will help you.
    Best Regards,
    Pradeep Bishnoi
    Edited by: Pradeep Bishnoi on Dec 31, 2008 1:32 PM

  • Purchase order number for the Delivery

    How do we get the Purchase order number from a delivery.
    Hello all
    Say i have an Purchase order [EKKO] and from that i have created a delivery.[LIKS]
    In my output for the delivery, i need the preceeding document number for the delivery which is the PO number.
    How do i get the same. what table should i look in. I checked the VBFA table, but i am not able to get the same there...
    is there any table with which we can get this info.
    thanks and Regards,
    Gauravjit.

    No, it will be at the line item level because you can potentially combine several PO (or sales order) line items into one delivery.

  • MIRO for Planned delivery cost

    Hello,
    Its Raw material  PO with Freight  & unloading Charges codition.Excise duty applicable only for Raw material .
    service tax applicable for Freight & unloading charges vendor.
    while booking MIRO for  Raw material ,excise accounts should be hit  & for  Planned delivery cost  service accounts shoud  hit.
    but While Posting Planned delivery cost tax code for which sevice tax code has been used, excise offset account is getting Posted together with service tax accounts.
    How to Post MIRO for Planned delivery cost with only service tax accounts.
    Regards,
    Jyoti

    Hi Deva,
    Is the problem about the rounding of the value?
    If so I sugest you modify the rounding scheme of the conditions to 'round up' in the condition master. In this case 0,004 would become 0,01. It's important to know that currency is always posted with two decimal numbers, but you can always do this: 1000units cost 4$ (for example).
    For what I know you cannot post a value in invoices for less than 0,01$.
    Give more feedback.

Maybe you are looking for

  • Share music on same mac with different user accounts

    I'll try to make this clear, i have an imac with a large itunes collection. my two kids have accounts on that same mac, and want to be able to listen to what i have in my itunes. i can't see putting three copies of the same music on the same computer

  • AquaLogic Service Registry Login Error

    Hi all when I try to login to the Aqualogic Service Registy Console with a certain username and password it gives an error saying UDDI error Error number: 10500 Error code: E_fatalError Message: (19001) Initialization of security has failed. For help

  • Taking a serious look at the Mac

    I am the CIO of a small municipality located in Ohio and I recently read and article about a company that switched their entire infrastructure from PC/Windows over to Macs. The article was titled "Mac Attack" and can be found in the July 16th issue o

  • Which version of  OC4J works with the  FBS  demo app ?

    I've installed the latest, and it seems to have many discrepancies with the build.xml that comes with FBS. For example: <pathelement location="${oc4j.home}/jdk/jre/lib/ext/activation.jar"/> <pathelement location="${oc4j.home}/jdk/jre/lib/ext/jta.jar"

  • New iphone 4s os 5.01 cannot receive SMS !

    I cannot receive SMS. Everything else seems OK. What to do ?