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

Table defined as *Standard table name

Former Member
0 Likes
583

Hi all,

Tables in standard program are defined as *table name, i want to know how to use it and why they r defined as *table name

and what is the use of defining like this.

example:

Include Program FPLTDATA

TABLES: FPLT, *FPLT, TFPLT.

TABLES: FPLTD, *FPLTD.

TABLES: CCDATA, *CCDATA, CCDATE, CCARD_CVV, CCARD_RCVV.

Thanks

Venkatesh babu V

Hi all,

Tables in standard program are defined as *table name, i want to know how to use it and why they r defined as *table name

and what is the use of defining like this.

example:

Include Program FPLTDATA

TABLES: FPLT, *FPLT, TFPLT.

TABLES: FPLTD, *FPLTD.

TABLES: CCDATA, *CCDATA, CCDATE, CCARD_CVV, CCARD_RCVV.

Thanks

Venkatesh babu V

2 REPLIES 2
Read only

Former Member
0 Likes
531

Hi Venkatesh,

just use F1 help on command TABLES.

Tables *tablename

.

declares an additional table work area.

Regards

rea

Read only

ThomasZloch
Active Contributor
0 Likes
531

FAQ, please search before posting.

Thread locked.

Thomas