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 Maintainace generator not showing all the fields in table

Former Member
0 Kudos

Hello,

I generate table maintainace genrator for Z-Table and also create Tranaction code for that.

I have 27 fields in my Z-table but when I run tranaction code for table maintanance generator it shows only 8 fields.

I want to show all 27 fields in my tranaction code of table maintainace generator.

How I can Achieve this?

Please Suggest.

Thanks,

Amit

10 REPLIES 10

Former Member
0 Kudos

Do one thing delete your old table maintenance generator and again create a new TMG , generate it properly and save it and then check in sm30.

What is the data type of the field that is not displaying ? if it is DATE or TIME, then it will not be displayed on the first screen if you have defined the table maintainance with 2 screens.

With Regards

Samba

0 Kudos

Thanks for your answer.

The fields which are not showing are mostly of type CURR.

Some are CHAR also after 8 CURR fields.

I delete existing table maintainace and recreate it then also it shows only 8 fields out of 27.

Help me out in this situation..

Thanks,

Amit

0 Kudos

Dear Samba,

Again one point I tried with both the option of Maitainance type one step as well as two step.

But not have proper results.

Thanks.

0 Kudos

HI

In TMG double click on Screen number and go to Layout Editor and Enlarge the Screen Size

and dont forget to activate the entire function group

Cheerz

Ram

0 Kudos

Hello Ram,

Thanks for your answer.

I increases lenght of screen and table control and activate function group.

But still in program PBO of screen it showing 8 fields as follows:

CHAIN.

FIELD ZPROJ_FIN_STATS-PSPID .

FIELD ZPROJ_FIN_STATS-GJAHR .

FIELD ZPROJ_FIN_STATS-MONAT .

FIELD ZPROJ_FIN_STATS-POSID .

FIELD ZPROJ_FIN_STATS-IS_REL .

FIELD ZPROJ_FIN_STATS-IS_TECO .

FIELD ZPROJ_FIN_STATS-IS_CLSD .

FIELD ZPROJ_FIN_STATS-LEG_STATUS .

MODULE SET_UPDATE_FLAG ON CHAIN-REQUEST.

ENDCHAIN.

but Iwant total 27 field to show.

How I can achieve this?

Thanks,

Amit

0 Kudos

Hi,

I don't think all the 27 fields will be visible to you at one point.... You need to use scroll bar(horizontal) to see the fields.

Regards,

Nagaraj

sujeet2918
Active Contributor
0 Kudos

Hi,

After adding your field you just generate the table maintainance.

Regards,

Sujeet

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

better you can adjust your table in SE14. then you can create table maintenance generator and check it now.

Former Member
0 Kudos

thanks