cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP dump while deleting data from cube and DSO.

Former Member
0 Kudos

Hello all,

I am getting ABAp dump when I am trying to delete data from cube or DSO, even on the manage screen when I am trying to click on monitor icon to see the request it is giving me a dump. It happens only with 2 infocubes and 2 dso's. Rest all are working fine.

The following syntax error occurred in program "GP421K4FT6JJ3JHVMZS8FS8ZTAT " in include "GP421K4FT6JJ3JHVMZS8FS8ZTAT " in

line 274: "The type "/BIC/B0001374000" is unknown."

Module name: RSS_PROGRAM_LOADCHECK

Can someone throw some light on whats happening?

Thanks,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Is it the DTP request you are trying to delete??

Chetan

@CP..

Former Member
0 Kudos

Hi,

"The type "/BIC/B0001374000" is unknown."

The above line leading me to say the problem is with either PSA table or ODS Change LOG Table.

So Try to Activate the ODS and TS.

With rgds,

Anil Kumar Sharma .P

Former Member
0 Kudos

Hello all,

Thanks for the replies.

Yes I am trying to do a delete the request coming to DSO and also the request in the cube that DSO is forwarding. When i in manage screen of DSO and click on the small monitor screen the status bar show " Compiling GP421K4FT6JJ3JHVMZS8FS8ZTAT in separte task and thats it after that Program termintaed andit gives me the dump.

I am getting same dump while deleting request from DTP, while clicking and opening the monitor screen, while right mouse click and "delete data".

I ran the Program GP421L59ORGEA0W7NI0SHJ96BYT in se38 and checked it and it gives me red light saying same thing The type "/BIC/B0001374000" is unknown."

This is the piece of code where the cursor is set if that helps:

==== Segment 0001 ====

DATA: l_s_data_0001 TYPE t_s_data_0001.

DATA: l_s_psa_0001 TYPE /BIC/B0001374000.

DATA: l_t_psa_0001 TYPE /BIC/WB0001374000.

  • ---- Preparations ----

CALL METHOD cl_rsar_psa_api=>factory

EXPORTING

i_psaname = '/BIC/B0001374'

i_request = l_request

IMPORTING

r_cl_rsar_psa_api = l_r_psa

EXCEPTIONS

parameter_error = 1

OTHERS = 2.

IF sy-subrc <> 0.

CALL FUNCTION 'RS_SYMESSAGE_TO_EXCEPTION'

EXPORTING

i_exception = 'CX_RS_STEP_FAILED'

Thanks for your help,

Kiran

Former Member
0 Kudos

K K K K Kiran,

If you have ventured with all the options including RSRV ,activating and checking

OSS note -945944 P9: DSO: DTP requests delete dumps with message type x000.

Better log an customer message to SAP.

Hope it Helps

Chetan

@CP..

Former Member
0 Kudos

Thanks Chetan

I was thinking about the same thing to log a ticket with SAP.

Thanks,

Kiran

Former Member
0 Kudos

Welcome

Do revert back with the solution ,once found.

Chetan

@CP..

Answers (4)

Answers (4)

Former Member
0 Kudos

I solved this kind of problem as follows

RSA1 -> Select the InfoCube errer occurred -> ( Click right side button of mouse) Choose "Manage" -> On the top menue select "Environment" -> Select "Complete Check of Request ID" -> Select "Complete availability cheIck of all request IDs in the InfoCube" and Click "Continue"

After this continuous action the Request that error occurred will be deleted automatically

Liahon (mansaok23@empal.com)

Former Member
0 Kudos

Hi

I have exactly the same problem. The DTP itself doesn't exist anymore, but there is still a program "Errorhandlung" for the missing DTP. It seems as this program wasn't deleted correctly.

And now, if we want to delete data or going into monitor, the transaction dumps

with:

Fehler im ABAP-Anwendungsprogramm.

Das laufende ABAP-Programm "SAPLRSSG" mußte abgebrochen werden, da es auf

eine Anweisung gestoßen ist, die leider nicht ausgeführt werden kann.

Im Programm "GP4591C1T1X6G5NGQ5CTLILMRSS " ist im Include

"GP4591C1T1X6G5NGQ5CTLILMRSS " in Zeile 262

der folgende Syntaxfehler aufgetreten:

"Der Typ "/BIC/B0001327000" ist unbekannt."

The tip of BW_BW did not help us.

Does anybody have an idea how to solve this issue?

Thx

Roger

Former Member
0 Kudos

Hi Kiran.

I have same problem with you.

Now do you have the solution about abap dump when you're deleting data in cube?

If you have, let me know please!!

Thanks a lot

Former Member
0 Kudos

Hi,

You might want to ask your Basis colleague to run a check on this object. Otherwise run RSRV to check the cubes etc to ensure integrity. This type seemed to be pertaining to some temp object if I am not wrong.

Cheers,

Gim

Former Member
0 Kudos

Kiran,

Looks more technical than functional issue ,appreciate further detailed error message with error number for analysis.

Hope it Helps

Chetan

@CP..