BADI/BAPI/... for request deletion required

Hello,
Does anyone know if there is any BADI, BAPI or recommendable standard programme that I could use to have a request deleted (result should be the same like deleting the request in RSA1) based on the request number ?
Thanks for any advice.
Klemens G.

Hello Kishore,
Thanks for the 2 tips.
The BAPI you are mentioning will still keep the request entry visible in the administration tab of the infocube. Can I get it out of there as well like highlighting the request and clicking the "Delete"-button (which will remove the request and delete its associated data from the cube)?
Kind regards,
Klemens G.

Similar Messages

  • Need to find a BAPI for the below requirement

    Hi All,
    Need to find a BAPI for the below requirement.
    We are assigning roles to users using SU01 T-Code and we are in the process of automating this and since we need a BAPI which can do this. Apart from assigning roles to users, SU01 T-code is doing many functionalities, but if we can get a BAPI which can perform assigning roles to users will suffice the requirement.
    Thanks in advance,
    Srilakshmi.

    Hi SreeLakshmi
    see the list of BAPIs given below.
    1065 Business Object Employee
    BAPI_JOBROLE_CLONE Create a User Role in Another System By Copying
    BAPI_BUPA_ROLES_GET SAP BP, BAPI: Determine All Roles
    BAPI_BUPA_ROLE_ADD SAP BP, BAPI: Add Role
    BAPI_BUPA_ROLE_EXISTENCE_CHECK SAP BP, BAPI: Check Existence of Role
    BAPI_BUPA_SET_ROLE SAP BP: Set Object Part / Roles
    BAPI_GET_EVENTTYPE_FOR_ROLE Determine Business Event Types Using Standard Role
    BAPI_EMPLOYEET_CHANGEPASSWORD Change employee password
    BAPI_EMPLOYEET_CHECKPASSWORD Check employee password
    BAPI_EMPLOYEET_CREATE_PW_REG Create entry for employee password
    BAPI_EMPLOYEET_DELETE_PW_REG Delete entry for employee password
    BAPI_EMPLOYEET_DEQUEUE Unlock employee
    BAPI_EMPLOYEET_ENQUEUE Lock employee
    BAPI_EMPLOYEET_GET_PW_REG Read entry for employee password
    BAPI_EMPLOYEET_INITPASSWORD Initialize employee password
    Reward if helpful
    Regards
    Lakshman

  • Bapi for asset deletion (Tcode AS06)

    Hi Guys,
    Do we have any BAPIs for asset deletion (Tcode: AS06) ? Pls. let me know .
    Thanks and Regards,
    Sumit

    There is no BAPI for it: just for creation, change, get list and detail.
    I had the same doubt and then I tried FM AM_ASSET_DELETE_FROM_AI but it asks for a "AI_ID" which I don't have during execution time.
    If possible, do a Batch Input to AS06 as it is very simple.

  • What is the BAPI for setting "deletion flag" in IW32?

    What is the BAPI for setting "deletion flag" in IW32? Thanks!

    Hello
    There seems to be no BAPI to set deletion flag for MO.
    Quick Approach:
    You can copy an existing BAPI module BAPI_ISUSMORDER_SETSTATUSTECHN, for example, to Y_BAPI_MORDER_SETSTATUSDEL, and then edit this copy
    change the code in the existing lines for screen 3000
    PERFORM BDC_DYNPRO USING 'SAPLCOIH'      '3000'.
    PERFORM BDC_FIELD  USING 'BDC_OKCODE'    'LVMS'. (Instead of current 'ARCH')
    It should hopefully work.
    fyi: The orders can be set with Del flag only when they are in CLSD status
    Rgds
    Kartik

  • BAPI for Reset deletion ind. for PO Item using ME22

    Hi Experts,
    I want to go to Tcode ME22 to Undelete PO Item,    ME22 -> Edit -> Reset deletion ind.
    I have used BDC, and tested successfully. But you know, BDC is not a very good method, and I want to find a BAPI  for it.
    Anyone could help me ?  Give me the BAPI name or how to use it  ?
    Thanks a lot.
    Sincerely ,
    Julie

    Hello
    Use BAPI BAPI_PO_CHANGE for this.
    How to use ? Check this: Re: Bapi_po_change Remove lock indicator of line items in

  • BADI/BAPI for ESS

    Hi,
    Can someone please guide me on how to find the corresponding <i>BADI/BAPI</i> for an ESS webDynpro. I would like to change the ABAP code for the Address WebDynpro in ESS. If no changes are possible is it possible to create your own?
    Your help is greatly appreciated.
    We are on SAP ECC 6.0 and Portal 7.0
    Thanks
    Salim

    Hi,
    We have a need at the client I'm at to do data validations like in PA30 but via ESS.  This post looked good, but the link does a 404 instead of going to the zip file.
    Anyone have ideas of how to do this?
    Thanks!

  • FM or BAPI for creating/deleting condition records for an output type

    Hi all,
               what is the FM or BAPI for creating and deleting the condition records for a Z(custom) output type.

    You can use trasaction SXDA_TOOLS.....
    object type BUS3003
    program type BINP
    program/method RM06IBI0
    but the fields must be sequentially written in the txt, with every space inclusive....

  • FI Memo records - BAPI for manual delete

    Hi everybody!
    I need to delete Cash Management Memo Records manually. Does anybody know a t-code (not FF6B please) or a BAPI for doing it?
    Thanks & kind regards,
    M.

    [Finding Information in the BAPI Browser|http://help.sap.com/saphelp_46c/helpdata/en/94/a17818aeef11d2ad51080009b0fb56/content.htm]

  • Bapi for create transfer requirement   - LB01

    Dear friends:
       Is there BAPI to create transfer requirement?
       Thanks!
       Regards
       Samuel

    hi
    good
    try this
    BAPI_FIXEDASSET_OVRTAKE_CREATE BAPI for Legacy Data Transfer                                            
    BAPI_INTERNALORDER_CREATE      Create Internal Order From Transferred Data                              
    BAPI_PDTRANSCO_CHECKACTINPUT   Plan data transfer: Check activity input                                 
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    thanks
    mrutyun^

  • Bapi for create transfer requirement

    hi!
    i am looking for bapi to create transfer requirement?
    thanks
    regards
    yifat

    Hi,
      There is a function module for this:
    FORM create_tr USING p_l_squit
                   CHANGING p_subrc
                            p_tanum.
    *clear the variable which will store transfer order numner
    CLEAR p_tanum.
      CALL FUNCTION 'L_TO_CREATE_TR'
        EXPORTING
          i_lgnum                        = ltbk-lgnum
          i_tbnum                        = ltbk-tbnum
          i_squit                        = p_l_squit
          i_tbeli                        = p_l_squit
          i_bname                        = sy-uname
          i_commit_work                  = c_x
        IMPORTING
          e_tanum                        = p_tanum
        EXCEPTIONS
          foreign_lock                   = 1
          qm_relevant                    = 2
          tr_completed                   = 3
          xfeld_wrong                    = 4
          ldest_wrong                    = 5
          drukz_wrong                    = 6
          tr_wrong                       = 7
          squit_forbidden                = 8
          no_to_created                  = 9
          update_without_commit          = 10
          no_authority                   = 11
          preallocated_stock             = 12
          partial_transfer_req_forbidden = 13
          error_message                  = 99
          OTHERS                         = 14.
    Assign sy-subrc
      p_subrc = sy-subrc.
    ENDFORM.
    regards
    Aveek

  • BAPI/BADI/FM for condition deletion (MEK2/VK12)

    Does any guy know any BAPI/BADI/FM to DELETE purchase/sales condition record as T-code MEK2/VK12?

    Hi Leo ,
    u cannt delete any Condition Record , but what u can do is " U can tick the Condition item record for deletion ".
    to do so :
    1.U have to get the Access Seq of that Condition , and get the condition number of that ConditionItem  i.e check tables like A0*.
    2.Then u have to make use of FM
    SD_SALES_CONDITION_MAINTAIN
    Regards
    Prabhu

  • User Exit/BADI/BAPI for ME51n

    Hi Experts,
           My requirement is somewhat like this: I need to capture all the EBAN and EBKN data for a NEW PR created. Could you please tell me which User Exit or BADI or BAPI can be used to capture the details AFTER the SAVE button is pressed in ME51N (Create PR)? Most probably it should one of the last ones called just before insertion into the database??!!
    Thanks a lot in advance. Your input would be of great help.
    Amrita.

    Hi
    For PR creation ME51N will call BAPI_PR_CREATE.
    For more information, refer to the interface documentation: IF_EX_ME_BAPI_PR_CREATE_02
    Standard settings
    The BAdI can be used multiple times.
    There is no default implementation.
    Information about the implementation of BAdIs in the context of the Enhancement Concept is available in the SAP Library for SAP NetWeaver under BAdIs - Implementation.
    Example
    The class CL_EXM_IM_ME_BAPI_PR_CUST is available for an example implementation

  • Can any one suggest me a function module or BAPI for the below requirement.

    Hi all,
    I have a requirement in which i need to send an IDoc for each item of  the delivery document linked to the shipment document.
    previously i have called the function module in a BADI, but now the requirement has changed.No BADI or USEREXIT has to be used.Instead i need to create a custom program and call the function module in a form in the program.My doubt is how can i get the tables needed in the function module from the program? previously i got the tables as online parameters in the BADI.
    the function module will be trigerred at the time of saving of the document.
    I understand that i need to pass the tables in the program, but is there any way (function module or a BAPI) that can be used to directly get the data of the BADI?
    please help me as soon as possible.

    hi,
    my transaction is VL02N change outbound delivery.

  • Bapi for the deletion of Automatic blocking indicator for open vendor

    Hi All,
    At the time of Downpayment of vendor Automatic block indicator is set in vendor payment .
    Is there any Bapi is available which can delete the payment block key for the all vendor (open item ) with document type 'KZ'- vendor payment at the time of Actual payment.
    thanks in advance.

    Hi
    Please search in BAPI transaction.
    Regards
    Sagar

  • User Exit, Badi, BApi for MD01

    Hi,
    I got a requirement for running MRP at PLANT LEVEL. I have developed an userexit such that when its triggered it will
    consider only HALB and FERT Materials and not for ROH ( ie Pur.Req will not be generated ) and in the same way my
    client want the next userexit such that while running the MRP it should consider only ROH ( ie Pur.Req should be
    generated ) and  Planned Order for HALB and Fert should not generated.  I couldn't do this requirement in userexit
    without exploding the BOM .( I feel only if we explode the BOM PR will be generated, but my client don't want planned
    order generated for HALB and FERT materials )  ( i cannot use md02) Can anyone tel me the logic or the Method
    possible to meet this requirement.

    I need to implement the same for ROH type of object
    Can u tell me how to do this...

Maybe you are looking for

  • Convert table linked report into a Command version - Howto?

    How can I convert hundreds of reports from table linked into a Command version? One way to do is to take the SQL syntax off the report, add a Command with that Syntax and manually replace the database fields by the Command fields. I can not believe t

  • What SQL Server Agent jobs are currently running and for how long

    Is there a way to tell what SQL Server Agent jobs are currently running and for how long?  View history isn't working in my case because it's only showing completed jobs.  John Schroeder

  • XML - Header - Lines Report

    Hi, I have created Template for AR Invoice. There are two parameters to the 1. AR Invoice Number 2. Sales Order Number. for AR invoice report is working fine. for Sales Order, the issue as follows.  I have 2 AR Invoices created of a Sales order. I ca

  • Cisco ASA HA Setup in ACTIVE - ACTIVE State

    I have two ASA 5540s, with 8.4.(2).8 installed in a HA setup , they lost synchronisation last week, and now are both in ACTIVE mode. I have a PRIMARY/ACTIVE and a SECONDARY/ACTIVE. Is there any procedure to get back to PRIMARY/ACTIVE and SECONDARY/ST

  • Illustrator CS3 Save as Postscript Issue

    Utilizing Illustrator CS3 on Mac OSX Tiger - Unable to output Postscript file. Getting the following error message: "The Save as PDF and Save PDF as PostScript options in the Printer dialog are not supported." However, we are able to output Postscrip