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

ME2M Report

Former Member
0 Likes
1,074

Hi !

I have been given a task of developing a new report which will be acopy of standard ME2M report with some additions in it. I just wanted to know as how do I start with, I can make a copy of it but the thing is the changes that I need to make and I have questions reegarding the same.If someone can help me out with suggestions will be highly appreciated.

Thanks

Hi !

I have been given a task of developing a new report which will be acopy of standard ME2M report with some additions in it. I just wanted to know as how do I start with, I can make a copy of it but the thing is the changes that I need to make and I have questions reegarding the same.If someone can help me out with suggestions will be highly appreciated.

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
883

Copy the program RM06EM00 into z Z Program using SE38 transaction.

Go from backwards.

Check the final internal table that is used for printing.

Add the fields that you wanted extra, to the declaration of that internal table.

Include the logic to populate the extra fields.

Finally add code to fill the field catalog for the extra fields if ALVs are used.

Regards,

Ravi

Read only

0 Likes
883

I did that very thing , copied the entire report but there are enhancepoints which are creating prolems for me . I havent worked much on enhancements so its giving me error on that . I copied the report and saved and when activate it , it asks for the enhancement spots names and when I copy the enhancements from the original report on to the new one it says cannot use special chanracters , when I have directly copied the same thing from the original report.

Thanks

Read only

0 Likes
883

Hi !

If I copy a standard ME2M report directly onto a Z.. report , will everything get copied i.e all the enhancements and other stuff will also get copied or not.

Thanks

Read only

Former Member
0 Likes
883

.