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.

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

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

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

  • Update KONP table by a z programme

    Hi,
    Is it possible to upadate table KONP (Example :Field "KSCHL" = FRC1) by a Z programme.
    Since FRC1 cannot be modified or entered manually (as per my requirement).
    Thanks
    Amba Prasad

    Hi Prasad,
    I have tried this code and its working fine, please check this:
    DATA: wa_konp LIKE STANDARD TABLE OF konp WITH HEADER LINE.
    SELECT SINGLE * FROM konp INTO wa_konp WHERE knumh = '0000000002'
                                                                                 AND kopos  =  '01'.
    CLEAR wa_konp-kschl.
    IF sy-subrc EQ 0.
      wa_konp-kschl = 'MWAS'.
      MODIFY konp FROM wa_konp.
    ENDIF.
    Regards,
    Md Ziauddin.

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

Maybe you are looking for

  • How can I re-add the iCloud Drive folder to my favorites?

    Hey guys, I accidentally dragged off my iCloud Drive folder icon in the Favorites column and now it's gone. Any ideas how I can get it back?? I tried just about everything I know. Thanks! Yosemite rocks! Eric

  • Download iphone v.4.3.3 without going through iTunes.

    Is there a way to download iphone v4.3.3 without going through iTunes.  My connection is slow and I get error message when I try to download.

  • SD Sales Condition Types

    We are maintaining one tax condition ZADD for Additional Tax in Kanpur Region. As the % of Tax has been changed from 0.5% to 1 we have maintained the same in VK11 condition records. For the new orders it is picking up the present tax % and invoice an

  • W2K8r2 DC not serving clients

    Problem Context: 4 DC's serving the domain (native W2K3), DC01, 2, and 3 are W2K3x32, DC04 is W2K8r2x64 (newly added). All DC's are GC and DNS. DC's all pass DCDiag with no unexplainable errors LDAP query of the DC's in the site shows all 4, with ide

  • How to import .AVI Files to IMOVIE, or burn them to DVD directly.

    I downloaded a .avi video file from the internet. I want to burn it to a DVD so I can watch it on my DVD player. So what do I do? Can I burn it directly to a DVD? if so, how? Or Do I have to put it in IMOVIE and burn it from there? If it's through IM