2016 Mar 31 9:19 AM
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.
2016 Mar 31 9:31 AM
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.
2016 Mar 31 9:39 AM
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.
2016 Mar 31 9:45 AM
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
2016 Mar 31 10:17 AM
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
2016 Mar 31 10:15 AM
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