‎2007 Jan 22 6:06 PM
if i upload 1000 records(VA01 flat file data) of data by using call transaction method how to know where it is stored
‎2007 Jan 22 6:15 PM
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
‎2007 Jan 22 6:10 PM
It will be stored in internla table at runtime and atlast stores in the tables VBAK and VBAP through the tcodes VA01,02 etc.
‎2007 Jan 22 6:15 PM
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