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: 

help,which tables should i retrieve this information from?

Former Member
0 Kudos

Dear all,i need to do a customized report and the information i shall retrive all the texts for infor record..below is the printscreen of it ( ME13 ).I need to retrive the text :

testing1

testing2

testing3

testing4

accordingly..i couldn't find where are all these text being stored at....

pls help.Thanks

<a href="http://i5.tinypic.com/2s1r85x.jpg">http://i5.tinypic.com/2s1r85x.jpg</a>

Message was edited by:

Joan Lee

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

USe READ_TEXT function module with following parameters.

TEXT NAME = Inforecord #

Language = sy-langu

TEXT ID = AT

TEXT Object EINA

<b> How to use Read_Text</b>

http://www.sap-basis-abap.com/sapac002.htm

Cheers

VJ

Message was edited by:

Vijayendra Rao

6 REPLIES 6

Former Member
0 Kudos

for info record check eina ,eine table

regards

shiba dutta

0 Kudos

i've check both the tables...it doesn't containts the text informations i wanted.

any other table? thanks

0 Kudos

Use FM READ_TEXT

amit

Former Member
0 Kudos

Hi,

USe READ_TEXT function module with following parameters.

TEXT NAME = Inforecord #

Language = sy-langu

TEXT ID = AT

TEXT Object EINA

<b> How to use Read_Text</b>

http://www.sap-basis-abap.com/sapac002.htm

Cheers

VJ

Message was edited by:

Vijayendra Rao

Former Member
0 Kudos

Hi,

You can use the FM READ_TEXT..

You can get the text name, object and id..

By double clicking on the text..

Then in the menu..Goto -> header..

There you can see the text name, object and id which is required for the FM READ_TEXT..

Thanks,

Naren

Former Member
0 Kudos

thanks all for the infor

points rewarded