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

MB51 Standard Report Giving Dump/Runtime Error

asviamolchavan
Discoverer
0 Likes
1,810

Hello All

i am facing problem to correct the standard MB51 Report.

Before mine someone has copied MB51 report and make it as a ZMB51 For the Requirement.

Now the ZMB51 is working Fine but when i try to open MB51 Report It gives me Run time Error Dump.

Please Advice me how can i correct my standard report,

Thanks in Advance.

Hello All

i am facing problem to correct the standard MB51 Report.

Before mine someone has copied MB51 report and make it as a ZMB51 For the Requirement.

Now the ZMB51 is working Fine but when i try to open MB51 Report It gives me Run time Error Dump.

Please Advice me how can i correct my standard report,

Thanks in Advance.

5 REPLIES 5
Read only

former_member196331
Active Contributor
0 Likes
1,477

hI,

Dump means something it will tells us. Where and What is the problem.

Just scroll down Run the T-code St22  It will show u the Dumps.

Run it And Check it. And find out

<<<<<<<<<< this symbol indicates from which lines Error is giving.

Read only

0 Likes
1,477

got it my dear i went there also but nothing is resolved.

  Error in the ABAP Application Program

  The current ABAP program "????????????????????????????????????????" had to be

   terminated because it has

  come across a statement that unfortunately cannot be executed.

  The following syntax error occurred in program "RM07DOCS " in include

   "ZMB51_TRANSPORTER_ADD=========E " in

  line 11:

  "The data object "<T_ITAB>" does not have a component called "ZINP1"."

  " "

  " "

  " "

  The include has been created and last changed by:

  Created by: "ABAPDEV "

  Last changed by: "ABAPDEV "

  Error in the ABAP Application Program

  The current ABAP program "????????????????????????????????????????" had to be

   terminated because it has

  come across a statement that unfortunately cannot be executed.

and when i check this include i didnt found this field.

Read only

0 Likes
1,477

hi.

  The following syntax error occurred in program "RM07DOCS " in include

   "ZMB51_TRANSPORTER_ADD=========E " in

  line 11:

  "The data object "<T_ITAB>" does not have a component called "ZINP1"."

   What is the meaning of above one.

   What is <T_ITAB> In the program  RM07DOCS

   What is the meaning of does not have a component called "ZINP1"."

   May be somebody has user Assigning component.

   What is ZMB51_TRANSPORTER_ADD. May be this is the Enhancement point

Read only

0 Likes
1,477

Hi,

Go to the particular include in dump analysis screen and find out what is T_ITAB, whether its internal table or what ever, then check its declaration types, once you find the declaration types, then check whether the component ZINP1 is in there or not.

Compare the both standard declaration types component to custom one.

The dump is coming because the component ZINP1 is not there.

Regards,

Syed

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,477

Before mine someone has copied MB51 report and make it as a ZMB51 For the Requirement.

Someway the "someone" modified some standard include without caring of other reports that use it.

(Look at the call stack in the dump)

Some check must be added in this include (method?) to prevent the dump (different internal table structure)

Regards,

Raymond