Function module/ program for deleting Vendor purchasing org. in BBPMAININT?

Hi,
Is there any function module or program available by which i can delete purchasing org. maintained  for SRM vendors in BBPMAININT.
Regards
Bharat M

Hi
Please use the Standard SRM function module
*BBPPORG_DELETE*_
to delete the Purchasing organizations ->
Sample code - >
    CALL FUNCTION 'BBP_PORG_DELETE' IN UPDATE TASK
      TABLES
        IT_FRG0060 = LT_FRG0060
        IT_FRG0061 = LT_FRG0061.
    COMMIT WORK.
Hope this will help. Do let me know.
Regards
- Atul

Similar Messages

  • Function Modules used for PO Vendor Confirmation

    Hi,
    Pls. let me know which function module is used to update EKES table during Vendor Confirmation in Purchase Order.
    Thanks in advance.
    Regards,
    Ramesh

    Hi Ramesh,
    Please check this FM ME_CONFIRMATION_UPDATE.
    This FM will perform direct update to table EKES (please be careful).
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Update Function Module Required for Deletion/Truncation of Open Hub Table

    Hi All,
    I need to delete/Truncate DB tables i.e. Ztables using Update FM
    can anyone help me with few Update FM.
    Regards,
    NS.

    If you want to Delete Custom DB table then you can use FM RS_DD_DELETE.
    You can delete, if the table is not used anywhere in SAP.
    Close thread if you got a answer
    Kanagaraja L
    Edited by: Kanagaraja  Lokanathan on Mar 16, 2010 9:54 AM

  • Function Module Name for Graph

    HI,
      Can any body tell me Function Module name for creating graph with horizontal scrollable.I dont want standard graph button.
    Thanks,
    Rakesh

    Hello,
    Check this standard programs they are using the same FM
    RFDOPR20                         Customer Payment History
    RFVD_COMPRESSION_01_I01
    RPRSTA01                         Travel Expense Reporting by Period
    RPSTA100                         Time-Related Statistical Reporting
    RPSTA200                         Time-Related Statistical Reporting
    RPSTA2GR
    RQALVF16
    RQETBI10                         Inspection lot selection
    RSDB4007                         iSeries: Display Wait Statistics by SAP Instance
    RSHOST10                         Monitor for OS Collector (ST06)
    RSORA003                         Statistics of Physical Accesses to Oracle Data Base
    RSORA007                         Statistics of Data Base Wait Situations
    RSORA138                         IO Stat for Each User Session (ORA7 V$SESS_10)
    Check this 3 FM
    GRAPH_2D                       Calling up the 2D business graphics
    GRAPH_2D_MENUE                 DO NOT USE (use 'GRAPH_2D' and 'GRAPH_BUSG_MENU_SET')
    GRAPH_MATRIX_2D                Calling up the 2D graphics (user-friendly version)

  • Restore the Function Module Program

    A Custom ABAP Function Module program was accidentally deleted and the transport could not made it to production and all systems. Are there any options to get a copy of the program back from somewhere? anywhere?
    Thanks in Advance.
    Ram Shanker

    Hello,
    PLease contact u r basis team with all the details like request no and package name important is version u maintain.
    they may help u ,
    Thank u,
    santhosh R
    Edited by: santhosh kumar on Jan 15, 2009 10:26 AM

  • Payment program for foreign vendors

    Hi Experts,
    Can some body shed light on this..
    Can we run the payment program for foreign vendors in their currency.. if soo what r the settings needed.Pls send in this mail iD ([email protected])
    thanks in advance,
    R.Manigandan

    Hi,
    Yes we can run the payment program for foreign vendors in their currency.
    In FBZP double click on Pment Methods in Country
    Select your country and double click on Currencies allowed
    You can specify the foreign currency here. SAVE and Back
    Double click on Pment Methods in Company Code
    Double click on the company code
    and Tick all the three check boxes for foreign payments and foreign currency payments. SAVE
    This is the required config apart from the general configuration.
    Hope it helps
    Regards
    Jyostna

  • Function module exits for Tcode MD11.

    Please tell me, Function module exits for Tcode MD11.
    Reg .
    Praju

    Hi
    LMDR2001
    LMDZU001
    Try out these exits.
    Check the folloing BADI's
    MD_PLDORD_SCHEDULING
    MD_PIR_FLEX_CONS
    MD_PLDORD_SCHEDULING
    Regards
    Divya

  • Function module name for routing fom production orders

    Function module name for routing fom production orders

    Hi
    There are lot of fun modules related to routing
    like
    BAPI_ROUTING_CREATE
    BAPI_ROUTING_EXISTENCE_CHECK
    goto SE37 Tcode
    enter routing press F4
    you will get a lot out of that use the required one
    Reward points for useful Answers
    Regards
    Anji

  • Function Module (BAPI) for Delivery Change

    Dear All,
    We have a Function Module "BAPI_SALESORDER_CHANGE" for changes in sales order, wherein we also can enter Texts in sales order.
    Please tell me similar such function module for Outbound Delivery, wherein I can enter / insert / change the Texts (both Header & Item) in a deivery document.
    Regards,
    Dhananjay

    Thanks
    Where in this Function Module do I find the table / parameter for adding text at item & header level.
    Regards
    Dhananjay

  • Function module need for 0fiscvarnt

    Hi i have 0comp_code,budat and 0fiscper as a source fields,now i want to get 0fiscvarnt...please give me any logic or function module available for that
    thanks

    Hi,
    Usually fiscal year variant is constant if not getting populated from source system.
    Check with function team member what Fiscal year variant they using.
    Regards,
    Akshay

  • Function module used for ENQUEUE_EIQMEL & DEQUEUE_EIQMEL function

    Hi All,
    It should be highly appreciable if any one could please help.
    I need the name of the function module used for ENQUEUE_EIQMEL & DEQUEUE_EIQMEL function.
    waiting for help.
    Thanks
    Shaw

    Hi,
    The names 'ENQUEUE_EIQMEL' and 'DEQUEUE_EIQMEL ' you have mentioned are itself the function modules. Which other FM's you need i didnt understand.
    These are FM to ahndle lock objects 'QMEL'.
    please reframe your question in case of further issues.
    Regards,
    Mansi.

  • Function module(s) for Cube Collapsing/Compression

    Hi Experts,
    can anybody tell me if there's a SAP Function module availbale for Collapsing/Compressing requests of a cube ?
    Background is we want to automate collapsing of cubes by an APAB report instead of using a process chain or RSA1.
    Any suggestions? Any pitfalls for such an implementation ? Any expieriences ?
    We're on SAP BI 7.00 19, Oracle 10.2.0.4
    Best regards,
    yk

    Hi Srinivas,
    thanks for the quick answer, I will check the FM you mentioned.
    We think of a cube exceptions list wich should NOT be condensed, and all OTHER cubes should be condensed.
    With a process chain we have to maintain these OTHER list manually. In an ABAP report we could exclude the exceptions and condense the rest.
    Developers tend to "forget" to add the CONDENSE step. So with time more and more cubes store only in F-tables and nothing in the E-tables (producing more workload as query runtime, DB maintanence like index creation runtime , statistic runs ...) and last but not least occupy disk space wich is expensive if you have a mirrored high performance disk system .
    Best regards,
    yk

  • Function module/BAPI for executing VD51/VD52 transactions

    Hi
    Warm greetings to all,
    I require a function module/BAPI for executing VD51/VD52 transactions. Can anyone help on this
    Sreekanth

    Hi Sreekanth,
    Use this.
    There is an FM which is used by standard transaction
    'RV_CUSTOMER_MATERIAL_UPDATE' .
    Ex Code -
    CALL FUNCTION 'RV_CUSTOMER_MATERIAL_UPDATE'
    IN UPDATE TASK
    TABLES
    XKNMT_TAB = XKNMT
    YKNMT_TAB = YKNMT
    TCATALOG_TAB = LT_CATALOG.
    commit work.
    Regards,
    Vijay

  • Function Module / BAPI for Creating Material freight Group

    Hi All,
    Can anyone tell me the Function Module / Bapi for creating material freight group.
    Regards,
    Raj.

    Bapi for creating material freight group. :: You actually use mm01 or mm02 to change data for material flight.
    So you can use BAPI for mm02 and mm01
    For Ex:
    BAPI_MATERIAL_SAVEDATA
    Hope this helps

  • Function module / BAPI for FBRA IN 3.1 VERSION?

    Hello all,
    Could you please suggest Function module / BAPI for FBRA (Reverse and cancel) transaction in 3.1 version.
    Thanks,
    Subba

    Please check this FM perhaps it may help.
    CALL_FB08
    REVERSE_CLEARING
    RESET_CLEARED_ITEMS_BDC_WRITE.
    Regards
    Kiran Sure

Maybe you are looking for

  • IPOD Nano + USB 2.0 card

    I got a iPOD Nano for my G4 Quicksilver Mac. OSX 10.4.8. Not happy with USB 1 for speed so I got a generic own store 'New Link USB 2.0' PCI card in Maplins... Suffice to say, it only works on some USB devices but at speeds of USB 1.1. BUT IT DOESN"T

  • Second 27" iMac with dead pixels

    I'm intrigued to see how many others have purchased the new 27" iMac's and have managed to get one without any dead pixels. I am currently on my 2nd 27" iMac and both of them have a dead pixel right in the middle of the screen, first one was black, t

  • Is a Dell latitude 610 laptop compatible with a ipod touch 4th gen?

    My sons 610 won't recognize or charge his new gen 4 touch when you plug it in to laptop, He previously owned a touch 2nd gen and it worked fine with computer, trying to find  out if this ipod isn't compatible. Have already checked service pack is cor

  • Download of legacy version - Acrobat X Standard (supplied with DELL laptop)

    Hi, I have to re-install my DELL laptop purchased with a Acrobat X Standard license. After spending some 2 hours for searching I'm desperate ... I can't find a download for this version. Is there any database for such old versions ?!?

  • No carrier in UK on Apple USB modem

    Is there a special trick needed to connect the Apple USB modem to a UK phone socket to get a signal? OS X reports 'no carrier' although dial tone can be heard through phone OK. The Apple USB modem has a US-style socket (with two pins in use inside) a