Application Development and Automation 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 only

outbound delivery header text table

Former Member
0 Likes
3,040

HI ,

How to identify changes to outbound 'delivery header text' . is theres any table which we can look into ..tc:vl02 >goto->header-->delivery header text

Thanks,

Vind.

HI ,

How to identify changes to outbound 'delivery header text' . is theres any table which we can look into ..tc:vl02 >goto->header-->delivery header text

Thanks,

Vind.

3 REPLIES 3
Read only

Former Member
0 Likes
1,139

table: stxh.

use fm read_text to read the text

Read only

0 Likes
1,139

Hi,

May i know whats the key field i need to look into

Read only

Former Member
0 Likes
1,139

You can read the texts using READ_TEXT as Ravi said, but you will not be able to get them straight from the tables and also I don't think you will be able to find out what changed in the text. You will only be able to read what is there right now.

Pass your text ID to ID parameter, VBBK to OBJECT parameter and the internal format of your delivery number(with leading zeros) to NAME parameter.