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

Former Member
0 Likes
6,067

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

pranab_kumarjha
Explorer
0 Likes
4,284

Hi Rasmus,

You need to do the screen adjustment.

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

Read only

0 Likes
4,284

Thanks for the quick reply

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

Rasmus

Read only

0 Likes
4,284

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.

Read only

suneel_uggina
Participant
0 Likes
4,284

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

Read only

Former Member
0 Likes
4,284

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.

Read only

akshatrander1990
Explorer
0 Likes
4,284

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

Read only

0 Likes
4,284

Thanks!

Read only

0 Likes
4,284

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

Regards

Akshat

Read only

0 Likes
4,284

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

Read only

ipravir
Active Contributor
0 Likes
4,284

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.