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

how to create Text Tables

Former Member
0 Likes
553

hi all,

i had a rewuirement to store 1200 char length in a field as comments.

i got some inputs as we can achieve it by using Text Tables concept ..

when ever i saved the text (comments of 1200 lenght) one reference code has to generate and it will act as the address of the comments and by referrign this reference number i have to read the data in INFOTYPES.

1) how to generate this referece code ( 32 length) dynamically ( unique for every user)?

2) how to create Text tables?

3) Whatr is the difference between text table and value tables?

please help me in this regard ..

thanks and regards,

Kranthi kumar .Palle

hi all,

i had a rewuirement to store 1200 char length in a field as comments.

i got some inputs as we can achieve it by using Text Tables concept ..

when ever i saved the text (comments of 1200 lenght) one reference code has to generate and it will act as the address of the comments and by referrign this reference number i have to read the data in INFOTYPES.

1) how to generate this referece code ( 32 length) dynamically ( unique for every user)?

2) how to create Text tables?

3) Whatr is the difference between text table and value tables?

please help me in this regard ..

thanks and regards,

Kranthi kumar .Palle

3 REPLIES 3
Read only

Former Member
0 Likes
518

Hi,

For creating text table Plz refer this thread:

Refer this also.

Thanks

Nitesh

Read only

Former Member
0 Likes
518

Hi,

Value Table

This is maintained at Domain Level.

Text Table

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea9e446011d189700000e8322d00/content.htm

Example for a Text table:TQ56T

Edited by: Neenu Jose on Nov 26, 2008 5:58 AM

Edited by: Neenu Jose on Nov 26, 2008 6:06 AM

Read only

Former Member
0 Likes
518

Hi all,

I need to update longtext in QP01 Txn. I can do this by two methods 1) LSMW Direct i/p method 2) using create_text FM. which is the easier method ?

for first method can you people tel me the Object / Method / Program Name for qp01 txn

for second method can you people tel me how to find text id, name , object etc.....for my long text field .....

and my long text field can be found in Qp01 txn under Inspection characteristic tab ?

thanks,

SIva