Delete & Automate deletion of Error Stack

HI Experts,
is there a way to automate the deletion of the errorstack?
i.e. in process chain?
another question is: is the table of the error stack a PSA table?
thanks,
BR,
Younes

Hi Younes,
In the below way also u can find the PSA Table names...
PSA Table dynamically forms, there will be no fixed name. for every data target the PSA differs...so
goto SE11.... in the TABLE : B00*.and search(cause PSA name forms starting with B00)...it opens a screen in which you select new search button,,,
in the pop up options...enter search term as B00*
in the below row give.... your info cube name...
means you are searching psa name based on your infocube(or any data target)...then note down the name....in the same way do it for all PSA's.
then goto SE14...here basically you can delete any table... give the PSA table name, and execute, in the next screen...select radio buttons..
. Delete table
and click. Delete and Adjust database table.
Then the PSA table will be deleted...
please choose the easiest of all theose i have sent.
hope this helps you,
Regards,
Ranjith

Similar Messages

  • How to delete the error stack in process chain?

    Hi all,
    we just want to do the following:
    - we are loading in FULL daily to our datatarget (data is versionized by 0calday)
    - we want to use the error-stack in order to analyze wrong data
    --> but we now encounter the problem that, if data has once been added to the error stack and has not been handled yet, all data from the next daily load will be sorted out as records with this key do already exist in the error-stack. But that's exactly what we want to avoid.
    with other words: how can we delete the records in the error stack by a report by e.g. using this in a process chain?
    Thanks in advance,
    Best regards,
    bivision
    Edited by: bivision2009 on Jul 6, 2010 12:25 PM

    Dbl click that DTP.... From menu... Extras -> Setting for Error Stack
    Here U can see error stack table name /BIC/B0001234000.
    Using SE38, create simple program "Delete from /BIC/B0001234000"
    In the process chain, add process type "ABAP Program" to add above deletion statement.

  • How to delete the error stack?

    Hi guys
    we just have a simple problem but cannot find the answer:
    We are working with error handling on our transformations / dtp requests.
    There are as well error dtps for coping with the errors produced.
    However, there is often the case that there are records which can not be corrected.
    Therefore, we would like to delete the remaining content in the errorstack.
    Unfortunately, we couldn't find any standard report so far for doing this.
    So how is this possible?
    Thanks & regards
    bivision

    Hi bi vision,
    Create ABAP program and include it in your process chain.
    Logic is as follows:
    1) Create a Program variant.
    2) Save the variant with all your DTP Technical names.
    3) write a program.
    4)   SELECT odsname_tech userapp userobj FROM rstsods
                       INTO TABLE lt_rstsods
                       WHERE userobj IN s_dtp
                       AND userapp = 'ERRORSTACK'.
      IF lt_rstsods IS NOT INITIAL.
        SORT lt_rstsods.
        SELECT requid dtp FROM rsbkrequest
                          INTO TABLE lt_rsbkreq
                          WHERE dtp IN s_dtp.
        IF lt_rsbkreq IS NOT INITIAL.
          SORT lt_rsbkreq BY requid DESCENDING.
          SELECT requid sid FROM /bi0/srequid INTO TABLE lt_srequid
                            FOR ALL ENTRIES IN lt_rsbkreq
                            WHERE sid = lt_rsbkreq-requid.
          IF lt_srequid IS NOT INITIAL.
            SORT lt_srequid BY sid DESCENDING.
          ENDIF.
        ENDIF.
      ENDIF.
    5)   LOOP AT lt_rstsods INTO ls_rstsods.
        lv_errtab = ls_rstsods-odsname_tech.
        READ TABLE lt_rsbkreq INTO ls_rsbkreq WITH KEY
                   dtp = ls_rstsods-userobj BINARY SEARCH.
        IF sy-subrc = 0.
          lv_requid = ls_rsbkreq-requid.
          READ TABLE lt_srequid INTO ls_srequid WITH KEY
                        sid = lv_requid.
          IF sy-subrc = 0.
            lv_treqid = ls_srequid-requid.
            DELETE FROM (lv_errtab) WHERE request NE lv_treqid.
            if sy-subrc = 0.
              MESSAGE text-005 TYPE 'S'.
            else.
              MESSAGE text-006 TYPE 'S'.
            endif.
          ELSE.
            lv_treqid = ''.
          ENDIF.
        ELSE.
          lv_requid = ''.
        ENDIF.
        CLEAR: lv_errtab, lv_requid, lv_treqid.
      ENDLOOP.
    Hope this will help you.  The same has implemented in our project and it is working fine.
    Regards,
    Krishna Chaitanya

  • How do I clear or delete the DTP ERROR STACK..?

    HI Experts
    I have a number of records written to a DTP Error Stack for a Master Data load. Subsequent executions of the DTP result in further records being written to the stack if they have the same semantic key (even if they are not in error).
    I know I can execute an Error DTP to clear the stack.
    But is there any way to clear the stack rather than running the Error DTP? I don't want the records in error to be processed through to the InfoObject. I only want the subsequent records to go through, without going into the error stack.
    tony

    Hi Tony,
    you have to remove the request from the target to delete the records from the error stack. If you don't want to reprocess them, try to avoid moving them to the error stack. One way is to skip the records without creating a monitor entry, so the system doesn't recognize the error and it's not shifted to the error stack, the other one is to delete the record from the source or result package throug a routine.
    Single Record deletion iin the error-stack is not possible. For further information read this thread:
    Delete & Automate deletion of Error Stack
    Regards Michael
    Edited by: Michael Seifert on Nov 20, 2008 4:04 PM

  • IOS 7 Iphone 5s  how to recover text messages that were deleted in error. MMS IMMS ICoud Backed UP

    Is there any way possible to recover Imessage from the Iphone 5s that was deleted in error?  Does the Icoud back up and save text messages?  I have been looking for hours to no avail.  These messages are very important to me...

    First of all, it is possible to recover iMessage from the iPhone 5s. If you have turned on "iCloud Backup" before, all messages would be synced to the cloud automatically. You can follow the official guide for more details:
    Back up and restore your iPhone, iPad, or iPod touch using iCloud or iTunes - Apple Support
    Or you can restore data from the latest iTunes backup to your iPhone, maybe the texts that you want are there

  • How to delete the error message in Adapter?

    I got one error record stuck in destination JDBC adapter. Is it possible for me to delete the error record?

    Hi Elliot,
    SXMB_ADM
    Integration Engine Configuration
    Specific Configuration
    Category: DELETION
    Parameters: PERSIST_DURATION, PERSIST_DURATION_ERROR
    Subparameters: SYNC, ASYNC
    Change "Current Value".
    and execute your delete job again!
    Regards,
    Udo

  • I accidentally deleted the download stack, but managed to get it back. How can I change back to stack view?

    I accidentally deleted the download stack, but managed to get it back. How can I change back to stack view?

    Right-click on the folder icon on the dock where you put it. Change it from 'Display As: Folder' to 'Display As: Stack'.
    After that you'll be all set.

  • My iPad2 Apple logo (the blue box with a capital A) was deleted in error. I would like to know how to replace it or get it back.  Thanks so much . . .

    My iPad2 Apple logo (the blue box with a capital A) was deleted in error. I would like to know how to replace it or get it back.  Thanks so much . . .

    Do you mean the App Store app on your iPad ? If you do then it can't be deleted, but you might have hidden it via Settings > General > Restrictions > Installing Apps 'off' - if that is 'off' then turn it back 'on' and the app should show on one of your iPad's home screens again

  • HT1414 I used to have 'sky at night' app but it got deleted in error, now when I try to download the app I get 'this app is incompatible with this phone' ' this app requires a gyroscope'...why ? whats changed ? how do I resolve the issue ?  thanks CB

    I used to have 'sky at night' app but it got deleted in error, now when I try to download the app I get 'this app is incompatible with this phone' ' this app requires a gyroscope'...why ? whats changed ? how do I resolve the issue ?  thanks CB

    I used to have 'sky at night' app but it got deleted in error, now when I try to download the app I get 'this app is incompatible with this phone' ' this app requires a gyroscope'...why ? whats changed ? how do I resolve the issue ?  thanks CB

  • Adobe Pro delete pages error. One or more pages are in use and could not be deleted.

    Adobe Pro delete pages error. One or more pages are in use and could not be deleted.
    Hi, can anyone assit. I am compiling a pdf by inserting several documents and am unable to delete specific pages. I have used this function on a previous Adobe Pro version but have a problem editing.

    I use this feature once a month to extract / delete some 200 pages from an 800 page file. I found the release notes for 10.1.4 stated that this issue was fixed. I updated my Acrobat to the 10.1.4 release and i was still having the problem. I finally fixed it by disabling the Win XP compatability feature that i had enabled in the properties of the Acrobat executable. I had enabled this feature a couple of months ago as a fix to this specific problem, now it's not necessary.
    Environ: Win 7 32-bit and Acrobat X, 10.1.4.

  • Adobe Reader 9.5.3 error code of 1635.  How can I delet the error?

    I have Adobe Reader 9.5.3 that gives me an error code of 1635.  This error occured after downloading an adobe up-grade and then deleting the up-grade.  Prior to the up-grade printing an other functions wer ok.  How can I delete the error?

    I have found this, that may be helpful:
    Try using the Microsoft Fix it wizard, available at http://support.microsoft.com/kb/971187. The wizard updates the Windows registry so that you can usually uninstall previous versions of the program, or install or update the current version successfully.
    Disclaimer: Adobe does not support third-party software and provides this information as a courtesy only.

  • How to delete standard error message

    Hello,
    We have a requirement to create new charge credit instance ( BO FOPXD_TAXRPENT ). When an instance of New charge credit is created , an instance of the DO FOPXF_EXER is created which in turn creates an instance of DO Coding block item.
    When this instance of coding block is created the BO creates an error message "G/L account missing ". (Message class: /ISCB/CB_CHECK Mesage number:004)
    The call to the DO Coding block is made by the determination class CL_FOP_D_TAXRPENT_CRE_EXRCEXPL of BO FOPXD_TAXRPENT after this error message is added to the message handler the control returns to the above mentioned class.
    As per our requirement, we need to delete this error message from the message handler in the BO FOPXD_TAXRPENT in class CL_FOP_D_TAXRPENT_CRE_EXRCEXPL.
    Please suggest possible ways to access the error message and delete the same from the message handler in this class.
    Thanks,
    Subhankari

    Dear Subhankari,
    I would suggest the following options.
    1. Either you create a overwrite exit for the method in which error message is processed. Write only the code which is required for you in overwrite exit. or
    2. Create Implicit enhancement to clear the ET_MESSAGES internal table or
    Check any of the above options whichever is convenient to you.
    Thanks,
    Bharath.K

  • PRE-DELETE TRIGGER ERROR

    I am debugging a program written by Developer/2000 forms 4.5
    I use 3 to 4 base tables and they all have parent/child relatioship.
    When i try to delete one of them , the error is : pre-delete trigger error.
    any idea ?

    Hi, Lesley
    Beware:
    your form_success test is not working.
    The form_success, form_failure and form_fatal functions should only be used to test the outcome of Forms Built-ins.
    If you want to test the result of DELETE statements, try:
    DELETE FROM TABLE
    WHERE CONDITION;
    IF SQL%FOUND THEN
    MESSAGE('Some rows were deleted');
    ELSE
    MESSAGE('No rows were deleted');
    END IF;You can also use SQL%ROWCOUNT to know how many rows were deleted.
    Hope this helps,

  • Unable to delete the error out record in Pending transactionsinterface form

    Hi Team,
    Help me having this issue....
    "Unable to delete the error out record in Pending transactions interface form".
    Version:11.5.10.2
    Regards,
    Arul

    Can you please give a more elaborate context?
    What application, responsibility and form, how are you trying to delete from the interface table, from front-end or via API?
    Thanks
    JD

  • Master detail form - Cascade Delete gives error

    I am using 3.0.9.8.2 and have made a master detail form which works fine except for cascade delete. Insert and update works well, but I have to delete the child rows first to be able to delete the parent.
    "Cascade Delete Detail Rows on Master Delete" is checked.
    Error situation 1 (where the master just has one child row (number of detail rows to be displayed = 2)):
    When trying master action=delete I get:
    Error: No conversion performed for type INTEGER, value . (WWC-49102)
    This happens whatever is chosen from the detail action drop down list during the attempted delete.
    Error situation 2 (where the master has two child rows (number of detail rows to be displayed = 2)):
    When trying master action=delete I get:
    Error: An unexpected error occurred: ORA-02292: integrity constraint (MILLS_PORTAL.TEX_ACCOUNTS_FK) violated - child record found (WWV-16016)
    This also happens whatever is chosen from the detail action drop down list.

    Sorry to say, but this is a bug which will get fixed in the forth coming releases.
    Till then, there are 2 ways to avoid this problem:-
    1> The change the foreign key in the detail table to have an ON DELETE CASCADE clause.
    2> (Though not desirable, but still as a workaround)- Drop the foreign key constraint from the detail table.

Maybe you are looking for

  • To find exit for the transaction VF02?

    Hi Experts, I need help for this enhancement. 1.     In case of Company Code - 2200                                              During VF02 (Billing document flow to accounting) :  VBPA - PARVW                     value for "ZC" shall be filled in B

  • Mapping error : BaseRuntimeException / Fatal

    Hi XI experts, I'm working on a very very simple File to File Scenario SAP XI 3.0 (SP16). When using a simple SAP XI graphical mapping i'd create, i get fatal error : com/sap/xi/tf/_ZEBE_FILE1_TO_INVERT_FILE1_ a com.sap.aii.utilxi.misc.api.BaseRuntim

  • SBO 2005 SP1

    I have SBO 2005 A on my computer. I have just downloaded SBO 2005 SP1. What are the differences between SBO 2005 and SBO 2005 SP1?

  • Download Elements 12 Trial Problems

    I tried to download adobe trial last Friday and today... I got same result... Dat4.cab is missing? How can I download correctly? Is it really broken or there is a problem with my downloading? How can I fix problem and download soon?

  • PO Matching Level change to 2-WAY depending on the PO Price

    Hi we have a requirement to change the PO Matching level depending on the Total price of the PO. Suppose if the PO total price is less than 5000$ we need to set the PO matching level to 2-WAY and for all other PO's the matchig level should be 3-WAY.