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

Doubt About Include _ TOP

ronaldo_aparecido
Contributor
0 Likes
571

Hi Experts.

I have a program report with screen 1000 and I created screen 9000.

I declared the table control (TC_TELA) of screen 9000 in my program report but the Extended Program Check says:)

Program: ZMMR313  Row: 290

Table control TC_TELA not used in the flow logic

Cannot be suppressed using a pragma or pseudo-comment

I try create a include to declare the table control but dont work ,its necessary create a include _top ?

How I can this?

Thanks.

1 ACCEPTED SOLUTION
Read only

former_member219162
Contributor
0 Likes
533

Hello Ronaldo,

The program report that you have created is for screen 1000. The Table Control is created in Screen 9000. you have to declare the Table Control in screen 9000.

5 REPLIES 5
Read only

arivazhagan_sivasamy
Active Contributor
0 Likes
533

Hi Ronaldo,

Have you used table control name in 9000 screen PBO event.

Arivazhagan S

Read only

0 Likes
533

yes I did.

Read only

former_member219162
Contributor
0 Likes
534

Hello Ronaldo,

The program report that you have created is for screen 1000. The Table Control is created in Screen 9000. you have to declare the Table Control in screen 9000.

Read only

0 Likes
533

specifically how and where on the screen 9000?

Read only

0 Likes
533

Hi,

You can declare the table control as a global declaration in the report.

For example.

Report ZXYZ.

-------------------------------

controls table type tableview using screen 100.

call screen 100.

Module XXXX OUTPUT.


Module XXXX INPUT.

Thanks,

Kiran.