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 Runtime Errors

Former Member
0 Likes
701

Dear All,

I am getting Runtime Error while accessing any of the Equipment related Transaction in Plant Maintenance.

The following details given in the Runtime Error.

ShrtText

Syntax error in program "SAPLITO0 ".

What happened?

Error in ABAP application program.

The current ABAP program "SAPMIEQ0" had to be terminated

statements could not be executed.

This is probably due to an error in the ABAP program.

In program "SAPLITO0 ", the following syntax error occur

in the Include "%_CAABRA " in line 8:

"Component called MANDT already exists . . . ."

Author and last person to change the Include are:

Author "SAP "

Last changed by "SAP "

Trigger Location of Runtime Error

Program SAPMIEQ0

Include MIEQ0F99

Row 1,545

Module type (FORM)

Module Name TST_ENTRY_TAB

Please guide me to solve this runtime error.

Thanks & Regards

Bala

1 REPLY 1
Read only

andreas_mann3
Active Contributor
0 Likes
365

check with se11 ANLU_USERFELDER and include CI_ANLU : is here the field "MANDT" ?

=> than it's duplicate because it's already defined in include v_anlaz

A.