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

About CA10

Former Member
0 Likes
6,125

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
Read only

Former Member
0 Likes
4,093

Hi,

Refer table STXH-TDNAME.

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!

7 REPLIES 7
Read only

Former Member
0 Likes
4,094

Hi,

Refer table STXH-TDNAME.

Read only

Former Member
0 Likes
4,093

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

Read only

Former Member
0 Likes
4,093

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

Read only

Former Member
4,093

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?

Read only

Former Member
0 Likes
4,093

Can anyone help me?

Read only

0 Likes
2,931

table T435T is the correct answer to the question of OP.

Read only

Former Member
0 Likes
4,093

BDC