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 fields missing in SM30/31

Former Member
0 Kudos

Hello, I tried to make my first table in abap using SE11 but when i tried to create entries in SM30/31 i could only do it for the second field the "ITS" field and i would like to change both of them in SM30/31 plus the name is not written in the top row.
i have attached both the SE11 view of my table and the SM30/31 view of it

Hope you can help me.
Rasmus.

10 REPLIES 10

pranab_kumarjha
Explorer
0 Kudos

Hi Rasmus,

You need to do the screen adjustment.

This is happening due to active display length being shortened while activating the table.

0 Kudos

Thanks for the quick reply

I am new to abap, can you explain how you make "screen adjustment",
Thanks

Rasmus

0 Kudos

Hi Rasmus,

Check reply from AKSHAT RANDER. He has given the screenshots.

First is to maintain the data element.

Second is for Screen adjustment (manual),modification screen.

That will work.

suneel_uggina
Participant
0 Kudos

As per my understanding  check your ztable for primary key, I think there will be no primary key except mandt, that is why sometime this problem comes.


after adding the primary key field, goto SE14 Adjust and Activate the table

Former Member
0 Kudos

Hi,

For the name in the TOP you should maintain the Field Label in the Data element.

Also seeing the table you will only be able to maintain only one value in each client, please mark one more field as key fields.

Hope this helps.

akshatrander1990
Explorer
0 Kudos

Hi Rasmus ,

1. The name is not coming because the field labels are not maintained in the data element of that field.

The other option is maintain the text manually.

2. The reason that the remaining field is not coming is you have insert the second field after creating the TMG with a single field.Delete the existing TMG and create again.

Regards

Akshat

0 Kudos

Thanks!

0 Kudos

If u r satisfied marked it as answered /helpful answer.

Regards

Akshat

0 Kudos

I would if i could, but i can't, i dont think this is marked as a question anymore for some reason.

ipravir
Active Contributor
0 Kudos

Hi,

Have you generated TMG with 1 field ITS and later you have added TS field?

If it is the case, you have to re-generate TMG to display both columns.

Note:Use Exist Data elements to display the Field Header or Change manually through SE80->Function Group Name->Screen.

Regards,

Praveer.