cancel
Showing results for 
Search instead for 
Did you mean: 

STXH ISSUE

Anindya
Explorer
0 Kudos

Hi All,

For billing there is a smartform which is showing the header text properly on the output but is not showing the item text.

Now, while debugging i found that a Func. Module "READ_TEXT" has been used for displaying the header text and also for item text.

But while debugging when i went inside this Func Module i saw there is a select query on a table STXH.

For header text a single record is fetched and the value of sy-subrc is 0.

But for item text no record is fetched(bcoz the condition in the select clause fails) and the sy-subrc value is 4.

i think this is the reason why item texts are not appearing at the output.

Now my question is how does this table STXH gets filled up and what is the solution of this problem

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

STXH stands for 'Standard Text'. Standard texts can be edited through transaction SO10. In debug you see the call to READ_TEXT, observe and note down the value for import parameter NAME.

Fill the NAME in the Text Name field in SO10.

Fill ST for Text ID

Fill the desired language.

For the call that results in sy-subrc 4 create a new text in SO10 with the values from READ_TEXT, your text will then be displayed correctly in the transaction.

<b>Reward points if useful!</b>

Regards,

Joost