Hello Experts,
Can anyone explain me what is the usage of R3load and R3LDCTL while performing the migration(OS/DB).
If R3LDCTL reads the ABAP dictionary structure of source system
And creates the STR files which describes definition of tables,indexes
And views then what is usage of R3load process apart from performing load tasks (TSK)?
R3LOAD will read the STR files created by R3LDCTL and dump the database table contents in an OS file during export, and during import ABAP, R3LOAD will load the contents of the dump files into the database.