Function module or BAPI that is used to update the records in RBKP table.

Hello All,
Can anybody please give me the name of any Function module or BAPI that is used to update the records in RBKP table.
Please help me
  I need to change the fiscal year in RBKP table
Thanks in Advance,
Regards,
LIJO

Hi,
You can use the BAPIs,
BAPI_ACC_INVOICE_RECEIPT_CHECK Accounting: Check Invoice Receipt (OAG: LOAD PAYABLE)
BAPI_ACC_INVOICE_RECEIPT_POST  Accounting: Post Invoice Receipt (OAG: LOAD PAYABLE)
Hope this helps.
Regards,
Renjith Michael.

Similar Messages

  • To create bapi?(function module for bapi i.e. checks and update table)

    Hi all,
      I want to know how to create BAPI?. means in function module how i hv to put checks and how i will update database table.
    thanks and regards
    sg

    BAPI STEP BY STEP PROCEDURE: -
    http://www.sap-img.com/abap/bapi-step-by-step-guidance.htm
    BAPI Programming guide: -
    http://help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm
    BAPI user guide: -
    http://help.sap.com/saphelp_46c/helpdata/en/7e/5e115e4a1611d1894c0000e829fbbd/frameset.htm
    Example:-
    http://www.erpgenie.com/abap/bapi/example.htm
    list of all bapis
    http://www.planetsap.com/LIST_ALL_BAPIs.htm

  • Function Module or BAPI for Deliveries

    I need to interface the Deliveries from a flat file into APO.  Can someone tell me the function module or BAPI that is used to create the Delivery (ATP Category BR) in APO DRP?
    Thanks.
    Sandy

    Hi Sandy - I think this is only availbale in 5.0 which I don't have. Try going to SE37, typing BAPI_APS and then F4. Look for DRP or SPP related descriptions for function groups. Also look in BOR in transaction SWO4 - there should be a DRP and/or SPP section under Advanced Planning and Optimization. Let me know if you find something. I don't think you would want to use something outside of DRP/SPP because that may cause transactional inconsistencies.
    Andy

  • Function module or BAPI for Project and Partner in PS

    Hi,
    Can anyone tell me is there any function module or BAPI that link with Project/WBS and Partner.
    Thanks in advance,
    Krishna

    Hi,
    Please check the following BAPI's
    BAPI_BUS2001_GETDATA
    BAPI_BUS2054_GETDATA
    Hope if you are using partner function in PS, you could get it from WBSE or PD.
    Tnx.
    Abdul

  • Function Module or BAPI to update Sale Order Quantity (VBAP-kwmeng)

    Hi,
    I have a requirement to use a Function Module or BAPI to update Sale Order Quantity (VBAP-kwmeng), which one (Function Module or BAPI) should I use? is there any sample codes?
    Thanks a lot!!

    Hi,
    *& Report  ZTEST
    REPORT  ztest.
    DATA : wa_header TYPE bapisdh1x,
                i_item TYPE TABLE OF bapisditm WITH HEADER LINE,
                i_itemx TYPE TABLE OF bapisditmx WITH HEADER LINE,
                i_return TYPE TABLE OF bapiret2.
               wa_header-updateflag = 'U'.
               i_item-itm_number = '000010'.
               i_item-target_qty = '4'.
               APPEND i_item.
              i_itemx-itm_number = '000010'.
              i_itemx-updateflag = 'U'.
              i_itemx-target_qty = 'X'.
              APPEND i_itemx.
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
      EXPORTING
        salesdocument               = '1234567890'
        order_header_inx            = wa_header
      TABLES
        return                            = i_return
        order_item_in                 = i_item
        order_item_inx               = i_itemx
    Hope this will help you.
    Regards,
    Anand.

  • Functional module Or BAPI

    Hello Guys,
    At my Client The Condition of table MSEG is not good, Now I have to create a report for Material wise Stock againest Production Order No.
    Is There any Functional Module Or BAPI Is available which provide me the Stock with respect to Material no or production order no againest Movment type.
    Thanks in Advance
    Swati..

    Hi swati,
    try this
    BAPI_MATERIAL_STOCK_REQ_LIST
    i think you can mention the period here.
    if you have already got the answer just let all of us know.
    regards,
    pankaj singh

  • Delivery split using function modules or BAPI

    Dear All,
    I have a requirement that i need to split deliveries with reference to sales order using any function modules or BAPIs. If there are any BAPIs or FMs, let me know the sample coding also. Kindly help me in this regard as soon as possible.
    Thks in advance,
    Nagarajan
    Edited by: abapnag on Jul 1, 2009 10:06 AM
    Edited by: abapnag on Jul 1, 2009 10:07 AM

    Check BAPI_OUTB_DELIVERY_SPLIT_DEC
    Check the Function Module DOC_INPUT_SHP_OBDLV_SPLIT_DEC
    and also chk
    Re: BAPI
    Kanagaraja L
    Edited by: Kanagaraja  Lokanathan on Jul 1, 2009 10:32 AM

  • Function modules or BAPI for deleting plan costs on a cost center

    Hi all,
    I search for a function module or bapi to delete plan costs / activity on a cost center.
    At the moment I update the planning with 0, but that cause a mass of needles entries on the cost centers.
    For check and posting I use the function group 6026 - BAPI_COSTACTPLN_* ,
    but there is no function for deleting.
    Has anyone an idea?
    Thx for help - points as reward !

    check
    BAPI_COSTACTPLN_POSTACTINPUT   Activity Input Planning: Posting                
    BAPI_COSTACTPLN_POSTACTOUTPUT  Activity/Price Planning: Posting                
    BAPI_COSTACTPLN_POSTKEYFIGURE  Stat. Key Figure Planning: Postings             
    BAPI_COSTACTPLN_POSTPRIMCOST   Primary Cost Planning: Postings                 
    BAPI_PDTRANSCO_POSTPRIMCOST    Transfer of Planning Data: Post Primary Costs   
    K40C                           CO Actual Postings, Manual                      
    BAPI_ACC_PRIMARY_COSTS_POST    Accounting: Post Primary Costs                  
    BAPI_COPAACTUALS_POSTCOSTDATA  BAPI Operating Concern: Post Costing-Based Actua
    BAPI_PRIM_COST_CHECK_AND_POST  Primary Costs: Formal Parameter Check           
    S@meer

  • Is there any function modules or BAPI's

    Is there any function modules or BAPI's that would delete the original partner and then add a new partner.Iam using BAP
    bapi_alm_notif_data_modify
    But iam not able to change partner in notification header
    Please give your input for sovling it

    Dear Rama,
                           In the bapi_alm_notif_data_modify, there are 2 structure
    NOTIFPARTNR STRUCTURE  BAPI2080_NOTPARTNRI OPTIONAL
    NOTIFPARTNR_X STRUCTURE  BAPI2080_NOTPARTNRI_X OPTIONAL
    Pass yr partner value in NOTIFPARTNR, and against the value make it "X" in the NOTIFPARTNR_X  , then u can change the partner value.
    Give point if helpfull
    Thanks

  • RFC enabled function module and BAPI?

    What is the difference between RFC enabled function module and BAPI? 
    I have requirement to develop a new BAPI which will update a custom table and read the same table in SAP from an external application.
    Do we need define a port or RFC destination for the external application to use the new BAPI?
    I am clear how the external application access the BAPI.
    Thank you

    BAPI are business objects which are basically object oriented. Created and linked with business objects in <b>SWO1</b>. Those business objects will be listed under BAPI tcode.
    Where are RFC enabled Function call are not like that. They are just Function modules which can be accessed remotely from an SAP application.
    For your example updating table, you may need to create BAPIs in SWO1 and access using those using object oriented methods from external application.
    Cheers,
    Thomas.

  • Function module/BDC/BAPI for Component allocation operation wise

    Dear Experts,
    I need your help on Component allocation in Routing (CA02) per opertion wise.
    Currently we are assigning the Component individually per operation manually
    The problem is if a BOM is having 500 Components/Materials and there are 10 operations then we need to assign these 500 components to that particular operation manually which is tedious job & killing a lot of time.
    I need your help if any Function module or BAPI or BDC is there to allocate these components per operation wise.
    Or any other process which can done easily on this component allocation operation wise
    rgds
    gsc

    Hello GSC, (and of course anyone able to help me)
    taking account of the date of the message (2008) i think you have finally encountered a solution to your issue ?
    Well, now i have got the same problem than you before.
    My requirement is to modify the component allocation in a routing by using change document.
    I found the bapi /SAPMP/BAPI_ROUTING_PROCESS. I have spend few days to make it work without success.
    Iam still facing error message. Futhermore i have read trough a SAP note that this BAPI could not work properly in some case.
    Considering that Iam trying to study other solutions (BDC ?).
    Please, i would appreciate if you give me some advice on this problem.
    Thank you very much.
    Best regards,
    C.S

  • URGENT: Function modules or BAPIs

    Hi Experts,
    I need function modules or BAPI to get the open items and cleared items G/L Account wise.
    Useful replies will be surely awarded.

    Hi Chakradhar,
    Check tcode : BAPI
    u will get all bapis there.
    Regards,
    Hemant

  • Function modules and BAPIs for a transactio code

    Hi friends,
    How i can find  the List of function modules and BAPIs being used for a particular transaction code?
    for example: I would like to find List function modules and BAPIs being used for the Transaction code
    "FBRA"(Reset cleared items)?
    Any sort of help on this will be helpful.
    Thanks,
    Punjaala

    hi Anjaneyulu,
    open the t-code --> and go to menu system->status-->select the program and open the program-->
    selct the tree structure----in the left side the includes screen and function module everthing will show..
    or
    open the t-code --> and go to menu system->status-->select the program and open the program-->
    go to attributes and select the Package..
    next----
    go to se80--> enter the package --> and dispalay it shows the list of Program , include transaction function modules and bapi's under the pakage
    Regards,
    Prabhudas

  • What  Function Module or BAPI

    Hi,
    report create for Sale order activity.this report using for mvt type based . i am using for mseg table.
    data all used for select query. but slow the process. i have effected the report output. any function module or BAPI using.
    plz,Advise Me.
    by,
    jeevan.

    Hi Jeevan,
    Try to use BAPI_GOODSMVT_GETITEMS BAPI Function module.
    Cheers,
    Daniel

  • Function module PTRA_WEB_EXPENSE_REPORT_GET_2 not working when used in loop

    Hi All,
    I have used a function module PTRA_WEB_EXPENSE_REPORT_GET_2  in a custom fumction module which i am developing fetch the travel expense data . The function module PTRA_WEB_EXPENSE_REPORT_GET_2  returns the travel expense data based on the employee and the trip number. I want to fetch the travel expense data for a given set of employees and trip number and hence i have used this function module inside a loop statement.
    The function module returns the travel expense data for the employee and trip in the first loop pass. From the second loop passs it doesn't return the value. I have also checked this in se37 and the same thing happens. Value is returned for the fist employee but for the next employee we have to go to initial screen of se37 and execute the Func. module again.
    I debugged this function module and found that the value of the employee and the trip number is stored in the global variable. The value passed for the employee and trip is compared with the correspomding value in the global variable and if they are not same an error message is returned. Since we are using in a loop , each time a different value is passed for the employee and trip and the check fails .
    Is there any way to clear the value in the global parameters or is there any other function module which can be used to clear the values of the global variables?
    Thanks!
    Regards
    Manipal Parkala

    Hello Archana,
    May be we can try several ways...
    1) can you try calling function module BUFFER_REFRESH_ALL ??
       after each call...
    2) May be u can call Function module "PTRA_WEB_EXPENSE_REPORT_GET_2 " in background task or seperate task , it will load the function group everytime when u call it in loop.
    ***DO let us know if it does not work.
    thanks
    ~Raj

Maybe you are looking for

  • TS1363 My iPod Touch is not recognized in windows or iTunes, how do I fix this problem?

    I have updated my iTunes and checked my security settings, what can I do to make my iPod recognized by both my computer and iTunes?

  • Use of function module STATUS_UPDATE

    Hello All, i need to TECO projects which are not used. I have a list of the projects. I need to use update function STATUS_UPDATE instead of writing a BDC. Could someone assist me with the parameters that need to be passed so the project status could

  • XML Form - How to sort on Created -

    Hello Techies, I have made a custom XML news list with the forms builder. I want to sort the news items by creation date. I tried putting "/Properties/default:created" in the sort field of the showlist view. But without result. Does anybody how to qu

  • Metadata Autofill Annoyances

    I've been running Aperture for 5 days, and while I've been able to live with some of version 1's quirks, the Metadata tool for adding keywords is starting to really drive me nuts. Basically, there does not seem to be a way to turn off the "autofill"

  • Exactfit param in markup ignored by FireFox

    Hi, Iwas struggling to resize a small movie in the header of my page, so decided to use the exactfit param: <param name="scale" value="Exactfit" /> works a treat in IE, however in Firefox it is 'ignored' and does not fit. Any workaround ?