‎2007 Aug 13 2:02 PM
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
‎2007 Aug 13 2:33 PM
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
‎2007 Aug 14 5:32 AM
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
‎2007 Aug 14 5:41 AM
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
‎2007 Aug 14 5:46 AM
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
‎2007 Aug 13 2:45 PM
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
‎2007 Aug 13 2:49 PM
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
‎2007 Aug 14 5:53 AM
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 .