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 BD87 when process select

vijay_kumar134
Participant
0 Likes
1,065


Hi Friends,

Please guide the below systax error for the transaction BD87:

The current ABAP program "SAPLBD20" had to be terminated because it has come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "SAPLZMRMH " in include  "LMRMHF0A " in line 124: "Type "LCL_MRM_UTILITY" is unknown"
" "
" "
" "

Thanks in advance.

VJ.

1 ACCEPTED SOLUTION
Read only

vijay_kumar134
Participant
0 Likes
951

Hi Clemens,

Please find the SLIN screen for ref.

4 REPLIES 4
Read only

Clemenss
Active Contributor
0 Likes
951

Hi Vijay,

syntax error is in customer function group ZMRMH.

Probably class header LCL_MRM_UTILITY is not defined in TOP include.

Regards,

Clemens

Read only

vijay_kumar134
Participant
0 Likes
951

Hi Clemens,


Thanks for your response.

The above issue was happen when we are in patch update..

It was there in staging client only. i compared bothe the clients but not able to find.

Thanks in advance./
VJ.

Read only

vijay_kumar134
Participant
0 Likes
952

Hi Clemens,

Please find the SLIN screen for ref.

Read only

0 Likes
951

Hi Viji,

as I already said: The syntax error is in customer function group ZMRMH.

Probably class header LCL_MRM_UTILITY is not defined in TOP include.

This is a customer extension, user exit, badi, modification or such. Probably is has not been done as required and something got lost in the upgrade.

I can't see from here.

Regards

Clemens