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

Database Table related

Former Member
0 Likes
623

Hi all,

I have a table ZPPSFCTSTPDET in which i have i added some fields and i want to insert data in that. when i go to T-code sm30 -> Disply it is showing names of some of the fields only and remaing are shwon as ' + ' sign . I dont know why it is not showing name of somefields. please tell me why it is not showing in that.

In table display in se11 it showing properly and in delivery maintance tab i hv given maintence allowd. but still i dont know the prob.

<b>useful answer rewarded.</b>

regards,

sunil kumar.

1 ACCEPTED SOLUTION
Read only

former_member195698
Active Contributor
0 Likes
596

You have to assign DATA ELEMENTS to the Fields for which + sign is appearing in SM30.

Fill the Field Label also for these data elements and regenerate the table maintenance

This issue happens when you assign direct types to the fields while defining the database. Instead of Direct type use DATA ELEMENTS for these fields

Regards,

Abhishek

Message was edited by:

Abhishek Jolly

4 REPLIES 4
Read only

former_member195698
Active Contributor
0 Likes
597

You have to assign DATA ELEMENTS to the Fields for which + sign is appearing in SM30.

Fill the Field Label also for these data elements and regenerate the table maintenance

This issue happens when you assign direct types to the fields while defining the database. Instead of Direct type use DATA ELEMENTS for these fields

Regards,

Abhishek

Message was edited by:

Abhishek Jolly

Read only

0 Likes
596

HI ABHISHEK,

i have assigned already datalements to the fields and field lables were missing for some and i hv given the field lables but it is still showing the same. why i dont know. please tell me...

Thanks & Regards,

sunil kumar.

Read only

0 Likes
596

Have you regenerated the table maintenance?

Try the regeneration. The new changes will be updated only with Regeneration of the maintenance.

Utilities -> Table Mainteance Generator.

save the settings in a notepad. Delete the maintenance. Re-Create the maintenance with the same settings.

Then again /nSM30 and see the table.

<b>Reward Points if useful</b>

Regards,

Abhishek

Message was edited by:

Abhishek Jolly

Read only

Former Member
0 Likes
596

Maintain field label for the data element which you have used to define type of the added field.

Regards,

Amit

*Always reward points for helpful answers