‎2009 Jun 19 9:32 PM
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.
‎2009 Jun 20 3:36 AM
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
‎2009 Jun 20 3:36 AM
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
‎2009 Jun 20 5:09 PM
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?
‎2009 Jun 20 7:48 PM
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.
‎2009 Jun 20 10:31 PM