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

Runtime error in standard report?

former_member210804
Active Participant
0 Likes
1,286

Hi friends,

I m getting run time error for infotype 185. and we didnt do any enhancements.

Guide me to solve this problem.

Best Regards,

Narasimha Rao Putturi

7 REPLIES 7
Read only

Former Member
0 Likes
1,244

hi,

it seems enhancement is there in your program.. LV_DEFAULT looks like a variable used inside the enhancement.. better check for the enhancement codes and check it out before you execute your program..

thanks,

Mathan R.

Read only

Former Member
0 Likes
1,244

Hi Narasimha,

In the above screen shot, it says LV_DEFAULT has already been declared. Can you do a global search for LV_DEFAULT in the include given and the program given and see where the variable is declared?

Maybe you correct accordingly.

Hope this helps!

Read only

0 Likes
1,244

Hi AN,

It is been declared in the following includes of MP018500.

but how to change the content since it is standard.

Best regards,

Narasimha.

Read only

0 Likes
1,244

Hi Narasimha,

As suggested by Mathan, there are enhancements implemented in this include.

Go into SE80. Select Program and below that give this name MP018500 and click on display. Check in the includes or within this program if there are any Custom includes or so. LV_DEFAULT has been declared in custom includes of this program. It is NOT standard!

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,244

Why didn't you look for OSS notes as this is a standard SAP program, you should have found Note 1728270 - Variable in MP018500 is Repeated Declared yourself - Read the Rules of Engagement.

Regards,

Raymond

Read only

0 Likes
1,244

Hi Raymond,

we have applied the note but it is not suitable for ECC 6.0 , EHP5 version.

kindly let me know proper solution for this.

Best Regards,

Narasimha.    

Read only

0 Likes
1,244

This note is for 605 but localized. Then raise an OSS message at http://service.sap.com/message. (As the note is fairly recent, june 2012)

Regards,

Raymond