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: 

Table name variable with * prefix

Former Member
0 Kudos

Hi gurus,

It maybe a very easy question but I couldn't find the answer anywhere on the net.

When checking the enhancement on MV45AIZZ I ran into a statement like that :

lv_zztoplam = ( lv_zztoplam  * vbap-kwmeng ) *vbap-kwmeng .

I didn't get what *vbap means. Can you tell me what it means.

Kind regards,

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor
0 Kudos

It works like a normal variable as Archer said (more precisely like a variable declared with keyword TABLES). It's called "Additional Table Work Area". It's obsolete. Cf ABAP documentation: TABLES * and Obsolete declarations - Interface Work Areas

2 REPLIES 2

ArcherZhang
Advisor
Advisor
0 Kudos

it`s just a variable name from global definition or from somewhere.

BRs

Archer

Sandra_Rossi
Active Contributor
0 Kudos

It works like a normal variable as Archer said (more precisely like a variable declared with keyword TABLES). It's called "Additional Table Work Area". It's obsolete. Cf ABAP documentation: TABLES * and Obsolete declarations - Interface Work Areas