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: 

how to impert standard text?

Former Member
0 Kudos

hi,

can anybody tell me how to import standard text?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

we have standard program RSTXTRAN.execute this program in se38

kish

4 REPLIES 4

Former Member
0 Kudos

Hi,

we have standard program RSTXTRAN.execute this program in se38

kish

former_member156446
Active Contributor
0 Kudos

hi Sudheer

every long text will be associated with a text id , text object, txt name

even the program given in the above reply is also using these

CALL FUNCTION 'SELECT_TEXT' < from the above std prog

EXPORTING DATABASE_ONLY = 'X'

ID = TEXTID

LANGUAGE = TEXTLANG

  • NAME = TEXTNAME

OBJECT = OBJECT

IMPORTING ENTRIES = ENTRIES

TABLES SELECTIONS = SELECTIONS

T_NAME = TEXTNAME.

so to pull long text of any object take the above mentioned parameters and hit the table STXH or use read_text FM

Former Member
0 Kudos

Use the report RSTXTRAN to transport the standard texts .

The following are the steps to be followed .

1) Exceute the report RSTXTRAN from SE38

2) Give the name of the Standard Text that needs to be transported and press the execute button

3) Select the required Standard text and press the 'Tick Mark' Button or press Enter

4) Now push the button Trsfr texts to Corr.

5) Now give the description of the transport .

6) The transport created is a 'Customizing' transport and not a 'Work Bench' Transport.

Regards,

Maha

Former Member
0 Kudos

hi all,

really this is very useful for me.

thanks for responding