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

Similar Messages

  • 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

  • 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

  • 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

  • P-card  process available for SRM 5.0 extended classic scenario

    Hello,
    I didn't find the information, so I'm posting this message.
    Is  the p-card functionality available for the extended classic scenario in SRM 5.0 ?

    Hi,
    Use of Procurement Cards are supported in Extended calssic scenario from SRM 2007 ..onwards
    HTH
    Rajesh

  • 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

  • "Java and BAPI Technology for SAP" by by Ken Kroes - Is this book useful?

    Howdy partners,
    I've got a 'book' called "Java and BAPI Technology for SAP" by by Ken Kroes, Anil Thakur, Gareth M. deBruyn, Robert Lyfareff.
    Now, does anyone know if the info in this book is still relevant to the modern SAP world? I mean its still talking about ITS and stuff like that?
    Any input will be appreciated.

    With the blue cover? I have one with the something similar title, but it's quite out of date. There was lot of improvement on the Java side.
    So I would prefer something newer from SAP-PRESS. Check the SAP-PRESS site.
    BTW I don't consider ITS as an old technology...it was just integrated recently into WAS 640 to make it more powerful. This is the only available technology, which converts classic Dynpro to Webpage dynamically.
    Peter

Maybe you are looking for

  • Can't buy iPhoto, iMovie and GarageBand

    Hello I can't buy apps iPhoto, iMovie and GarageBand there is mentioned instead of price only "accept" but when I clicked on it and wrote my Apple ID I received error message. My Mac Mini was bought from another person but fully reinstalled. Can anyo

  • I need a toolbar that works with firefox 5

    I need to get a toolbar that is compatible to Firefox 5, can you help me? since I downloaded Firefox 5 this problem started.

  • How should I treat a by product which is once again used in Production

    Hi Gurus, I am working in a make-to-stock scenario in discrete manufacturing industry. There is a by product produced at the end of manufacturing process. My approach to this was I created the BOM with -ve quantity of the by product. I thought I use

  • How do I update Safari if can't update OSX 2007 Macbook?

    I have a 2007 Macbook running OSX 10.6.8.  I can't update to later version of OSX because not supported for 2007 Macbooks.  Can I update Safari separately?  When I go to Apple site it only seems to offer Safari as part of OSX update which I can't do.

  • Probe-scsi-all failed

    hi all : I have 2 v440 (solaris 9) and 2 Sun StorEdge 3320 and I can see the disks from format command but not from probe-scsi-all. When running probe-scsi-all , it keep giving the following message :: Error : LSI 1030 : timeout waiting for interrupt