cancel
Showing results for 
Search instead for 
Did you mean: 

RSA3 not Running.

Former Member
0 Kudos

I am curently working on BI 7.0. I am facing following error in Source system when trying to execute Trans RSA3 with any Datasource.

<b>Runtime Errors SYNTAX_ERROR

Short text

Syntax error in program "SAPLXRSA ".

What happened?

Error in the ABAP Application Program

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

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "SAPLXRSA " in include "ZXRSAU01".</b>

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Amit,

Check the datasource which you are executing in RSA3.There is an error in some include.If you have done any append structures or enhancements to that data sources then check for them.Its problem in datasource.

Regards

Karthik

Former Member
0 Kudos

I am facing these error with all datasources (trans and master).

Also along with dump screen, it dispays a message in message bar :

<b>Customer Enhancement EXIT_SAPLRSAP_001 with xxx records</b>.

I checked in Trans CMOD for enhancement EXIT_SAPLRSAP_001 and found it to be Active and Implemented.

Please help.

Former Member
0 Kudos

Check the syntax on the User Exit & try re-generating the program(Use option available in SE38).

Former Member
0 Kudos

I deactivated the component Enhancement and RSA3 started working.

Answers (1)

Answers (1)

Former Member
0 Kudos

Check the ''syntax'' of user exit code.Try to debug the code, possibly runtime error may occur.

Using tcode ST22 you can analyse the reason of short dump.

Put breakpoint in include program ZXRSAU01,rerun the through RSA3, you can find out reason

Regards,

Saran