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 entries

Former Member
0 Likes
830

Hi,

I have created a table ztsd_t001w which is a copy of table T001W.In this table I have changed the length of Name1 and stras(houseno/street) fields.When I try to enter values into this table in SM30 transaction i was able to find '+' sign instead of these 2 field names.How can i remove this sign?

Regards,

Hema

7 REPLIES 7
Read only

Former Member
0 Likes
771

You need to choose maintaince type - two step and also maintain proper description in data element

first goto Se11 -> enter your table -> click on change button -> utilities -> table maintaince generator

now delete old table maintaince .

now create new table maintaince -> keep maintaince type - two step

enter screen numbers ( You should enter overview screen ,single screen) -> save it.

if you do not maitain proper description at data element ,please maintain.

save and activate at se11 and also Utilitilt -> database utilitility -> activate and adjust database.

now see the results at SM30 Transaction

Thanks

Seshu

Read only

0 Likes
771

Hi,

I created a new table maintenance .When I go to SM30 and enter the table name and click on maintain button it is giving an information message as 'Entry missing in TSADRV,new address maintenance cannot be called'.After this I was only able to display one of the entry in the table ZTSD_T001W and I am not able to create new entries.Why is it so?

Regards,

Hema

Read only

0 Likes
771

Hi,

After creating the new Table Maintenance generator did you activate the Function module and the Function group in which you have generated the code of table maintenance.

Active the Function group and the Function module and the Screen. Also activate the table again.

And try in SM30 if you still get the same error.

Regards,

Sesh

Read only

0 Likes
771

Hi,

the entry which you are trying to eneter through SM30 is not available in TSADRV table, as th etable TSADRV acts as CHECK table for ur craeted table and hence u r not able to eneter the new value which doesnt exist in the table TSADRV.

if u can remove this check table realtionshipo then u can eneter any value.

Revert back if any issues,

Reward with points if helpful.

Regards,

Naveen

Read only

Former Member
0 Likes
771

Hi hema,

The reason is you have changed the length of these columns and when it is generating the old maintenace view it can not match with old one.

so please delete OLD table maintenace generator and create new one.

by the way it is not needed that you should create two steps TMG, follow the same steps that are maintained for T001W.

after TMG adjust the table if any existing entry availale, otherwise there is no need of this.

Regards,

Krishnendu

Read only

Former Member
0 Likes
771

Hi,

Create a Data element for these 2 fields, and give the text in the dataelement, we have Short, Mediu, and LONG so mantain any one of these text, so this text will appear in the Table maintanence screen

Regards

Sudheer

Read only

Former Member
0 Likes
771

Hi ,

One more thing can be done in this situation .

Go to the screen number of the TMG screen in the change mode

and here directly you give the text you want to display .

Thanks .

Praveen.

Hope this helps .