‎2007 Dec 26 5:35 AM
Hi gurus
Is it possible to change the standard table name? Like If i want to change the table name MARA to MATERIAL. But I dont want to copy the table. It should be like alias of MARA or something.
Please guide me in this ....
Thanks in advance
‎2007 Dec 26 5:38 AM
Yes u can change it through user exits ->
Enhancements (SMOD/CMOD)
You can use the enhancement concept to create your own keywords for data elements from the ABAP Dictionary. Keywords are used to identify fields on screens. Data elements can have up to three keywords of varying lengths.
To change a screens field texts, choose Utilities ® Enhancements ® Project management (transaction CMOD) from the initial screen of the ABAP Workbench. The Text enhancements menu contains all of the enhancement functions for keywords and data element documentation.
Text enhancements do not have to be assigned to an enhancement project.
Edited by: p498863 on Dec 26, 2007 6:41 AM
‎2007 Dec 26 5:49 AM
Thanks for quick reply... But I want to change the table name from MARA to MATERIAL how to do it? I think data elements are related to the fields of the table.
Thanks
‎2007 Dec 26 5:54 AM
Hi,
I think dd02l is the table which contains all table names so u try to check there
Regards
‎2007 Dec 26 5:58 AM
Yes that is correct but it contains MARA as value . Now If I change this name then every program associated with it should be changed. So I have asked about alias of MARA. i.e. can we create the alias of MARA such that when user will check in data dictionary it will show MARA as MATERIAL but the program associated to MARA should not change.
With best regards