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 table

Former Member
0 Likes
1,514

can anyone tell, how to create text table in abap.

can anyone tell, how to create text table in abap.

3 REPLIES 3
Read only

Former Member
0 Likes
1,289

Get ur answer here

кu03B1ятu03B9к

Read only

Former Member
0 Likes
1,289

Hi,

Follow this procedure

To create a text table for a table ZABC,

1. you have to create a ZABCT table with the field = all the primary fields of table ZABC + SPRSL type SPRAS + Text field.

2. Every other field except the text field should be primary key fields.

3. Maintain a foreign key relationship between ZABC and ZABCT over the field required field (in TSTCT the required field is TCODE).

4. Activate the table.

5. Now you should be able to traverse to the text table ZABCT from ZABC (menu path: Goto->Text Table)

Hope this will help.

Regards,

Nishit

Read only

Former Member
0 Likes
1,289

hi ,

check this link below

[http://sapport.blogspot.com/2007/01/creation-of-text-table-in-abap.html]