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: 

finding TEXT ID

Former Member
0 Kudos

hi

for sales orders we have some header texts .. i want to know the text id's of that perticular texts

to the search the same in stxh table.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

goto the business transaction where the texts are maintained then double click it. u'll be taken to next screen there u click goto and select header u'll get the details of text id etc there.

for sales orders

goto va02

enter sales order number. press enter now goto menu

GOTO->Header->texts now select the text and double click on text area .

u'll be taken to next screen click on menu goto ->header.

Edited by: kartik tarla on Dec 19, 2008 4:58 PM

5 REPLIES 5

Former Member
0 Kudos

hi,

press F1 on the text you will get table name field name there you can get text related to text

Regards,

Arjun.

Former Member
0 Kudos

goto the business transaction where the texts are maintained then double click it. u'll be taken to next screen there u click goto and select header u'll get the details of text id etc there.

for sales orders

goto va02

enter sales order number. press enter now goto menu

GOTO->Header->texts now select the text and double click on text area .

u'll be taken to next screen click on menu goto ->header.

Edited by: kartik tarla on Dec 19, 2008 4:58 PM

Former Member
0 Kudos

Hi,

Go to sale order header text and double clink on the editor.

Then using using Menu path GOTO->Header you get the text id details.

Former Member
0 Kudos

Hi

You click on detail icon which looks like lens

Detail->Goto->Header

there you get below details

Text Name 0000004599

Language EN

Text ID Z010 Customer Service Comments

Text Object VBBK Sales Header texts

then use read_text FM to get the data

regards

Shiva

Former Member
0 Kudos

hi krishna,

follow the below procedure,

1) go to sales order tcode.

2) in the menu bar u find GOTO->HEADER->TEXTS.

3) After finding the text columns u have multiple type of texts.

4) delete all the texts for that sales order number.

5) Enter a some text for the first type of text say FORM HEADER.

6) save the data.

7) now goto stxh table and check ur sales order number which corresponds to a text name

and there is a corresponding ID related ro it.