cancel
Showing results for 
Search instead for 
Did you mean: 

Table to display Delivery numbers and Header Text

Former Member
0 Kudos

Dear Members,

I am checking for a table in which if I put the delivery number ..I should get the HEADER TEXT. Does such table exists or a Z report shoudl be created for this kind of setup.

Regards,

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

If you maintain a value for your text type,then it will be having an entry in "STXH" table which is for header details.

That means if there is an entry in this table,then there is a value for this field.

To check whether there is an entry in this table,goto the T.Code "VL02n".

Pass your delivery number.Goto the Header-->Texts.

Click on "Display log" icon which is at the bottom beside the language "EN English".

Click on the "+" mark on your text.

Make a note of object and ID.

Goto the SE16.Enter the table name as "STXH".

Pass the "Text object" as the object,you have noted.Text name as the delivery number preceded by 2 zeroes.

Pass the Text ID as the ID.Execute.Check whether there are any entries or not.

If there is an entry here,goto the T.Code "SE37.

Enter the function module name as "READ_TEXT".

Execute.

Pass the ID,Language,Name as the delivery number preceded by 2 zeroes,Object as the object name like "VBBK" etc that is the one you have noted down earlier.Execute.

In the result click on "Details view".It will show you what is the value maintained for this text.

Regards,

Krishna.

Former Member
0 Kudos

The easiest way is to use functional module READ_TEXT to find relevant text information.

Former Member
0 Kudos

No standard transaction exists for what you describe. Create a Z transaction. Texts are unlike other data and the Text table holds values for many different documents and transactions.

The header is STXH and the line item is STXL, but you can not read the table STXL in SE16N.

Former Member
0 Kudos

Hi

Use function module READ_TEXT and pass the required data like language, object id, delivery number, class etc.

try and revert

Former Member
0 Kudos

go to change mode of Delivery

Header- Text tab select the Text type and double click on entries

it will take u change form header screen here GOTO -Header

Text ID

Text object give these details to you technical person, through Function modules(FM) he will call the Text in delivery document