Hi there,
I am wondering if somebody would be kind enough to give step-by-step instructions as how to delete three requests showing with "Red Symbol" in my Characteristic InfoObject (ZBKTXT1), under its "Texts Attribute" - TEXTS ZBKTXT1. Below is what I have done so far (ABAP Short Dump Error attached) :
1 - For all three requests, under "Requests" tab, for the push button, "Data Mart Status Of the Request", it says "Request Not Yet Updated With DataMart". Even then, when I go in there, select the request & hit "Delete", it takes me to the ABAP Debugger, and not sure what do to up there.. Since, I am thinking as "Request Not Yet Updated With DataMart" status is showing, I don't even have to go in there.
2 - For each request, I have selected the "Load Monitor" push button and went to the Monitor screen.
a - Up there, if I hit "Delete" in there, it opens up again the ABAP Debugger, and then gives me the "Short Error Dump" when I try to go out of the application.
b - For all of the requests, I even cannot goto the Header tab, when I am inside the monitor - it gives me again the "Short Error Dump".
c - I have checked, and cleared the "Error Stacks" from within the Monitor, for all the requests, since when now I hit it, it gives me message
"Request # is not available". I think at some point I might have deleted the "Error Stacks" for all the requests.
d - From the same screen (inside Monitor) for all the requests, when I hit the "Where-Used-List-For-Request" button, it comes up with another box, stating the "DTP Request: Where Used List". And, it has that particular request number, and when I select that "Request Number" and hit "Delete", it again comes up with "ABAP Debugger". Again not sure what to do up there.
e - From the same screen (inside Monitor) for all the requests, when I hit the "Manage DataSource", I come up with the message "Data Transfer Process DTP_ _ _ _ _ " does not exit - which is true since I have deleted the "Transformations" (and everything below that) both under my DataSource& InfoObject(ZBKTXT1), its "Texts Attribute" - TEXTS ZBKTXT1.
3- When I got to the "Contents" tab for this InfoObject (ZBKTXT1), under its "Texts Attribute" - TEXTS ZBKTXT1, I do see the following fields listed down there, but I don't get the option of "Edit" on this page.
InfoObject Name InfoObject
DS ZBSEG_DATASOURCE Enhancement ZBKTXT1
Language key 0LANGU
Short description 0TXTSH
Medium description 0TXTMD
4 - Being under the same tab (Contents), when I go and execute "Contents" push button, and run the report, I don't get any contents at all.
5 - Being under the same tab (Contents), when I goto the "Logs" push button, and on the next screen I choose "Delete Requests From InfoCube" and hit "Apply Changes", I come up with another box with those three requests saying under status :
Delete Request Finished successfully; No Errors found
6 - From the same screen, when I goto "Application Log" to "Analyse Application Log",
For Object : RSSM
Sub-Object : Mon - Monitor
External ID : DTPR_4W68ELOCA99ZF5IR99XSSFJ0I-DELET-ZBKTXT1$T*
and select the time restriction for this Analyse report, I come up with nothing.
Now, could anyone please tell me what else I need to do to delete "Those three requests" from my " InfoObject (ZBKTXT1), its "Texts Attribute" - TEXTS ZBKTXT1.
That's all I wanted to do, and start fresh - ETL.
Please help if you can. Appreciate if you guys give me step by step instructions.
Take care.
Shahid.
The ABAP Error Dump I got is listed below. Complete file is attached herewith this discussion.
The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not |
| caught in |
| procedure "DELETE_ERRORSTACK" "(METHOD)", nor was it propagated by a RAISING |
| clause. |
| Since the caller of the procedure could not have anticipated that the |
| exception would occur, the current program is terminated. |
| The reason for the exception is: |
| You attempted to use a 'NULL' object reference (points to 'nothing') |
| access a component (variable: "L_R_PSA"). |
| An object reference must point to an object (an instance of a class) |
| before it can be used to access components. |
| Either the reference was never set or it was set to 'NULL' using the |
| CLEAR statement.