FM/BAPI to update AFPO table

Hello all,
Please can any one provide me any FM or BAPI to update AFPO statndard table.
Thank you,
Shreekant

Hi Shreekant,
Check this function module.
CO_BI_AFPO_UPD
Regards,
Lakshman.

Similar Messages

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

  • 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

  • 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 KNVP Table---- removed_by_moderator .

    Hi all,
    i want to know the BAPI  to update PERNR(Personal number) field in KNVP Table.
    Thanks
    swaroop
    Edited by: Julius Bussche on Jul 11, 2008 12:53 PM

    Hi
    Go through the link given below :
    function module to update a database table
    Regards
    Nikunj Shah

  • Bapi to update Ekpo table

    Hi all,
    I want to update field TXZ01 from table EKPO, Is there any bapi to do the same.
    Please help its urgent.
    Thanx in advance,
    Amruta.

    BAPI-step by step procedure
    http://www.sapgenie.com/abap/bapi/example.htm
    list of all BAPI's
    http://www.planetsap.com/LIST_ALL_BAPIs.htm

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

  • BAPi to update WLK2 table

    Hi,
    Does anyone know any BAPI or function module that may be used to update POS data ( SAP Retail ) in WLK2 table ?
    Thanks in advance,
    Paulo Sousa

    Hi,
    What's /POSDW/BW_UPDATE_SOURCES.
    About the function module you've referred it does not exists in my system. We'r working with ECC 600.
    Thanks,
    Paulo Sousa

  • BAPI to update RESB table

    Hi,
    Could anyone pls tell the BAPI name to update the RESB (Reservation) table?
    Thanks in advance.

    Did you tried this BAPi
    BAPI_RESERVATION_CHANGE
    You can change the following fields in a reservation item:
    Storage Location (field STGE_LOC)
    Batch Number (field BATCH)
    Quantity in Unit of Entry (field ENTRY_QNT)
    Requirements Date of Component (field REQ_DATE)
    Item Text (field ITEM_TEXT)
    Goods Recipient (field GR_RCPT)
    Unloading Point (field UNLOAD_PT)
    Set the 'Quantity is fixed' indicator (field FIXED_QUAN)
    Set the 'Goods movement for reservation allowed' indicator (field MOVEMENT)
    Set the 'Item is deleted' indicator (field DELETE_IND)
    Set the 'Final issue for this reservation' indicator (field WITHDRAWN)

  • 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

  • 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

  • Bapi To Update Table VCNUM

    Hi Experts,
    I have to update the table VCNUM without using update statement.But I need to use Bapi. Is their any standard BAPI to update VCNUM table.
    Thanks & Regards,
    kranthi

    Frankly, I would not be the right perosn to guide you this. Still, kindly refer following hyperlinks:
    EXIT_SAPMF02D_001 VCKUN & VCNUM import parameters
    Re: Updating EBAN Fields without direct update statement
    Regards
    JP

  • BAPI or Function Module - Update VBBE Table

    Hi All,
    I am looking for any function module or BAPI which Updates VBBE Table.
    Regards,
    Debi

    Hi,
    Use FM  RV_SALES_DOCUMENT_UPDATE in update task mode and pass all the required fields and tables.
    Pass empty table values for remaining tables except VBBE and pass export parameters.
    BR,
    Lokeswari.

  • FM/BAPI to update table AGR_1252

    Dear Gurus,
    Is there any functional module or BAPI to update SAP table AGR_1252 ?
    This is to update organization data while creating derived roles.
    Thanks in Advance.
    Soyunee

    Hi,
       Please check this FM 'PRGN_CHANGEDOCUMENT_WRITE_1252'.
    Thanks,
    Anmol.

  • BAPI to update DPR_PROJECT

    Hi All,
    Could anyone please let me know if there is a BAPI to update DPR_PROJECT table ? I have searched through tcode BAPI and SE37 but not come across any.
    Thanks in advance.

    Dear Dev,
    After creating a project through FM  BAPI_BUS2172_CREATE you'll have to call BAPI BAPI_CPROJECTS_COMMIT_WORK to commit the work. The project GUID will then appear in the DPR_PROJECT table.
    Try writing a small ABAP program for it and test it out.
    Regards,
    Debaranjan Hazarika.

Maybe you are looking for