Error
stack of DTP is function that is very useful in scenarios where data is not coming
in proper format. While using it erroneous records are filtered out and only those
which are correct are uploaded into data target. Later on BW administrator can correct
the erroneous records and upload it too.
Below
there is the error stack req ID 2.115.361 as depicted in DTP’s maintenance screen:
Now imagine that this error
stack req is snot needed any more. We can also see it via ABAP report RSB_ANALYZE_ERRORLOG.
The report provides a list of all available error stacks request in the system
while analyzing contents of error tables:
To
delete the error stack data of particular request we can use ABAP report: RSBM_ERRORLOG_DELETE
while specifying particular DTP’s ID and ticking off “Delete Log” check box:
This is how output of RSBM_ERRORLOG_DELETE
report looks like. After that the error stack req is not visible from RSB_ANALYZE_ERRORLOG
either in t-code RSA1.
More information:
1095924 -
Correction: Deletion/analyis report for error handling logs
No comments:
Post a Comment