FM or BAPI available

Hi All!
Is there any Function Module or BAPI available for identifying the available Handling Units (HU) while shipping material.This comes under shipping in logistics scenario of the S&D module.
Regards
Praneeth
Message was edited by: Praneeth kumar

Hi ,
Please check FM "HU_PACKING_TRANSPORT". It may be useful.

Similar Messages

  • Are there any standard BAPIs available to load Vendor and Park invoices?

    Hi Gurus,
    do we have standard BAPI;s available to load "Vendor" master data and to "Park Vendor Invoices"? Please advise,
    1) I wanted to load vendors from the flat file, with input fields and it is a mass update.?
    2) I wanted to park the documents around 100 or so at one time, not posting?
    Any suggesttions on the Bapis available?
    Thanks
    Surya

    Ravi,
    Thanks for your suggestions. But BAPI_VENDOR_CREATE doesnt have any input fields, am not sure how it is used???  And also, I am sepcifically looking for BAPI;s LSMW will do but looking for more of a web service kind of service with BAPI. I am looking for a service which reads fields from input file and store in LFA1 table.
    Also regarding the second BAPI, i read in some threads that we need PO number to park it, but my invoices have only reference from the old system, not PO number, does this matter??
    Thanks
    Surya

  • Is there any standard BAPI available to vendor , customer and G/L ?

    Hi all,
    any standard BAPI available to vendor , customer and G/L? I found BAPI_CUSTOMER_CREATE and BAPI_VENDOR_CREATE but when i traying to execute , then control directly taking to XD01 and XK01 initial screen's .i need to create vendor and customer master data using BAPI(data will come from legacy system).
    Other than these , is there any standard  BAPI available .Pl tell me
    Regard's,
    Pratap.

    Hello Pratap
    For customer the following BAPI is available:
    BAPI_CUSTOMER_CREATEFROMDATA1
    "This fm uses a reference customer as template for the new customer.
    " Using this BAPI you cannot create a new customer from scratch
    Regards
      Uwe

  • Is there any Fm or Bapi available to see the direct reportees of a manager

    Is there any Fm or Bapi available to see the direct reportees of a manager
    i have the managers id could i get the employees under that manager
    is there any SAp fm for the same

    Like Aditya, I have not seen such a function module. However, there is a standard evaluation path which may be suitable for your purpose. It is called BOSSORG and will give you all the employees under a manager.
    Use it with function module RH_GET_STRUCTURE or RH_STRUC_GET. The latter lets you specify parameters directly, while the former takes them in container form. None of them are released for customer use unfortunately, but I haven't found a corresponding function module that is released.

  • What are the bapi available of md07

    Hi friends.
    what are the bapi available for 'MD07'. actually i need particular material no details for open stock and closing stock and Ist RDS and 2nd RDS value.
    anybody tell usefull answer.
    regards
    pauldharma

    Hi Dharma,
      Check out this:
    BAPI_MATERIAL_STOCK_REQ_LIST
    Thanks
    Gurjot S

  • Any standard BAPI available to get the project manager name or id

    Hi all,
    Any standard BAPI available to get the project manager name or id  for the particular  employee working on that project.
    Regards,
    Surjith

    I dont know abt any BAPI but this FM do the same so can be copy to RFC enabled and use the same.
    HRCM_GET_ORGUNITS_FOR_MANAGER
    Regards,
    Amit
    Reward all helpful replies.

  • Is BAPI available for ME32K?

    Hi
    Is BAPI available for ME32K?
    Thanks in advance
    With regards,
    Malli B

    Try with the function module BAPI_AGREEMENT_MAINTAIN.
    Regards,
    Kiran Bobbala

  • Any BAPI available for mass creation/change/delete for dependency net

    Hi guys,
    Any BAPI available for mass creation/change/delete for constraints in dependency net. I mean any uploading option in mass for creation, change and delete.
    Regds
    Regds

    Hi,
    Check if the below FM's meet your need:
    CAMA_CNET_CONSTRAINT_MAINTAIN
    CAMA_CONSTRAINT_NET_MAINTAIN
    CAMA_DEPENDENCY_MAINTAIN
    Regards,
    Vivek

  • Any BAPI available for Tcode MSC2N

    Hello,
    Very Good Afternoon,
    I need to change the few vlaues in the t-code MSC2N.
    I need to change the City of Origin and Reg Of orign for few Batch numbers
    in Basic Data1 tab.
    There are around 1000 batch numbers which needs this change
    Is there any BAPI available to go ahead..
    Any suggestions will be appreciated.
    Regards,
    Kittu

    Hi, You can update classification for a batch using the following code.
    But first, you'll need to find out that the batch management is cross-plant or plant dependant.
    If it is cross plant then plant(WERKS) is not part of the key to BAPI_OBJCL_CONCATENATEKEY.
    CLEAR: objectkey, objectkeytable, objectkeytable[],
               allocvaluesnumnew, allocvaluesnumnew[],
               return.
        objectkeytable-key_field = 'MATNR'.
        objectkeytable-value_int = matnr.
        APPEND objectkeytable.
        objectkeytable-key_field = 'CHARG'.
        objectkeytable-value_int = charg.
        APPEND objectkeytable.
    * Only if Batch management is Plant dependant
        objectkeytable-key_field = 'WERKS'.
        objectkeytable-value_int = werks.
        APPEND objectkeytable.
        CALL FUNCTION 'BAPI_OBJCL_CONCATENATEKEY'
          EXPORTING
            objecttable    = objecttable
          IMPORTING
            objectkey_conc = objectkey
          TABLES
            objectkeytable = objectkeytable
            return         = return.
        allocvaluesnumnew-charact = "characteristic name goes here".
        allocvaluesnumnew-value_from ="characteristic value goes here".
        APPEND allocvaluesnumnew.
        allocvaluesnumnew-charact =  "characteristic name goes here".
        allocvaluesnumnew-value_from =  "characteristic value goes here".
        APPEND allocvaluesnumnew.
        CALL FUNCTION 'BAPI_OBJCL_CHANGE'
          EXPORTING
            objectkey                = objectkey
            objecttable              = objecttable
            classnum                 = classnum
            classtype                = classtype
    *   STATUS                   = '1'
    *   STANDARDCLASS            = STANDARDCLASS
    *   CHANGENUMBER             = CHANGENUMBER
    *   KEYDATE                  = SY-DATUM
    *   NO_DEFAULT_VALUES        = ' '
    * IMPORTING
    *   CLASSIF_STATUS           = CLASSIF_STATUS
          TABLES
            allocvaluesnumnew        = allocvaluesnumnew
            allocvaluescharnew       = allocvaluescharnew
            allocvaluescurrnew       = allocvaluescurrnew
            return                   = return
    * Do not forget to commit, otherwise changes would not take effect.
    commit work.
    Regards,
    Hashir Ahmed

  • Standard BAPIs available in AFS 5.0 Release ?

    Hi,
    Can you please let me know the list of Std. BAPIs available for AFS 5.0 release.
    Thanks in Advance
    Pradeep

    Hi,
    Pleas check the link given below.
    http://www.sapbapi.com/bapi-list/
    Hope it helps.
    Regards,
    MT

  • Any bapi available for Create Employee Trip

    hi ,
    please tell me for Create Employee Trip any bapi is available.
    if it is there means please tell me.

    Check this one -
    BAPI_TRIP_CREATE_FROM_DATA
    Regards,
    Amit

  • Create BAPI ? Make BAPI available for LSMW ?

    Hi Experts,
    Can any one tell me - How to create BAPI and make it available for the use in LSMW ?
    Regards
    Sonal

    Hi,
    Check the below links.
    [Stepbystep|http://www.erpgenie.com/abap/bapi/example.htm]
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/200dd1cc-589e-2910-98a9-bb2c48b78dfa|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/200dd1cc-589e-2910-98a9-bb2c48b78dfa]
    [http://www.****************/Tutorials/BAPI/BAPIMainPage.htm|http://www.****************/Tutorials/BAPI/BAPIMainPage.htm]
    Reward if found helpful.
    Regards,
    Boobalan Suburaj

  • What are the differences between three BAPIs available to create quotes.

    Hello SAP gurus.
    I am trying to understand the difference between the following 3 BAPIs
    that are used to create Quote
    BAPI_QUOTATION_CREATEFROMDATA2
    BAPI_QUOTATION_CREATEFROMDATA
    BAPI_QUOTATION_CREATEBOS
    Our company is right now using BAPI_QUOTATION_CREATEFROMDATA2 and so I want to understand
    why I can't use BAPI_QUOTATION_CREATEFROMDATA or BAPI_QUOTATION_CREATEBOS instead.
    Any feedback regarding this will be highly appreciated.
    Thanks
    Ram

    HI,
    refer to this link...
    Difference between BAPIS to craete quotation

  • Is there any BAPI available for sales order creation with reference?

    Hi Experts,
    My requirement is to create sales order with reference for order type.
    Now my billing document number already contains the two items
    one is correct and another is zero quantity.
    I want to create order with reference of billing document but not with zero quantity item.
    Which BAPI I should use and what to pass to ignore zero quantity item?
    Regards,
    RH

    Hi Ronny,
    Try using BAPI_SALESORDER_CREATEFROMDAT2
    Regards,
    Shraddha

  • BAPI available

    Hi,
    Are there any BAPIs for the ff. activities?
    1.     Creation of Hierarchy Level (CLWM).
    2.     Hierarchy Assignment (CLW1).
    3.     Creation of Characteristics Profile (CLWE).
    4.     Assign Merch. Cat. To Hierarchy Level 2 (WG22).
    5.     Assign Merch. Cat. To Site/s (WB30).
    6.     Creation of Merch. Cat. Reference article (WG22).
    7.     Creation of Site (WB01).
    8.     Creation of Site Group (CL01).
    9.     Maintain assignment in a class (CL24N)
    10.     Assign Site to Merch. Cat. (WB30).
    11.     Creation of Classifictaion (CL01).
    12.     Creation of Characteristics (CT04).
    13.     Maintain object to class (CL24N).
    Thanks!

    we use the tcode FOIO to update/change the contract..
    then, under conditions tab, we input the principal and interest value(condition amount) for the number of months the customer wishes to pay.. run time error (time out) is encounted if the payment terms is for ten years (120 months). the BDC(recording) takes too much time to do the transaction thus encountering a time out..
    i was trying to look for a badi since i believe data entry will be faster with badi, but to my dismay badi only work for RE-FX(flexi RE)..

Maybe you are looking for

  • DW5.5 crashing frequently (both 10.6.8 and 10.8.5)

    Hello. I'm having problems with Dreamweaver CS5.5 crashing frequently while I'm working. Sometimes I'm saving, sometimes I'm not even working in the program, but it is open in the background and it crashes. I've tried to research causes online, but I

  • JCo & qRFC / IDOC_INBOUND_IN_QUEUE Error

    Hello everybody, I have a java based server application, transporting IDocs between MES + SAP ERP. Till now I used tRFC for transfering IDocs from SAP to my server application. at the moment I'm checking out, how to use qRFC with my application. I ch

  • Vendor Master Inforecord

    Execute transaction VA03 and input sales order 12344556676- Press Enter. - Once the sales order displays, click on the u201CAFS Item overviewu201D tab - Select the first line item (material GCC045-001) - On the top menu bar select u201CGoto>Item>Sche

  • Issue with volume buttons on keyboard

    I have a Pavilion g7-1167dx Notebook, using Windows 8. I've had this problem for a long time, but just got around to trying to fix it.  The raise/lower volume buttons on the keyboard usually work fine.  However, after a while (a few uses or a few day

  • Acrobat XI Pro crash on scan option

    Acrobat XI Pro crash on scan option. Win7 os