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: 

where to find object , object id in a transaction for an include.

Former Member
0 Kudos

This is simple But I could not find anything already posted on this.

If we want to insert some text in script we use include.

eg INCLUDE &*VBDPL-TDNAME& OBJECT VBBP ID 0001 PARAGRAPH HT

My question is where to find object , object id in a transaction for an include.

I want to know where I can find a table, etc.

Thanks.

kulkarni

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI

If you want to find out the text Ids for a particular transaction. e.g sales orders VA03.

Go to VA03

Go to text tab ( item or header). You will get a screen having text window.

Below the text window there are several buttos.

Press on Display log button. You will find all available text IDs.

Regards

Sachin

3 REPLIES 3

Former Member
0 Kudos

Check the FM called READ_TEXT

GauthamV
Active Contributor
0 Kudos

You can get object,object id from STXH,STXL tables.

Former Member
0 Kudos

HI

If you want to find out the text Ids for a particular transaction. e.g sales orders VA03.

Go to VA03

Go to text tab ( item or header). You will get a screen having text window.

Below the text window there are several buttos.

Press on Display log button. You will find all available text IDs.

Regards

Sachin