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: 

TMG

Former Member
0 Kudos

hi ,

I have created one TMG for my ztable .. but in TMG i am not getting the all fields.i.e ., table have 15 columns but in tmg shows 11 columns .. why it is not coming remaining columns .. what i have to do for getting all the columns.

Regards,

Kumar

4 REPLIES 4

Former Member
0 Kudos

hi,

1. creat the TMG again.

Regards

Reshma

Former Member
0 Kudos

Hi,

Goto SE55 and check all the attributes ..should fill all the fields like below.

Example :

Table/View Z12693_TEST

Authorization Group &NC& w/o auth. group

Authorization object S_TABU_DIS

Function group Z12693_TEST

Package $TMP transportable

Maintenance type

Maint. Screen No. Overview screen 1

Single screen 2

Recording routine no,or user, recording routine

Compare Flag Automatically Adjustable

If all these are correct and then also you are not getting all the fields. Then through SE55 , delete generated TMG for your table and create again.

Regards,

Jayaram..

Former Member
0 Kudos

Hi,

Double click on the screen no.s u get on the Table maintenance screen.

It will take u to the field atrributes. In that field list try to check whether all fileds are checked or not.Try to modify that ur problem will be solved.Check out output only, I/O check boxes and verify that.

Regards,

Priyanka.

Former Member
0 Kudos

Hi Kumar,

First of all delete your generated table maintenance by following steps -

1. Goto transaction SE11. Give name of your table.

2. Click on menu Utilities -> Table Maintenance Generator. This will take you to

transaction SE55.

3. Click on delete icon from the application toolbar. It will pop a small window,

select all the options and click on enter.

4. This will delete the older generated table maintenance.

Now create a new table maintenance from the following steps --

1. Goto Transaction code SE11. Give the name of table.

2. Goto menu Utilities -> Table Maintenance Generator. This will take you to a

screen of transaction SE55.

3. In the 'Technical Dialog Details', give the following input -

a. Authorization Group - &NC& (from F4 search help, select w/o auth group)

b. Function Group - ZDEMO (from F4 search help, select the planned

custom function group)

4. In the 'Maintenance Screens', give the following details -

a. Maintenance Type - select the radio button of 'one step'

b. Maintenance Screen No. - Overview Screen, click on 'Find Scr. Number(s)'

push button from the application toolbar. This is will popup a small window,

select the radio button of 'Propose screen number(s)'.

c. Now, a number will be placed in the Overview screen. Click on Create icon

from the application toolbar & save.

5. Now, test the generated table maintenance for your table from transaction

SM30. Give the name of the table and click on maintain.

6. This should all your columns. You can change the column description from the

screen layout whose number was generated in step 4. This screen is part of

function group mentioned in the step 3.

This should sort out your issue.

PS: If the reply solve your problem, plz close the thread by proper rewarding to each reply.

Regards