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 name variable with * prefix

Former Member
0 Likes
775

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
631

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
Read only

ArcherZhang
Product and Topic Expert
Product and Topic Expert
0 Likes
631

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

BRs

Archer

Read only

Sandra_Rossi
Active Contributor
0 Likes
632

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