BAPI for updating DB table AFVU

Hi
I need to update Operation short text (AFVU-USR01) .
Is there any BAPI which can be used in doing this.
Some one kindly provide details.
Thanks n Regards
Ramesh

Hi Dinesh
Thnks a lot for ur reply.
But I have a doubt, here, the field which i want to update is not a standard SAP field. (AFVU-USR01).
Will the BAPI's or User Exit work in this case.
If not please, let me know if there is any other alternative.
Thanks n Regards
Ramesh

Similar Messages

  • Bapi for updation of table VBRP

    Hi,
    I have to Update the Field 'KONDM' in the table VBRP. Is there some BAPI available for updating VBRP or we can have to go with the direct Update to the table. I have to Update this field by a stand alone report program.
    Thanks and regards,
    Pankaj Bist.

    Might be use this Function module
      CALL FUNCTION 'RV_INVOICE_ITEM_MAINTAIN'
           EXPORTING
                VBRP_I = VBRP
           IMPORTING
                VBRP_E = VBRP
           TABLES
                XKOMFK = XKOMFK
                XTHEAD = XTHEAD
                XVBFS  = XVBFS
                XVBSS  = XVBSS
                XVBRK  = XVBRK
                XVBRP  = XVBRP
                XVBPA  = XVBPA
                XKOMV  = XKOMV.
    Matintain the value in the VBRP table & pass rest as is... u get the value using the FM RV_INVOICE_DOCUMENT_READ

  • API for updating pay_people_groups table..

    Hi,
    Is there any API for updating pay_people_groups table. I know we can do it using hr_assignment_api.update_emp_asg_criteria but this API updates the assignement with the new pay_group_id. I want to know is there is any API which can only update the pay_people_groups and not the assignment.
    Regards,
    Shabana.

    Hi,
    Technically you want update values for people group. If you remember At the time of definition of people group you created value set and attached people group flex field.
    People group are created on the basis of combination of segments. So you have to update only values not people group.
    I doubt oracle provides API to update key flex field.
    You may get API to update values try out that option.
    Hope this helps.
    Sathish

  • XD02 transaction to change the customer data for updating KNA1 table?

    Hi all,
    How can we use XD02 transaction to change the customer data for updating KNA1 table?
    Give the steps.
    Thanks in advance
    rk

    Hi KR,
    Why don't u use BDC to run XD02.
    With Regards,
    Zafar Ali

  • BAPI for update BKDF

    Hi
    Does somebody knows some FM or BAPI for update a document BELNR in BKDF ? (i need to change the XDELT field).
    Thanks for your help.
    Frank

    Hello,
    Make use of the function  in ' UPDATE TASK' below this should help you out
    BELEG_WRITE_DOCUMENT
    Regards
    Suresh Niar

  • BAPI to update MARC Table

    Hi Gurus,
    Please let me know a BAPI to update MARC table.
    Regards
    Avinash.

    Hi,
    You can use the BAPI_MATERIAL_SAVEDATA
    Please find the corresponding field names in the BAPI
    PLANTDATA-REORDER_PT - MINBE
    PLANTDATA-SAFETY_STK - EISBE
    PLANTDATA-MINLOTSIZE - bstmi
    PLANTDATA-MAXLOTSIZE - bstma
    PLANTDATA-FIXED_LOT - bstfe
    PLANTDATA-ROUND_VAL - bstrf
    PLANTDATA-MAX_STOCK - mabst
    PLANTDATA-MIN_SAFETY_STK - eislo
    Populate the following parameters..
    HEADDATA-MATERIAL = 'Material number'.
    HEADDATA-MRP_VIEW = 'X'.
    Populate the PLANTDATA as mentioned above..
    Populate the corresponding X in the PLANTDATAX structure.
    PLANTDATAX-REORDER_PT = 'X'
    PLANTDATAX-SAFETY_STK = 'X'
    PLANTDATAX-MINLOTSIZE = 'X'
    PLANTDATAX-MAXLOTSIZE = 'X'
    PLANTDATAX-FIXED_LOT = 'X'
    PLANTDATAX-ROUND_VAL = 'X'
    PLANTDATAX-MAX_STOCK = 'X'
    PLANTDATAX-MIN_SAFETY_STK = 'X'
    Call the BAPI.
    Give COMMIT WORK.
    Hope this works..
    Regards.

  • Bapi for updating data

    I am using a bapi for getting data into infotype BAPI_EMPLOYEE_GETDATA.
    Is there any BAPI for updating data ?
    regards
    Balaji

    these links might be useful...
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/b78765378b56a5e10000000a1553f6/content.htm

  • Need  F.M or BAPI to update the table IFLOT---URGENT

    HI ALL,
    i need  F.M or BAPI to update the table IFLOT
    its urgent ........................

    use the function module
    EXIT_SAPLITO0_001/2
    www.jt77.com/plant-maintenance/quality-management-11667.html - 11k -
    reward if useful

  • Any bapi for update MCJ4 report(SAP performance reports)

    Hi,
    Any bapi for update MCJ4 report(SAP performance reports)
    or
    how to update MCJ4 report from my webdynpro application.
    Regards,
    Deepak Singh

    Hi,
    Have you gone through this ,We already have the discussion on this .
    [http://forums.sdn.sap.com/thread.jspa?threadID=1162642]
    BTW , As you say, you are going to create the Milsetsone what is your reference is it WBS element and project definition or network , How are you planning to bring the reference data from the legacy system [ As example the WBS element against which the Milestone s are craeted] into SAP . Becuase as far as i know milestones area attached with project definition and then further down to WBS element so you need to bring the Project definition + WBS element to change create the milsetone .
    Thanks,
    Anjaneya .

  • BAPI for updation of  Profit center in table VBRP

    Hello Friends,
    I have to Update the Field 'PRCTR' in the table VBRP. Is there some BAPI available for updating VBRP .
    I tried FM 'RV_INVOICE_ITEM_MAINTAIN'.
            FM RV_INVOICE_DOCUMENT_UPDATE
    But fields are  not getting updated
    Could you please help me, It is  urgent.
    Thanks & Regards,
    Anju N

    RV_INVOICE_DOCUMENT_UPDATE is used to buffer header updates, i don't think you need this. what you most likely need is RV_INVOICE_DOCUMENT_ADD to process the buffered item updates. but its highly recommended to have complete sequence 1. RV_INVOICE_REFRESH 2. RV_INVOICE_DOCUMENT_READ 3. series of RV_INVOICE_ITEM_MAINTAIN, if multiple line update 4.  RV_INVOICE_DOCUMENT_ADD

  • Bapi Or Function Module for Updating a table

    Can u Plz let me know , is there any bapi or function module to update few fields of a standard table using an internable.

    Hi Shiva Kumar Tirumalasetty ,
         There is no FM / BAPI to update directly to any SAP tables . SAP won't suggests to develop a FM/BAPI like that , as it will cause some data inconsistency problem .
    We have to search and find BAPI's/ FM's for requirement specific if not exists then need to think about the alternate options (LSMW/ BDC etc..)
    Hope this answers your question.
    Thanks,
    Greetson

  • Bapi for Updating the confirmation table(EKES)

    Hi,
    Could anyone let me know the BAPI to update the Vendor confirmation table EKES. And also the parameters to be passed to it.
    Thanks.

    Suman:
    After your call to FM ME_UPDATE_DOCUMENT is successful, please perform a explicit COMMIT.
    Umair:
    Use the FM ME_CONFIRMATION_UPDATE to update EKES table.
        CALL FUNCTION 'ME_CONFIRMATION_UPDATE'
          EXPORTING
            i_ebeln = ekko-ebeln
          TABLES
            xekes   = xekes
            yekes   = yekes.
    "yekes contains the EKES table in DB
    "xekes contains the changed values for EKES table
    Hope this helps. Reward points if helpful.
    Thanks
    Balaji
    Edited by: Balaji Ganapathiraman on Mar 20, 2008 1:10 PM

  • BAPI for updating Maintain Duration in Transportation and Delivery scheduling

    Hi all,
    Iam looking for a BAPI to update the Duration Times in Transportation and Delivery scheduling. I reluctant to use recording on SM30 Table maintenance T code and use it in LSMW. Is there a BAPI or Standard i/p Program to load these details. I have more than 200000 records to input.
    A list of all BAPI's in Transportation Management module would be great as well.
    Regards,
    Avi

    Hi,
    @praveen: I tried the solution provided by you and it worked for me in this context. But it seems this BADI gets triggered every time the delivery is getting saved. So for my test purposes, I'm triggering this BADI in a program, but in actual scenario, the BADI would be called on every sy-ucomm = 'SICH_T' i.e. SAVE. hence, I can't separate my piece of code using this condition.
    I'm trying to call my FM(update module in collective run mode) inside this BADI in backgrnd task as a separate unit but this doesn't seem to work.
    Any more suggestions?
    Thanks
    Ashish

  • BAPI to update payr table

    Hi
    I need to update PAYR database table
    Is there any BAPI to update this table

    If there is a BAPI function then you could use that - using some of the other direct update functions or methods suggested is likely to leave you with data integrity issues.
    If there is no BAPI, check what normal transaction codes are available to perform the update and use a BDC or CALL TRANSACTION using them.  There also might be a SAP supplied program which does the updates you need.  You may need to implement user exits in the transaction to get the functionality also.
    Updating the single table in isolation can cause problems - for example does this table have change history objects associated with it that SAP transactions would update?
    Andrew

  • BAPI to update KONP table (tcode: WYP2)

    Hi all,
    I am looking for a BAPI which can update UoM field through tranaction WYP3 (pricing condition). I found one BAPI ( BAPI_PRICES_CONDITIONS ) but as  it not released, cannot be used. Can you please suggest any BAPI's available
    for updating ( table KONP ) the transaction.
    Regards,
    John

    Hi,
    Check the following thread...
    BAPI for WYP1
    KR
    Veeranji Reddy P.

Maybe you are looking for

  • Confused... buying Mac for 1st time

    I may not be posting in the right place but I am hoping someone can give me some direction. I want to buy a MacBook but unsure on what is best - book vs. power book, how much memory vs. hard drive space. I want to switch from a PC primarily for ease

  • Best practice Warnings in OBIEE 10G

    Hi Today i suddenly checked in my RPD that tere are 250 best practice warnings. Most are related to keys not defined etc. I want to know what is the impact of best practice warnings. as to resolve 250 warnings, i will hve to invest lot of time. If it

  • Image Events save as PICT broken?

    An old script that worked in Lion is not working in Mountain Lion. Here is a test example: tell application "Image Events"   launch           set theImage to open "/tmp/c13.jpg"           save theImage as PICT in file "/tmp/image.pict"   close theIma

  • HDV to DV Downconvert.  WHAT AM I DOING WRONG?!!!?!!!?!!!HELP PLEASE?

    Just downconverted 8 hours of footage from my new Z1 in the "letterbox" mode. Everything looks good in FCP with widescreen letterbox. But when I export to create my DVD, can't get it to show full widescreen. What I get is a squished letterbox picture

  • SNR Reset :)

    My broadband speed used to be around 5mb-6mb. Then a 2-3 of months ago it dropped and is now 1.2mb-1.8mb. It had been 5mb+ for a few years. The problem is the noise. I have tried everything there is to do with regard trying to reduce noise levels. Mo