Settings for packing instruction

Dear SAP GURU'S,
I am facing with one problem which i would like you all to give me a solution.
I have created the  packaging material with material type LIEH, and other material which i would like to pack with material type Trading goods HAWA. and i want to do the returnable packaging. I have created the sales order with order type as OR. and created the delivery but when i try to the packaging it is saying that no packing instruction found for the material.
Please can anybody tell me how to do the settings for packing instruction. I have read all the previous postings where i have found that someboody has done the configuring in POP1 and POF1 or POP2 can anybody tell me what are those things. please.
this are the initial thing where i got stuck up then later comes the part of LA and LN order types.
please solve this problem
Thanks in advance.
Regards

Hi,
As long as the material master is maintained well, you can manually pack without packing instruction. For the material master, I'd like to give an example.
Example: to pack a computer in a box.
1. create material master for computer
2. create packaging material master for box
3. assign the packaging material master (box) to the material master (computer)

Similar Messages

  • Standard BW Datasource for Packing Instructions

    Hi BW Experts,
    Are there any Standard BW Datasources for Packing Instructions.
    The Packing Instructions data mainly resides in PACKPO, PACKKP, PACKKPS tables in SAP.
    If there are no Standard extractors or Data Sources , what are the options of extracting this data from SAP into BI.
    I got to know there a few extract views, how do we use them.
    MGV_V_PACKIN
    MGV_V_PACKIN2
    V_PACKIN
    V_PACKIN2
    Waiting for your kind response.
    Thanks,
    Daniel

    Hi Daniel,
    I don't think you will find Business Content for those tables. That leaves you with the option to create a Generic DataSource yourself (t/code RSO2). Here you can use a table or a view as source.
    Best regards,
    Sander

  • How do create records for packing instructions

    Hello,
    Can anyone tell me where and how to create condition records for packing instructions.
    This is required for automatic packing
    Regards
    Tapan

    Use transaction POP1 to create PAcking insturction.
    Reward the points

  • Table for Packing instruction

    Hi All,
    Can any one tell me the table and field name of Packing instruction from POP3 transaction? I have to get this packing instruction on the basis of delivery number.
    I checked by my own and there is a structure for this as PIKP (Packing Instruction header) and if this is the structure I need to use then how could i get the short text of the packing instruction as I have an internal table with fields VBELN POSNR LGNUM LGTYP MATNR CHARG LGPLA VERME LFIMG MEINS ZZEOLC ZZPACKSTN.
    Regards
    Sumit

    Hello Sumit,
    I am not sure if your questions have since been answered, but the following are the header and item tables for the packing instruction data:
    PACKKP - Packing Object Header
    PACKPO - Packing Object Item
    PACKKPS - Texts for Packing Object Header (PACKKP)
    Cheers,
    Jeff Smith

  • Bapi/Function for Packing Instructions

    Hi Experts,
    I've created Packing Instructions with POF1/POP1, and I want to read these pack.Instr. into an ABAP Program...
    How/Where can I find/access to pack.instr. using a Function/BAPI ?
    Regards,
    David

    hi David,
    Below are the FM and Bapi that will help you in getting data related to Packing Instruction.
    VHUPO_PACK_INSTRUCTION_CHANGE
    VHUPO_PACK_INSTRUCTION_CREATE
    VHUPO_PACK_INSTRUCTION_DELETE
    VHUPO_PACK_INSTRUCTION_SHOW
    VHUPO_PACK_INSTRUCTION_USED
    VHUPO_PACK_INSTRUCT_READ_IDENT
    VHUPO_PACK_INSTRUCT_UNDELETE
    VHUPIBAPI_BUILD_PACK_INST_INFO
    VHUPIBAPI_BUILD_PACK_INST_TREE
    VHUPIBAPI_PACK_INST_FIND
    ABI_PACK_INSTRUCTIONS_GET   -   Retrieve the packing instructions
    LXVAS_PACKING_INSTRUCTION_READ - Read packing Instructions of  packing object
    Example to read the instruction
    ** local variables
      DATA: l_pikp_exp    LIKE  pikp ,
                l_cmvhupo_exp LIKE  cmvhupo ,
                l_pikp_imp    LIKE  pikp .
      l_cmvhupo_exp-nodia = 'X' .   "No Dialog
      l_cmvhupo_exp-contxt = '3' .  "Display packing instructions
      l_pikp_exp-packnr    =  packnr " pass the Unique internal packing object number.
      l_pikp_exp-piid      = piid ." pass the Identification number of packing instruction
    ** call standard function to retrieve values
      CALL FUNCTION 'VHUPO_PACK_INSTRUCTION_SHOW'
        EXPORTING
          pikp_imp                = l_pikp_exp
          cmvhupo_imp         = l_cmvhupo_exp
       IMPORTING
         pikp_exp                = l_pikp_imp
       EXCEPTIONS
         locked                   = 1
         not_found              = 2
         data_missed          = 3
         data_wrong            = 4
         quantity_wrong       = 5
         missed_pos_type   = 6
         no_new_number     = 7
         baseunit_wrong      = 8
         not_saved               = 9
         inconsistent            = 10
         marked_for_delete   = 11
         exsist                     = 12
         material_unkown     = 13
         quantity_changed    = 14
         clint_unkown           = 15
         OTHERS                 = 16  .
    regards,
    Padma
    Edited by: Padmashree RamMaghenthar on May 26, 2009 12:27 PM

  • Packing Instruction determination procedure

    How does the system determine Packing instruction determination procedure. For example Output procedeure in Sales order is determined based upon its assignment to Sales document type. Pricing procedure is determined based upon its assignment to corresponding Sales Area, Doc. pricing procedure and Cust. pricing procedure. How does Packing Instructions Procedure and packing instructions in general work.

    You define a packing instruction that refers to specific characteristics, such as material and ship-to party. If you now want to pack this specific material for this specific ship-to party, the system can find the pre-defined packing instruction and use it to create one or more HU proposals that exactly fit the requirements of the customer. Packing instruction determination thus automates the packing process.
    The system starts packing instruction determination when you enter a quanitity of a material to be packed and choose Pack automatically
    Prerequisites:
    You have created a packing instruction for packing with packing instructions.
    You have made the settings for packing instruction determination in Customizing.
    Customizing for packing instruction determination is preset in the standard system. However, you can extend the settings in the customer name range. You need the following for packing instruction determination:
    - condition table
    - access sequence
    - determination type
    - determination procedure.
    You have also defined determination records.

  • Maintain Parameters for Packing Transaction Profile

    Hi Experts,
    I want to create a new determination procedure for packing instructions and want to use it in the Outbound Delivery process ...
    In the customizing Transaction OVHU2, I can maintain the Packing Instrc. Profile (link between 0002 - Outbound Delivery and Determination Procedure).
    But there is already a link on a procedure and we already use it. How can I add another one ?
    Or I have to work with the one already created ?
    Regards,
    David

    Hi David,
    I think this is not so easy. In the customizing documentation you'll find this:
    The profiles are set as standard in the system. You can change the descriptions and the settings for each profile. However, you cannot create new profiles, delete existing ones, or change the assignment of profile to application.
    But there are three customer functions in the 'PACKMODI' enhancement. Perhaps it's a good idea to change your settings in this exit depent from a value which come frome your order. So you can use your existing settings.
    Regards Thomas

  • Packing instruction-Packaging

    Dear All
    Can anyone explain in detail about packing instruction and its determination with example.
    Regards
    Sandeep Bhowmick

    Hi,
    Packing instructions consist of:
    -Packing materials
    -Materials to be packed
    -Text items
    -Subordinate packing instructions
    -Rules concerning rounding, minimum quantities, and so on
    -Definition of a check profile
    And so on
    Packing Instruction determination procedure
    Lg Gen - HU Mgmt - Aut. Packing - Determination of Packaging Instructions
    1. Define pr. for Packing Instruction Determination
    Pack in Shipping Procedure 000001
    Cond Type: SHIP
    2. Define Determination type for Packing Instruction
    Cond Type SHIP
    Acc Seq SHIP
    3. Check which table access seq hits
    Eg Material/Ship to party
    4. Maintain a condition record using POF1 for Determination Type SHIP
    The Packing Instruction should get determined.
    Regards
    mahesh

  • Manually entered packing instruction ID could not be checked

    Dear JP,
    When i use t-code: pop1, the system occurs this information: Manually entered packing instruction ID could not be checked.
    Please tell me how i can solve this problem? The detail information as below,
    Message no. VHU01116
    Diagnosis
    There is a number range object for the packing instruction ID. It is likely that the number ranges (intervals) for this number range object are wrongly defined, or not defined at all.
    System Response
    The system could not check the packing instruction ID.
    Procedure
    Check in Customizing (Handling Unit Management -> Automatic Packing -> Packing Instructions Master Data -> Define Number Ranges for Packing Instructions (or transaction OPIN) whether the following intervals are defined:
    No. From No.                                To No.                                      No. Level    Ext
    01  00000000000000000001  99999999999999999999    0
    02  A                                               ZZZZZZZZZZZZZZZZZZZZ                    X

    Hello,
    Try using tcode OVHU2. Here you can choose e.g. outbound delivery if you want to assign a procedure to outbound deliveries.
    Refer following link for details on packing and it configuration.
    Packing instruction determination
    Thanks & Regards
    JP

  • About Packing Instructions for Outbound Delivery

    Hi Experts,
    I've created a Packing Instruction (POP1 + POF1) for a Material 123456, using the Key Combination Material/Plant.
    How can I use those Instructions into VL02n ?
    Any idea?
    Regards,
    David

    HI David,
    Check whether you have maintained the required config under the following settings.
    Logistics - General>Automatic Packing>Determination of Packing Instructions
    If you have maintained the procedure as well as the necessary condition records in POF1 for your determination type maintained in your determination procedure, then you can use the Automatic Packing Icon in the delivery to make use of your POP1 & POF1.
    You can find the Auto-Pack Icon by clicking the packing button in the delivery.
    Hope it helps.
    Regards,

  • Call transaction for pop2.need to create packing instructions for materials

    while assigning  packing instruction to the materials from table mara.
    its unable to create a new line item in the screen. ex: only 8 records are saved
    but needs to proceed for other materials increasing the line item no.
    options of create new material ( ok code'=INLI', , create new entry('=INMA')
    and even tried for page down option '=P++'. is not working.
    Can anyone help me in creating more than 100 line items.
    Thanks in Advance,
    Sushma

    Hi,
    Why do you want to create the varient for this?
    what is your actual requirment?
    Regards,
    Sachin

  • BAPI or FM for HU create Packing Instructions

    Can Anyone plz tell me any BAPI or Function Module to create HU from Packing INstructions.
    Many Thanks
    Edited by: Hiren N. Panchal on Feb 7, 2011 9:50 AM

    Thanks Abhijeet for mentioning both the BAPIs.
    I am already aware of both these BAPIs, But I want to create HU during Goods Receipt Production Order & there I need to create an HU wrt Packing INstructions & pack the contents from Receipt of Production Order.
    PLz tell me any bapi which can create HU & perform packing by passing PAcking Instructions will be very much helpful & also it will eliminate 2 steps of BAPI HU Create & BAPI HU Pack.
    MAny Thanks once again..!!

  • Using one packing instruction for several materials

    Dear Friends,
    I need some inputs on how to use one packing instruction for several materials.
    The scenarion here is :
    Many materials are packed in a similar way. If certain materials differ in only one characteristic (for example, construction), having to maintain a packing instruction for each of them results in a considerable time and efforts.
    Need some valuable inputs to complete this requirement.
    Regards,
    Harsh

    Hi.
    Try with reference material for packing (MARA-RMATP). Same material number must be entered on all materials which are packed through same packing instructions.
    Then you have to create/use access sequence for determination of packing instructions that contains that characteristic (RMATP).
    Best regards
    Milan

  • Packing Instruction for LWH

    Hi All,
    Can Packing Instruction be maintained for material managed in LWH?
    What will be the impact, if maintained or not maintained??

    Packing instructions can be maintained if you have lean warehouse mgmt also.

  • Packing instruction procedure

    Hi all,
    where do we assign packing instruction procedure to delivery document  , so that it will determine  packing automatically?????????????????????. as i have 4-5 procedure how system will determine which procedure to pick up for perticular delivery document???????????????????????????????

    Hi,
    This is done automatically:
    "The profiles are set as standard in the system. You can change the
    descriptions and the settings for each profile. However, you cannot
    create new profiles, delete existing ones, or change the assignment of
    profile to application."
    MdZ

Maybe you are looking for

  • Wait on the Database Engine recovery handle failed. Check the SQL server error log for potential causes in SQL Server 2012 Developer Edition

    I m using SQL Server 2012 Developer Edition. Even I tried 2012 express and enterprise edition but all gave same error. I browsed msdn blog. But nothing help me out. Below is the error log details-- Overall summary:   Final result:                  Fa

  • Issue in demantra workflow

    Hi all, I am using demantra 7.3.1 version,In that how exactly the * conditional step * works real time for ex:if I query in sql space as select 1 from table where approve=0 here my logic is that table should not contain any record as 0 if it is found

  • BOM Update using a function module - 'CSAP_MAT_BOM_MAINTAIN'

    Hi, I have problem in updating the item status for a BOM using a function module - 'CSAP_MAT_BOM_MAINTAIN'. My goal is reset the Checkbox for 'Indicator: item relevant to production'. When i pass the value ' '[Space] to the structure field 'T_STPO-RE

  • Adobe encore dvd 2 no reproduce ac3 audio

    On a fresh installation of Encore dvd 2 Full After importing any dolbd ac3 resource encore do not reproduce the sound. Using windows media player the same results. Have I install Other software for hearing this type of audio tracks in encore dvd 2 ?

  • Windows menu entry

    I installed LR 3.0 and then 3.2. It was interesting that the second installation also uninstalled the first.....a nice touch. But there is no menu entry made in the Windows Start Menu. Is that normal behavior? It is no big deal. I just created one, b