2008 Jun 16 8:49 AM
Hi all, which table stores the data in TCODE CA10?
If I want to upload data and create standard text in CA10, how should I do? Many thanks!
2008 Jun 16 8:59 AM
2008 Jun 16 8:59 AM
2008 Jun 16 9:00 AM
Hi,
In debugging i found as below.
CA10 (Tcode):
Std text key= TEST
Language= EN
In debugging.
SELECT SINGLE * FROM STXH WHERE
TDOBJECT EQ TEXT-OBJECT_SUBM AND
TDID EQ TEXT-ID_SUBM AND
TDNAME EQ RC276-VLSCH AND
TDSPRAS EQ RC276-SPRAS.
where
TEXT-OBJECT_SUBM = WORKST
TEXT-ID_SUBM = SUBM
RC276-VLSCH = TEST
RC276-SPRAS = E
2008 Jun 16 9:00 AM
hi ,
In table AFVC u can find the standard text details.
otherwise, do like this u can search for the table by ur own.
go to transaction. press F1 on inputfield.
then click on techinical settings.
here u can find the dataelement.
goto se11 give dataelement in datatype.
then use where-used list then it shows all the tablenames in which it is used. As per ur application u can find the corresponding table.
reward if useful
Rgds.,
subash
2008 Jun 16 9:08 AM
yes, I have found a table T435T, it stores the fields in initial screen, but where the contant of standard text in next screen stored?
2008 Jun 16 9:24 AM
2008 Jul 14 8:55 AM