2009 Feb 27 12:23 PM
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.
2009 Feb 27 12:25 PM
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.
2009 Feb 27 12:27 PM
use READ_TEXT function module and pass id , name and object values of that perticular long text field.
2009 Feb 27 12:36 PM