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

Similar Messages

  • BAPI functions for file upload

    Hi All,
    can anyone  tell me Bapi functions for the file or image upload using?
    With best regards,
    Suneetha

    Hi,
    Uploading LOGO in SAP
    http://www.sap-img.com/ts001.htm
    Upload graphics on
    The program RSTXLDMC can be used to upload graphics (file extension .tif on PC files) into individual standard text.
    <b>ws_upload</b>
    Transfer files from the frontend to the application server.
    Rgds,
    Prakash

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

  • 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

  • BAPI functions for FB60 and F-02

    Hi,
        Can any one please tell me the BAPI functions for FB60 and F-02 tcodes.
        I had searched in forum,but din't solved my purpose.
    Thanks.
    Sri
    Moderator message - Search harder. Maybe Google will help - post locked
    Edited by: Rob Burbank on May 8, 2010 6:25 PM

    This has been solved for FB50. The original variant for FB50 had never beer created in our QAS system! So I was able to get the screen variant menu selections to reappear by running SHD0, editing, and then saving the transaction variant 'STANDARD 1' (not sure if that is SAP's name for the default variant).
    Hope others find this information useful.
    J. Haynes
    Denver, CO

  • 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

  • All bapi functions for all modules

    hi frends where i cud have the list of all bap functions availbale for the all modules.PLz tell me the name of the bapi function used to get the data related to the accounting document like its no,PO no,PO item no,coressponding vendor no for the particular P item(not the vendor no in the PO header).

    Hi,
    you can spare some of your and our time if you [SEARCH|http://www.google.cn/search?hl=de&source=hp&q=%09allbapifunctionsforallmodules&btnG=Google-Suche&meta=&aq=f&oq=&cad=h] for a BAPI when you need it.
    Regards,
    Clemens

  • 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 EG70 change rate data

    I am searching a BAPI function which can perform the function of EG70 (change rate data), ie, update the RateType and Fact Group is each register under an installation and device.
    Can anybody helps?  Thanks very much and point must be rewarded.

    Hi,
    ISU_DB_EASTL_RATETYPE_SELECT - Use this for selecting rate type & fact group.
    ISU_DB_EASTL_UPDATE -Use this to update rate type & fact grp at device level
    ISU_DB_EASTS_RATETYPE_SELECT  - Use this for selecting rate type & fact group at register level.
    ISU_DB_EASTS_UPDATE-use this to update rate type & fact grp at register level.
    Two tables are updated by EG70 EASTS & EASTS,you can search any FM from SE37 by ISUEAST
    Hope this helps.

  • BAPI/Function for updating RP & RQ

    Hi !
    Please tell me which BAPI/Function to use for updating Reorder Point (  marc-minbe ) & Reorder Quantity( marc-bstfe ) .
    Thanks
    Moshe

    Hi,
    Please try BAPI BAPI_MATERIAL_SAVEDATA.
    Regards,
    Ferry Lianto

  • BAPI Function required for Vendor clearing F-44

    Dear all,
    Do we have a BAPI Function for Posting entries for f-44
    ( Vendor Clearing ).
    Regards,
    Gaurav Sood

    Hi gaurav
    Check this out BAPI_AP_ACC_GETBALANCEDITEMS
    <REMOVED BY MODERATOR>
    with regards
    Rohan Shetty
    Edited by: Alvaro Tejada Galindo on Jun 9, 2008 3:22 PM

  • 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

  • BAPI function create Customer master(T-code XD01)??

    Hi All,
    i want to create BDC program using BAPI function create Customer master(upload  customer master),but i do not know which BAPI function for create Customer master.
    Does anyone know,please tell me which BAPI function i can use?
    Thanks.
    Van Dung

    Hi Amit Gujargoud,
    I can use LSMW  upload the data from legacy system to sap system., but my manager he did not want to use LSMW.He wants to use BAPI function for upload customer master.
    I saw this BAPI function create customer master : BAPI_CUSTOMER_CREATEFROMDATA1,
    BAPI_CUSTOMER_CREATEFROMDATA,
    it is not enough field for input data.
    example : if i want input : customer code,company code, Sales organiration,Distribution channel,Division.
    So This BAPI function have not paramaters input this field.
    Thanks for your answer
    Van Dung.

  • 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

Maybe you are looking for

  • How do I edit and sign documents using adobe?

    How do I edit and sign documents using adobe?

  • DP Planning Variable Fiscal weekly Periods

    Hi, We are using fiscal weekly calnedar that starts on first Sunday of Nov i.e., for fiscal year 2009 it is as shown below. 1 fiscal week - Nov 2nd to Nov 8th 2 fiscal week - Nov 9th to Nov 15th 3 fiscal week - Nov 16th to Nov 22nd 4 fiscal week - No

  • Creating a Test Harness

    Hi there .... I have this problem, basically, my self and a few of my class mates have built this program as part of our module and we now need to have a Test Harness to run and log our Test Cases. I have all the test cases arranged in .txt files and

  • PAL video camera into NTSC?

    I would like to learn about importing from a PAL video camera into iMove '06 (just purchased two weeks ago!) in the US where NTSC is the standard. Up until now all my input has been from television sources through a Canopus converter box from composi

  • Request Closure E-Mail

    Hi Champs, Currently i am using variable %Provisioning% in Request Closure Mesage text through which user is getting Request Closure e-mail with User ID, Password and assigned Role Details incase of New user and Assigned Role details in case of Chang