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: 

purchase order text(item text)

Former Member
0 Kudos

hi,

where does the purchase order text (item text) is stored for standard transaction ME21N.

thanks & regards

Prajwala

6 REPLIES 6

Former Member
0 Kudos

Hi Prajwala,

Refer the table T161T for purchase order texts. Goto this table and give the SPRAS as 'EN' to see the texts maintained in English.

Regards,

Swapna.

Former Member
0 Kudos

Hi,

Use FM 'Read_Text' and find relevant entries from table STXH

GauthamV
Active Contributor
0 Kudos

SEARCH in SCN you will get so many posts with this answer.

Tables : THEAD,TLINE.

READ_TEXT function module to read the po item text.

former_member242255
Active Contributor
0 Kudos

EKPO-TXZ01

Former Member
0 Kudos

You can read the text with a standard function READ_TEXT - is much easier than selecting from tables directly. Use OBJECT = 'EKPO'. Other parameters depend on which item text you are reading.

Former Member
0 Kudos

Purchase order item text is stored as long text in STXH.

use read_text FM to see the text.

Paramters:

Text Name "Concatenate PO number + item number " Key of EKPO.

Language ES

Text ID F03 Material PO text

Text Object EKPO Purchasing doc. item te