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: 

Read_text ...want to know IDs

anupam_srivastava2
Participant
0 Kudos

Hi All

I want to read texts for shipto deliveries, ship to loading, using read_text FM, does any body know the IDs which I can pass to read those texts.

rgds

AJ

10 REPLIES 10

ThomasZloch
Active Contributor
0 Kudos

Open up such a text in the application, then you can find out by choosing "Goto->Header" from the menu.

Thomas

0 Kudos

Hi

Ya I can see the texts GOtoHeadertexts........but what I want to know, In my program, I am using read_text FN, so in that I have to pass ID of the text, so where I can find the ID, any table???

rgds

AJ

0 Kudos

any table where all the list of ids are stored.......simply

0 Kudos

I'm not sure whether there is any table

0 Kudos

so how do you know which ID to pass

0 Kudos

This message was moderated.

former_member203501
Active Contributor
0 Kudos

hi this will come from tables STXH or STXL

Former Member
0 Kudos

Hi,

As Thomas has already told you to find text ids.

You can pass them to function module by declaring a variable as


DATA:
  w_textid TYPE thead-tdid.

Then pass the text id to this variable and then pass it to function module.


 CALL FUNCTION 'READ_TEXT'
    EXPORTING
      client                  = sy-mandt
      id                      = w_textid

Regards

Abhijeet

0 Kudos

Hi Abhijeet

But we need to pass some value in that ID, from where are we going to get that ID

any table where we have the info...say eg ZSH2 - TLS Shipe to uloading info.

anupam_srivastava2
Participant
0 Kudos

got table ttxid