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

Regular report into existing include?

Former Member
0 Likes
727

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
699

Hi,

I think all the names specified by you must be the same

other wise it won work

check it in debugging

thanks

kaza

6 REPLIES 6
Read only

Former Member
0 Likes
699

the module pool program name and the report program name should be same.........

Read only

Former Member
0 Likes
699

Can we call regular report from include?

Thanks,

Nihad

Read only

Former Member
0 Likes
700

Hi,

I think all the names specified by you must be the same

other wise it won work

check it in debugging

thanks

kaza

Read only

0 Likes
699

hi all,

can we use SUBMIT to call report from include?

Thanks,

Nihad

Read only

Former Member
0 Likes
699

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

Read only

Former Member
0 Likes
699

Hi,

Solved issue.

Thanks,

Nihad