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

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

  • 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)

  • 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 list

    Hi,
    Can any one send me table for the packing list or in which table i can find the packing list.
    Is that i need to check application tables.
    or
    infromation system table.
    Rudra

    VBUK Sales Document: Header Status and Administrative Data
    VBUK-VESTK - Handling Unit Placed in Stock
    VBUP Sales Document: Item Status
    VEKP Handling Unit - Header Table
    VEPO Packing: Handling Unit Item (Contents)
    Hope this can assist you.
    Thanks & Regards
    JP

  • 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.

  • 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

  • BAPI for Packing proposal in Sale order

    Hi,
    I am currently using BAPI_HU_CREATE, BAPI_HU_PACK and WS_DELIVERY_UPDATE_2 to update packing in delivery.
    Is there any BAPI to do packing proposal in sale order ? BAPI_SALESORDER_CHANGE does not have any tables for packing
    Thanks

    Hi,
    I have already used the same BAPIs for packing and i am able to update packing in delivery using WS_DELIVERY_UPDATE.
    But in case of sale orders, i can use BAPI_HU_CREATE and BAPI_HU_PACK....to pack
    But what BAPI i should use to update the sale order ??? BAPI_SALESORDER_CHANGE does not have any tables to pass packing proposal data !!
    Thanks

  • 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

  • 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

  • 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

  • Whats the table for picking & Packing?

    Hi!
       Whats the table for picking & packing ? whats their primary field? & How it is linked with sales order table/
    Thanks
    Imran.

    the  table and the fields are  :
    table  VEKP           Handling Unit - Header Table
    field  in the above table are :
    fields                   Description
    ANZGL                Number of Similar Packaging Materials
    VHILM                 Packaging Materials
    VBELN_GEN        Delivery in Which Packaging Material Is Generated as an Item
    VHART                Packaging Material Type
    MAGRV               Material Group: Packaging Materials
    VELTP                Packaging Material Category
    VPOBJ                 Packing Object
    KZGVH                Packaging Material is Closed Packaging
    ADGE_DG           Packing Level is Relevant for Dangerous Goods
    ADGE_DGPR       Indicator: Packing level is relevant for printing
    PACKVORSCHR     Packing instruction
    PACKVORSCHR_ST Local packing status for a single HU (without sub HUs)  ....
    <b>there  is  link b/t     VEPO and  VEKP    with  field  VENUM  .... then </b>
    <b>there is  link b't    VEPO  and VBUK , VBAK  ,VBAP  etc  with  field
      VBELN</b>
    so  with  VEPO  table  you can  connect   sales  tables and   VEKP  packing   table ...
    reward  points if it is usefull  ....
    Girish

  • 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

Maybe you are looking for

  • How to print selected parts of a webpage

    How can I print selected parts of a webpage (or more than one), without printing whole pages? Screen shot is nor effective for what I want.

  • Elements 11 organizer shows correct wb in thumbnails but when increased to full screen or in slide show changes white balance to tungsten

    Elements 11 organizer shows correct white balance in thumbnails but when increased to full screen or in slide show changes white balance to tungsten.  Photos where shot in raw and in auto or flash white balance.  any suggestions out there?

  • Doubt about proxies implementation

    hi experts i have small doubt about proxies implementation 1. if we r implementing client proxies, it means sap r/3(proxy)->>xi->>>file      system.here where we have to execute the SPROXY  transaction. in sap r/3 or      in the xi server.and the nex

  • Web Programming � Assignment #1 - Java

    Web Programming � Assignment #1 - Java Due Date: This assignment will be evaluated during class time during the week of February 7, 2003. Late submissions will lose points at a rate of 10% for each class day the assignment is late to a maximum of 30%

  • Posting two websites on two domains

    I have iWeb '08. I have 2 Mac accounts, one personal one family. I have two domains, one with each account. When I open iWeb on the very bottom in 'green' is my Mac address. My question: I create a 'personal website' and I upload it to my 'personal a