Posted by Christian Weiß on January 18, 2018
The flight model is the base of all ABAP examples and in the most SAP courses and tutorials. All the tables mentioned in the course matirials exists in your system, so you can reproduce the examples directly in the system.
The flight model is based on data model BC_TRAVEL.
The most important tables of the flight model are:
Run the following report in SE38
transaction:
SAPBC_DATA_GENERATOR
Run the report F8
:
350 entries in the table SFLIGHT
is OK, but a little bit more makes more fun.
The large data records can only be created in the background.
Background job is a non-interactive process that runs behind the normal interactive operations. They run in parallel and do not disturb interactive (foreground jobs) processes and operations.
It is scheduled from SM36
. You can analyze it from SM37
by viewing its job log.
I used the Job Wizzard:
Run the following transaction SM36
:
I used the Maximum Data Record
Check the background job:
Run the following report in SE38
transaction:
RSTABLESIZE
1.321 entries in the table SFLIGHT
perfect .