‎2009 May 23 3:34 AM
Hi experts,
I am basis engineer and I noticed one job fails in only one particular app server with ABAP dump.
ABAP runime errors: SYNTAX_ERROR
but the same job run well on other application servers.
When i check the dump it say
-
What happened?
The following syntax error occurred in the program SAPLYBBP" include report "lybbpu16" not found
Please help?
Thanks
Vijay
‎2009 May 23 4:12 AM
Hi,
Goto SE38 and check whether the include lybbpu16 exists. If it does check whether it is Activated. Take a help of an abaper.
Regards
Karthik D
‎2009 May 23 4:40 AM
Hi Vijay,
It is clear from the SAP Dump that, the include "lybbpu16" is missing.
Please try to include this also on your Application Server.
The Syntax Error, definitely will not occur again.
Rgds,
Ramani N
‎2009 May 23 5:39 AM
But why do you think this dump is not coming on other application servers?
thanks
Vijay
‎2009 May 23 6:40 AM
>
> But why do you think this dump is not coming on other application servers?
> thanks
> Vijay
May be active versions of the programs are not transported properly. And i think there is no harm in checking out the above suggestions.
Regards
Karthik D
‎2009 May 23 8:58 AM
Hi Vijay,
Please check for the existence of the include "lybbpu16" in Other Server and the current server where you get error.
As per the Dump given by the SAP, it is clear that, the above include is existing in other server and not in the current one.
Please investigate.
Thanks and regards,
Ramani N
‎2009 May 23 9:33 AM
>
> But why do you think this dump is not coming on other application servers?
> thanks
> Vijay
Because the include exists and is active on the other app servers. Just not on this one.
‎2009 May 25 5:53 AM
The "lybbpu16" does not exist on any app server when i check from SE38.
but this is avilable from calling system.
Called system is XX1
Calling system is XX2, lybbpu16 is existing on XX2 but the dump is created on XX1 with SYNTAX_ERROR and dump created on XX2 with CALL_FUNCTION_REMOTE_ERROR with
"Syntax error in program SAPLYBBP
Thanks
Vijay