‎2007 Nov 06 6:42 AM
hi All,
i would want to retrieve the text data in a PR under text header note. however i were unable to find the field table.
i would want to use FM "READ_TEXT" and i tried with ID = B01, but there is nothing shows.
can any one please help. thanks
Message was edited by:
ben leen lee
‎2007 Nov 06 6:57 AM
Give the Text name and object.
CLIENT 800
ID B01
LANGUAGE EN
NAME 0010013803 -
check for those purchase requistion header txt
OBJECT <b> EBANH</b>
Reward points if useful.
Regards,
Vimal
‎2007 Nov 06 6:44 AM
Hi
You have to use the fun module READ_TEXT
and have to pass the parameters OBJECT,ID,OBJECTNAME and LANGUAGE
double click/change the long text of header
goto text editor
from menu GOTO-> HEADER
see the OBJECT (mostly EBAN) and ID and the Objectname (PR No) and the Lang EN and take them and pass to Fun module READ_TEXT and get the long text into internal table and use that
Regards
Anji
Message was edited by:
Anji Reddy Vangala
‎2007 Nov 06 6:57 AM
Give the Text name and object.
CLIENT 800
ID B01
LANGUAGE EN
NAME 0010013803 -
check for those purchase requistion header txt
OBJECT <b> EBANH</b>
Reward points if useful.
Regards,
Vimal
‎2007 Nov 06 7:04 AM
hi,
thanks. it works. but may i ask why the OBJECT has to be EBANH? i cant find it as a table or structure. so what actually it is?
‎2007 Nov 06 7:09 AM
Its text object.
You can use tcode: SE75 to see this text object.
‎2007 Nov 06 7:11 AM
EBANH is object for Purchase Requisitions Header texts.
EBANH B01 Header note
EBAN B01 Item text
EBAN B02 Item note
EBAN B03 Delivery text
EBAN B04 Material PO text
refer in table TTXID.
if you want to take item text you have to add item no with PR No in Text name field
ex. 0010013803<b>0010</b> <b>EBAN B01 Item text</b>
Reward points if useful.
Regards,
Vimal
Message was edited by:
Vimal Kumar