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 longtext

Former Member
0 Kudos
92

Hi All,

How to fetch the purchase order longtext .

Scenario

when we enter material in MM03 and select the purchase order text view there we can find the long text .

is there any table where this long text is getting updated or any specific procedure to do this

Thanks & Regards

Ashok.

3 REPLIES 3

Former Member
0 Kudos
65

use Read_text FM to get long text based on PO number, and other details which you can find in Long text of the PO.

Former Member
0 Kudos
65

use READ_TEXT function module and pass id , name and object values of that perticular long text field.

0 Kudos
65

Thanks all