Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

REPOLOAD - dump

Former Member
0 Likes
2,007

We always get a runtime error when we try to open table REPOLOAD via SE11, SE12 or SE16.

The error:

Error in the ABAP Application Program

The current ABAP program "SAPLSETB" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "/1BCDWB/DBREPOLOAD " in include

"/1BCDWB/DBREPOLOAD " in

line 1916:

"The databae view "REPOLOAD" is write-protected, so it cannot be change"

"d."

" "

" "

The include has been created and last changed by:

Created by: "SAP* "

Last changed by: "SAP* "

Error in the ABAP Application Program

The current ABAP program "SAPLSETB" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

.

How can this be solved?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,343

Note 432497 - SGEN: Access to load table D010LINF / REPOLOAD

https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=432497

6 REPLIES 6
Read only

Former Member
0 Likes
1,343

Hi Lieselot,

I just checked in my system and the same short dump occurs. It works fine for SE16N. Have you tried SE16N ?

I think we can search for some notes or raise a message with SAP for this issue.

Regards

Read only

0 Likes
1,343

the transaction SE16N does not exist in our system ( XI ).

Read only

Former Member
0 Likes
1,343

Hi:

There are 2 ways either by se11 -> table maintaince generator - generate the table maintainance and go in sm30 do your entries or by SE16N

Regards

Shashi

Read only

Former Member
0 Likes
1,344

Note 432497 - SGEN: Access to load table D010LINF / REPOLOAD

https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=432497

Read only

0 Likes
1,343

Dear Vivek,

I did almost what the note said, but it works now 🐵

Thank you for your help!

Kind regards,

Lieselot

Read only

former_member182114
Active Contributor
0 Likes
1,343

Hi,

When you run a query on SE16 for the first time for one table a report program will be generated and persisted on table REPOLOAD, what you are facing is a problem that you can't update and read it info.

You can use the standard view D010SINF, which points to REPOLOAD to see their data.

Regards, Fernando Da Ró