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

Similar Messages

  • 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

  • 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

  • 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

  • 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 for Classic RE

    Hi gurus,
    we are currently using classic RE and i was wondering what bapi i can use to update the contract..
    my requirement is to update/change the conditions of the contract. we made use of a recording to do so but since we are updating a lot of details on the contract the the program experiences a TIME OUT since its takes up to much time. i have read that bapi can do the same work but alot faster, but unfortunately i am unable to find a bapi that would work for classic RE, since most of the bapi i saw was for RE-FX.
    Any help will be rewarded.. Thanks in advance.

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

  • Does a nonstandard(created by you) become available for general use?

    if you don't have a standard bapi  available for some transaction you require, can you create your own bapi and use it ? is it allowed ? does such a bapi become available for general use from then on like the standard ones? otherwise who else can use it?

    Hi,
    Yes we can use them as standard ones
    regards

  • 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

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

  • 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

  • Bapi function module for ME32k Transaction

    Hi all,
            Can any one tell me what is the BAPI function module for ME32K transaction . I am trying to create service agreements in this transaction.
    Even you can tell me if any other alternative procedure is there to create the service agreements in ME32K.
    Bye
    Srinivas

    Hi srinivas p ,
    Do you find some solution for this?! I have the same problem...
    Can you help-me?
    Patrícia.

  • Is there any delivered BAPI or Functional modules available for MCHB table

    Hi Experts,
    I have a requirement where I have to pull inventory data from MCHB table without custom code. Is there any delivered BAPI or Functional modules available for MCHB table?
    Kindly help!
    Thanks
    Gopal

    Hi,
    Can you check using the Fun Modules
    MG_BATCH_CHECK_STOCK
    VB_READ_BATCH_WITHOUT_STOCK
    VB_BATCH_GET_ALL_STOCKS
    Regards,
    Anji

  • Which Bapi is available for uploading Customer Invoice and Payments in SAP

    Dear Friends.
    I want to upload Customer Invoices and Incoming Payments in the System.
    Currently i have written a BDC-Session Program to Upload this data.
    I have took the recording of tcode f-22 for Invoices, f-27 for credit memo and f-28 for payments and developed the required BDC program.
    Its working fine.
    Since the Volume of the data is huge .. ie around 50,000 daily, it takes too much time.
    Also i am not able to have a proper error log.
    I would like to know from you, whether there is any bapi available to upload this data (invoices,credit memo and payments).
    OR is there any other faster and proper error log maintaining scenario available.
    I appreciate for all your helps and informations.
    Thanks
    Kuna.

    Hi,
    could u please send me the f-28 upload program.
    Thanks in advance.
    Regards
    suni

  • How to add new line item using BAPI BAPI_CONTRACT_CHANGE for contract-ME32K

    HI Experts,
    how to add new line item using BAPI: BAPI_CONTRACT_CHANGE for existing contract.
    Requirement:
    Already the contract having two line items using ME31K.
    Custom program has to add new line items in existing contract.
    Thanks,
    Sendil

    I got the solution:
    We can do like this:
    1. Get all details using details, BAPI_CONTRACT_GETDETAIL.
    2. After getting results, append new line item. Then use your BAPI.
    Check this posting program.. where this bapi is used, use the same coding technique.
    IDOC_INPUT_PURCONTRACT_CHANGE

Maybe you are looking for

  • Can NOT install Standard ONE on a 2 quad-core processor machine (licensing)

    This is from Oracle's licensing (July 2009): =================================== "When licensing Oracle programs with Standard Edition One or Standard Edition in the product name, a processor is counted equivalent to a socket. However, in the case of

  • Data from 2 database blocks insert into the same base table?

    Hello, I have canvas C_NEW. On this canvas, items from 3 blocks are usable by the user. 1. Block NEW_HEAD: 3 items say X1,X2,X3 2. Block NEW : multi record text fields say Y1 thru Y10. Also a scrollbar. 3. Block NEW_ACTION: 6 buttons say B1 thru B6 (

  • Java IDE (Eclipse) Question...

    Is there any way to import classes from outside a "Project"? For example, I have a very large set of packages (the "Substance Look and Feel") that clutters up my project when I import them. Is it possible to make a set of "General Libraries" that don

  • Nokia C6 Japanese language pack

    Hello, I'm from Indonesia. I use nokia c6. Since I'm going to continue my study in Japan, I want to write in Japanese with my nokia C6. Is it possible? Where can I download the language pack? Please help me.. Thanks a lot. Hoping you're answer soon.

  • Google Search Results keep freezing Safari in iOS 8

    I have an iPad Air that is only 30% full, and a good wifi connection. Ever since is updated to ios8 and subsequent updates, my Safari browser will often (but not always) freeze after a Google search. All of the Google search result links will be unre