Application Development 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: 

About CA10

Former Member
0 Kudos
2,837

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!

1 ACCEPTED SOLUTION

Former Member
0 Kudos
805

Hi,

Refer table STXH-TDNAME.

6 REPLIES 6

Former Member
0 Kudos
806

Hi,

Refer table STXH-TDNAME.

Former Member
0 Kudos
805

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

Former Member
0 Kudos
805

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

Former Member
0 Kudos
805

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?

Former Member
0 Kudos
805

Can anyone help me?

Former Member
0 Kudos
805

BDC