Application Development and Automation 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: 
Read only

Query help needed

Former Member
0 Likes
573

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???

6 REPLIES 6
Read only

Former Member
0 Likes
551

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

Read only

0 Likes
551

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......

Read only

0 Likes
551

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.

Read only

Former Member
0 Likes
551

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

Read only

0 Likes
551

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

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
551

i guess the table is EBAN.

Just try out