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

Table View not working properly

Former Member
0 Likes
1,825

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
Read only

Former Member
0 Likes
1,444

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
Read only

hadiman_ngoei
Product and Topic Expert
Product and Topic Expert
0 Likes
1,444

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

Read only

0 Likes
1,444

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.

Read only

0 Likes
1,444

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.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,444

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

Read only

former_member418469
Participant
0 Likes
1,444

hi,

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

Read only

Former Member
0 Likes
1,445

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

Read only

0 Likes
1,444

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.