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: 

NAME OF A GIVEN TEXT ID

Former Member
0 Kudos

CAN ANY BODY HELP ME TO KNOW THE NAME OF A GIVEN TEXT ID .. LIKE OBJECT IS VBBK AND ID IS ZA15 , NOW HOW TO FIND THE NAME OF THIS ID ..

5 REPLIES 5

former_member181962
Active Contributor
0 Kudos

The name would be nothing but the concantenation of the key fields in VBBK table.

Regards,

ravi

Former Member
0 Kudos

You can view the text in SO10 transaction. The name is nothing but the id itself. and the ID will be four character string. It looks za15 is a custom id. You can check those in the above tcode.

rgds,

TM.

Former Member
0 Kudos

THe object will the document number like in your case you are dealing with sales orders.

So, for header text it will be the sales order number and for any of the item texts it will be concatenation of order no. and the line item no.

Regards,

Ravi

former_member188685
Active Contributor
0 Kudos

hi,

go to table<b> STXH</b>and give the tdobject as <b>VBBK</b> and see...

Regards

vijay

Former Member
0 Kudos

Go to the long text view of the text you want to know the TEXT ID, NAME etc. Let us say you want to know these details for a sales order header text. Go into the long text editor of that particular text and once you are in there, in the menu, 'Goto-->Header'. The subsequent popup will give you all information you need.