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 View not working properly

Former Member
0 Kudos

Hi gurus,

In SAP 40b version, after create and generation of table view(SE54) while trying to enter the data in SM30 it displays only

3 columns but the table contains 5 columns. Below is the structure of the that table can anybody help to solve this issue.

Field key type length

-


Feild1 x char 4

Feild2 x char 4

Feild3 x char 70

Feild4 x Numc 3

Feild5 char 80

arun

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI Arun,

This is comman issue.

Go to Tcode:SE80 >GIve Function groupp name->double click on the screen number whcih is for ur TMG--

-


>click on change mode--->Drang the screen size.

save +activate.

Now go to SM30 you can see all the fields.

Regards,

Pravin

7 REPLIES 7

hadiman_ngoei
Participant
0 Kudos

Did you choose 2 screens when you generated the table maintenance? If so, you might need to look at the Magnifier

icon on the application toolbar to see all fields.

BR,

Hadiman

0 Kudos

No magnifier button appears in the screen. I choose

Maintenance type - one step

Maintenance screens

overview screen - (screen number)

single screen - 1

Recording routine - standard recording routine

is it correct.

0 Kudos

Hi Arun,

Instead of creating the table view from SE54 , you can directly create it from SE11.

Goto Utilities -> Table Maintainence Generator -> specify the same input parameters as you had done in SE54 -> select Create button.

Your view will get generated.

This will surely work.

Hope this helps.

Regards,

Samreen.

SuhaSaha
Advisor
Advisor
0 Kudos

I tried creating the TMG for a dummy table similar to yours. After generation the length of FIELD3 was shortened automatically & warnings were generated.

I am not sure about version 4.0B but i suggest since the fields are long you better create a 2-step maintenance.

Else you can go the func. group associated with the TMG & manually modify the screen.

BR,

Suhas

former_member418469
Participant
0 Kudos

hi,

Try to re-create table maintenance generator for the table then go to SM30 to maintain the table.

Former Member
0 Kudos

HI Arun,

This is comman issue.

Go to Tcode:SE80 >GIve Function groupp name->double click on the screen number whcih is for ur TMG--

-


>click on change mode--->Drang the screen size.

save +activate.

Now go to SM30 you can see all the fields.

Regards,

Pravin

0 Kudos

Thanks Pravin.

All fields are appearing but while reducing the field size the input data size also getting reduced,

thus it not allows upto 80 characters to input.