‎2007 Nov 01 6:37 AM
I have A query...
If I create a new Purchase-requistion ..where will the field LONG-TEXT
will be stored?
In which database table the field Long-text will be stored....
can u reply asap???
‎2007 Nov 01 6:42 AM
Hi
Long Text is not stored compleltey in database tables
where as its parameters like OBJECT,ID,OBJECTNAME and LANGUAGE are stored in STXH table
Useing these parameters we will fetch the long text using READ_TEXT fun module and use that Long text
CLick on the text from Text editor menu
GOTO-> HEADER you will see all the above 4 parameters
Regards
Anji
‎2007 Nov 01 7:01 AM
How to pass the parameters , and where to pass the parameters in the
function - module read_text....
I could not find the parameters to pass in the function module read_text....
can u explain me the procedure to pass the parameters in the function module
read_text......
‎2007 Nov 01 7:12 AM
goto a particular transaction.
in menu GOTO->HEADER.
here you will get the details that r to be passed to the function module READ_TEXT.
‎2007 Nov 01 6:46 AM
Long text will be stored in STXL / STXH tables..
However its stored in HEX format..
to get dat in prog u need READ_TEXT function
Hope dis helps..reward if it does
‎2007 Nov 01 6:51 AM
What are the parameters to be passed into the read_text function module....
I have used the function module read_text in the programme...
But i don't know the parameters to pass in the function module read_text...
can u help me out
‎2007 Nov 01 7:07 AM