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

Syntax error in program "SAPLRSA2"

sergio_cifuentes
Participant
0 Likes
705

Hi, the basis is installing the SP 87 for R3 3.1h, but it gets an error:

Syntax error in program "SAPLRSA2"

checking the program SAPLRSA2 says:

INCLUDE report "LRSA2U12" not found.

does anyone know why a sap program has this kind of errors?

or a note for fixing this problem?

thanks,

Sergio.

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
0 Likes
676

Hi,

that program corresponds to function group RSA2 and that include to function module RSA2_SERV_COMREL_SET. So I would check this function group if it has that function module. You can try to investigate why that function module is missing. Check for example version management for that function group for changes and so on.

Good luck

4 REPLIES 4
Read only

mvoros
Active Contributor
0 Likes
677

Hi,

that program corresponds to function group RSA2 and that include to function module RSA2_SERV_COMREL_SET. So I would check this function group if it has that function module. You can try to investigate why that function module is missing. Check for example version management for that function group for changes and so on.

Good luck

Read only

0 Likes
676

Thanks, i fix it by going to se37 and Utilities, Repair function group, Update Global Data

Because the function that was included in the RSA2 group no longer exist.

How can i see why this function no longer exists in this function group, how can i see his version management?

Read only

Sandra_Rossi
Active Contributor
0 Likes
676

In transaction SE37, just enter the function module name, stay on selection screen, and choose menu Utilities | Versions | Version management. It works even on deleted function modules.

Read only

0 Likes
676

Thanks,