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: 

User-Exits for Purchase Order

walkerist
Participant
0 Kudos
416

I'm trying to check why is my ITEM TEXT in item details was not being saved in STXH table. Can it be configured in user-exits?

5 REPLIES 5

abityildiz
Active Participant
0 Kudos
275

Hello,

Item Text is standart text.you should to find in the stxh table.
you can search in the stxh

TDOBJECT = EKPO

TDNAME = Purchase Order-item no like this :450019449100010

0 Kudos
275

How about material and info record PO text? When a PO is saved, the text were not saved in the STXH table

former_member192897
Active Contributor
0 Kudos
275

Texts are stored in STXH and STXL tables in the encrypted format. You will need to use READ_TEXT to read the same. For that, you will need the TDOBJECT and TDNAME etc as mentioned by Abit.

0 Kudos
275

Yes however, my purchase order has an auto generated text on some of item texts and unfortunately it does not save in stxh or stxl table.

raymond_giuseppi
Active Contributor
0 Kudos
275

Look with ME23N on those long texts, double-click in the text area to switch to full-screen display, then in the menu navigate : goto, header and look at field 'text object', is the displayed value similar to EKKO or EKPO

If not, check your Customizing Materials Management, Purchasing, Purchase Order,Texts for Purchase Orders, Define Copying Rules for (Header, Item) Texts -> Are the text adopted in the target document?