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

ABAP /4 processor: SYNTAX_ERROR

Former Member
0 Likes
890

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

7 REPLIES 7
Read only

Former Member
0 Likes
836

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

Read only

former_member229729
Active Participant
0 Likes
836

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

Read only

0 Likes
836

But why do you think this dump is not coming on other application servers?

thanks

Vijay

Read only

0 Likes
836

>

> 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

Read only

0 Likes
836

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

Read only

0 Likes
836

>

> 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.

Read only

0 Likes
836

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