2008 Jul 29 8:21 PM
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
2008 Jul 29 8:24 PM
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
2008 Jul 29 8:44 PM
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
2008 Aug 06 4:27 PM
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
2008 Aug 13 7:06 PM