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 Maintenance Description issue

Former Member
0 Likes
3,324

Hello Guys..

 

i have one issue with Table Maintenance Description, When i log on into English Language ( EN ), The Description is coming correctly ( ZSRM_KS_HOOK_URL), but when i logged on into German Language The Description is not coming correctly, I want the same description in German Language also, i have attached both English and German Language Snap shots .Can any one please let me know the solution.

Thanks

Vijaya


Log on Language :English

Log on Language :German


1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,692

Hi Vijaya,

You can go to SE63 ( Translation: Initial Screen) -> Translation - > ABAP Objects -> Short Texts-> Repository Texts -> Views

As the Table maintenance generator creates a view, check in the first enlgish screen shot ( It says change View ZSRM_KS_HOOK_URL ) so you will need to maintain the translation for a view via SE63. Attached is the screen shot for your reference.

Hope this helps.

Thanks,

Tooshar Bendale

10 REPLIES 10
Read only

Former Member
0 Likes
2,692

Hi,

Can you give me the data element name about your custom table, please?

Regards

Ivan

Read only

0 Likes
2,692

Data Element???? my issue is with Table Description.. not with Data Eelement

i have given zsrm_ks_hook_url as  table description, its displaying correctly in English, but when i log on into German Language... Description is not displaying ...

i dint understand "data element name about your custom table" your statement

we will have data elements for table fields right not for table right ?

if i am wrong, please correct me

Thanks

Vijaya

Read only

0 Likes
2,692

Hi,

you can use transaction SE63 to solve your issue.

Regards

Ivan

Read only

Abhijit74
Active Contributor
0 Likes
2,692

Hello,

You have translate it from English to German . Do the data element translation.

Thanks,

Abhijit

Read only

Former Member
0 Likes
2,693

Hi Vijaya,

You can go to SE63 ( Translation: Initial Screen) -> Translation - > ABAP Objects -> Short Texts-> Repository Texts -> Views

As the Table maintenance generator creates a view, check in the first enlgish screen shot ( It says change View ZSRM_KS_HOOK_URL ) so you will need to maintain the translation for a view via SE63. Attached is the screen shot for your reference.

Hope this helps.

Thanks,

Tooshar Bendale

Read only

0 Likes
2,692

Thanks Tooshar for reply,

in se11 i selected radio button View and i entered the view name "ZSRM_KS_HOOK_URL", but its showing as Transparent table, its not showing view, please see the below screen shot, what is the problem , please let me know ,

Read only

0 Likes
2,692

Hi,

The generated view name should be V_ZSRM_KS_HOOK_URL.

You can also check the where-used list of the table ZSRM_KS_HOOK_URL and check the views. you will get the view name.

Thanks,

Tooshar Bendale

Read only

0 Likes
2,692

If you did not create a maintenance view, then translate the (TABT) Table description using the name of the transparent table managed via SE54. You may be required to simulate an update of the maintenance dialog for the table text to be copied to the object text.

Regards,

Raymond

Read only

0 Likes
2,692

Thanks Tooshar for ur help, i solved my issue ..

Read only

0 Likes
2,692

Yes you are right, same thing i did , anyway thanks for ur reply