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

bdc

Former Member
0 Likes
352

if i upload 1000 records(VA01 flat file data) of data by using call transaction method how to know where it is stored

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
329

hi,

before the call transaction statement is executed it will be temp.stored in ur itab later in

the respective database table.

Cheers,

Abdul Hakim

2 REPLIES 2
Read only

Former Member
0 Likes
329

It will be stored in internla table at runtime and atlast stores in the tables VBAK and VBAP through the tcodes VA01,02 etc.

Read only

abdul_hakim
Active Contributor
0 Likes
330

hi,

before the call transaction statement is executed it will be temp.stored in ur itab later in

the respective database table.

Cheers,

Abdul Hakim