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

How to reslove code inspector error in ABAP program

Former Member
0 Likes
967

Hi Experts,

When i have check the my module pool report with code inspector it is giving errors related to screen.

I have copied the program from 4.0 to ECC 6.0.

The error is like: "Program ZXXXXXXX Screen 0111

                          Loop instead of table control on the template".

when I have  click on the  above error it is navigating to screen Element list tab,  There are 55 errors like this.

Below is the screen shot for the same:

Please give me some tips how to reslove this

3 REPLIES 3
Read only

Former Member
0 Likes
673

Hi,

The key here is your line "I have copied the program from 4.0 to ECC 6.0.", as the technique for displaying tabular data in screen painter has changed between the two releases.

You'll need to rewrite the screen to utilise the latest techniques.  There's plenty of documentation out there on current releases of screen painter.

Regards,

Nick

Read only

0 Likes
673

Hi Young,

If possible please share the document on current releases of screen painter.

Regards,

Suresh.

Read only

0 Likes
673

This message was moderated.