Application Development 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: 

what is the meaning of

Former Member
0 Kudos

what is the meaning of

TEXT TABLES

Title was edited by:

Alvaro Tejada Galindo

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check this out -

TABLES

TABLES statement not allowed and the note below.

Basic form

TABLES dbtab.

Effect

Creates a structure - the table work area in a program for the database table , view, or structure dbtab. The table work area has the same name as the object for which you created it. dbtab must be declared in the ABAP Dictionary. The name and sequence of fields in the table work area dbtab corresponds exactly to the sequence of fields in the database table or view definition in the ABAP Dictionary. The ABAP data type (see DATA) and length of the fields are derived from the ABAP Dictionary data types as follows:

ashish

Former Member
0 Kudos

it is description of the master data

suppose material table is MARA ,material number description is available in MAKT Table

so MAKT table is text table of MARA.

Thanks

Seshu

Former Member
0 Kudos

The text is stored in a seperate table from the code so that a different text can be stored for each language. Text tables will have the code as well as a language as the key.

Regards,

Nick