Application Development 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: 

Table Maintenance Generator - Rows should be editable

Former Member
0 Kudos

Hi

I have created one TMGfor a database table. In that im having two screens one is overview & other is single screen. based on the requirement i have changed the second screen that means single screen. There I have put one table control and copy paste the first screens code here.

Here im facing one problem. When im clicking on New Entries it will move on to second screen but only 8 rows are in editable mode. I want all the rows should be in editable. The problem is first screen that means overview screen has 8 entries and that many rows are in editable mode in second screen.

Please help me.

3 REPLIES 3

andreas_mann3
Active Contributor
0 Kudos

use screen-painter:

simplest way is:

sm30-system-status-screen-layout

A.

Former Member
0 Kudos

Hi,

In PBO of the single screen, there will be a variable which stores number of records to be edited.

By debugging try to find out that variable and change its value to number of records in the

output internal table..

Expecting that variable name will have a pattern as maxlines*.

Former Member
0 Kudos

Hi,

I hope the below link will help you.

Thnaks,

Khushboo.