2005 Nov 25 2:01 PM
Hi All,
i had made changes in the length of field in ztable
and how can i view these changes in the screen created via Table Maitainence Genarator.
Regards.
2005 Nov 25 2:03 PM
You will have to recreate this table maintenance. So goto SE!1, give the table name and go in change mode. Goto Utilities --> Table Maintenance Generator, Delete present table maintenance and create a new one.
2005 Nov 25 2:03 PM
Hi Aima,
what do you mean with "view these changes" ?
Rgd
Frédéric
2005 Nov 25 2:11 PM
Hi Frédéric Girod ,
As i am not able to see the changed field lenght for that table field in sm30.
2005 Nov 25 2:13 PM
As Ashish explains, you have to go to the SE11 table -> Change -> menu utilities -> table generator.
And you have to suppress and re-create the table screen.
you can select all the checkbox, that will create the whole screen, and program.
2005 Nov 25 2:07 PM
hi
you have to delete and generate another time the table maintaincence
bye
enzo
2005 Nov 25 2:16 PM
Hi ,
I have a field of 30 char and if i am entering the currency icon as it is accepting as # and an status message is displayed as
<b>The input field contains prohibited characters. These are generally characters that your frontend can process, but which are not permitted in the R/3 database</b>
Could i not enter the Currency Icon ? Is it not treated as a normal charecter?
2005 Nov 25 2:18 PM
Maybe you need to be unicode to accept the euro format.
And in SAP the currency are saved in ISO format : 2 digits for the country 1 digit for the devise.
look the table TCURR / TCURT
2005 Nov 25 2:44 PM
Hi Aima,
You cannot do like this in R/3
SAP has its own standard for currencies.
For example in the external system you may represent the american dollar as $ but when u want to enter this into SAP R/3 it should be converted into USD.
SAP wont supports these kinds of special characters in the currency field...
Regards,
Abdul
2005 Nov 25 3:12 PM
Hi Aima In your Instead of you enter the hexadecimal Unicode value of the . In that way you can store the values like that.
if you check icon table you can get some idea.
regards
vijay
2005 Nov 25 3:30 PM
Hi vijay,
my field is simple Charecter field ,Could i store in hexadecimal unicode value?
<b>Could any one give me a brief understanding abt unicode?</b>
it would be very kind of all .
Regards.
2005 Nov 25 3:40 PM
Check the ICON table , in that id is in hexaformat
but the output is icon(image).
check that.
tables: icon.
data: v_id type icon-id.
v_id = '@01@'.
write: v_id.may be like that you can store.
regards
vijay
2005 Nov 25 3:56 PM
As you might have understood by now, you should not try to store the symbol of EURO in the table. Simply add another column for the currency key, store EUR in it and when it comes to display, if it is EUR, show the symbol.
It is just going to be too much to try and store the symbol as part of the value, in the table.
Regards,
Srinivas
2005 Nov 25 2:14 PM
Hi
Do you want to create a table maintenance generator for your table?
Regards,
Abdul
2005 Nov 25 4:43 PM
2005 Nov 25 4:46 PM