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

RSTXT struc

Bema
Active Participant
0 Likes
4,001

Hi,

I have entered a long text in AS01 transaction. The field name is showing as RSTXT-TXTLINE. Is there any method to know in which table it is storing this text???

Regards,

Beena

1 ACCEPTED SOLUTION
Read only

Bema
Active Participant
0 Likes
2,442

Hi Prabhu,

Thanks for the reply. How will we get the Text ID, name and all for this?

Hi,

I have entered a long text in AS01 transaction. The field name is showing as RSTXT-TXTLINE. Is there any method to know in which table it is storing this text???

Regards,

Beena

7 REPLIES 7
Read only

Former Member
0 Likes
2,442

Hi beena ,

for long text to can read by using FM Read_TEXT , here u have to pass text ID , Objects etc.

format like this for mater long text.

In RUNTIME u have to pass TEXT NAME only ? That is

 <b>CompanyCode+ASSETNuber+AssetSub Number</b>

<b>Text Name PIH 0000022323560000

Language EN

Text ID XLTX Asset master general long text

Text object ANLA Asset master texts </b>

In AS01--->long text--->creat long text ---> when u click this one u will get Form Editor--->in that menu item --->goto--->Header ? there u will get all these data.

In RUNTIME u have to pass TEXT NAME only ? That is

 <b>CompanyCode+ASSETNuber+AssetSub Number
    concatenate 'Company' 'Asset' ' sunasset numer'       into tdname.
</b>

<b> like this --->

Text Name PIH 0000022323560000

Regards

Prabhu

Read only

Bema
Active Participant
0 Likes
2,443

Hi Prabhu,

Thanks for the reply. How will we get the Text ID, name and all for this?

Read only

Bema
Active Participant
0 Likes
2,442

Hi Prabhu,

I have to enter 'description' in As01. Here I clicked on the icon next to it to enter the description. But i couldn't find the ID, Name and all. Please help.

Read only

Former Member
0 Likes
2,442

when u clieck that change Icode ? have u got any <b>PopUps for LONG TEXT</b> ? If yes ? Click Create button for mater gen.long text --->then u will comes to Form text Editor ?Then MENU ITEM ->GOTO->Header ?

XKAL--->Asset mast.text c.acc.dep.view

XTCH--->Asset mast.text technical view.

Regards

prabhu

Read only

Laxmana_Appana_
Active Contributor
0 Likes
2,442

Hi,

Table : STXH . search in transaction SE75 for finding text id.

Regards

Appana

Read only

former_member480923
Active Contributor
0 Likes
2,442

Hi,

Solution !!!!!!!!

When you enter your description in AS01, before you save press /h and this will take you to the debugging mode, then follow the path BREAKPOINT->BREAKPOINT AT -> Function Module (shift + f7) and enter READ_TEXT / SAVE_TEXT as the FM name, check teh text ID and other PARAMETERS

Hope This Helps

Anirban

Read only

Bema
Active Participant
0 Likes
2,442

Hi prabhu, i got it. thanks a lot. I shall reward you the points.

one more question. How can i know this ID,name at runtime, if i am trying to read it for a set of records?