‎2009 Apr 01 4:25 PM
Hi all,
I created regular report which maintain table control when button is pressed on screen.
screen created in se51.
report is working but when I copy abap code into existing include (include in another report) it is not
something is missing so when I press button nothing happens, please do u have any idea???
Thanks,
Nihad
‎2009 Apr 02 7:32 AM
Hi,
I think all the names specified by you must be the same
other wise it won work
check it in debugging
thanks
kaza
‎2009 Apr 01 4:39 PM
the module pool program name and the report program name should be same.........
‎2009 Apr 02 7:26 AM
‎2009 Apr 02 7:32 AM
Hi,
I think all the names specified by you must be the same
other wise it won work
check it in debugging
thanks
kaza
‎2009 Apr 02 7:55 AM
hi all,
can we use SUBMIT to call report from include?
Thanks,
Nihad
‎2009 Apr 02 8:00 AM
Hi,
Pls do check the attributes of the screen elements and implement the subsequent changes in include where you pasted the report code. And make sure the program names are correctly specified
Regards,
Deepak Raj
‎2009 Apr 02 9:08 AM