cancel
Showing results for 
Search instead for 
Did you mean: 

NSP NW2004s ABAP

Former Member
0 Kudos

Hi,

I installed successfully the NSP NW2004s ABAP and the SAPGUI with Patch-level 18 on my laptop. When I try to run SE80 or SE11 and so on, but I get always the following short dump:

Short text

SQL error "-602" occurred when accessing program "SAPLDSYA " part "LOAD".

How to correct the error

Database error text........: "POS(0) System error: BD Bad file"

Triggering SQL statement...: "SAPLDSYA "

Internal call code.........: "[REPO/*/OPBR/LOAD/SAPLDSYA ]"

Please check the entries in the system log (Transaction SM21).

If the error occurs in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"DBIF_REPO_SQL_ERROR" " "

"RSDBRUNT" or "RSDBRUNT"

"FILL_EXCL_TAB" ……………………………

Information on where terminated

Termination occurred in the ABAP program "RSDBRUNT" - in "FILL_EXCL_TAB".

The main program was "SAPMSEU0 ".

In the source code you have the termination point in line 5658

of the (Include) program "RSDBRUNT".

Source Code Extract

Line SourceCde

5628 ENDIF.

5629

5630 IF L_SUBRC NE 0.

5631 SET PF-STATUS P_PFKEY OF PROGRAM CURRENT_SCR-GUI_PROG

5631 SET PF-STATUS P_PFKEY OF PROGRAM CURRENT_SCR-GUI_PROG

5632 EXCLUDING CURRENT_SCR-EXCL.

5633 ENDIF.

5634

5635 ENDFORM. " SET_GUI_STATUS

5636 * Liefert Inhalte der dynamischen Drucktastentexte zurück,

5637 * z.Zt. nur SSCRTEXTS-DYNSEL

5638 FORM GET_DYNAMIC_KEY_TEXTS CHANGING P_DYNSEL.

5639 P_DYNSEL = EQ SPACE.

5673 ADD 1 TO L_OFFSET.

What happened? I couldn’t go on with the NSP NW2004s ABAP.

Could someone help me?

Thanks

Yun Ding

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Also you can check dispatcher traces (/usr/sap/<SID>/<DV*>/work) or/and database logs,

One more thing to try is to run SGEN (if you can run this transaction of course)

Regards,

Mike

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Interesting, well first you could try to find out what table it is having a problem with, check SM21(if you can). If you can find the table, try to adjust it using SE14(if you can). Last, try to reinstall the system.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi,

The system (NSP) works now well on my laptop after reinstall.

Now I want to install the Demo package from SAP course NET310 for ABAP Web Dynpro on this system. How can I do it ? Could you help me ?

Best Regards

Yun