Create Data for Flight Data Model


Posted by Christian Weiß on January 18, 2018

Flight Model

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. :airplane:

The most important tables of the flight model are:

Run the following report in SE38 transaction:

SAPBC_DATA_GENERATOR

SFLIGHT

SFLIGHT

Run the report F8:

SFLIGHT

Result

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.

Backgroundjob to create Flight Model

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:

SFLIGHT

SFLIGHT

I used the Maximum Data Record

SFLIGHT

SFLIGHT

SFLIGHT

SFLIGHT

SFLIGHT

SFLIGHT

Check the background job:

SFLIGHT

Check the result of table SFLIGHT

Run the following report in SE38 transaction:

RSTABLESIZE

SFLIGHT

SFLIGHT

SFLIGHT

1.321 entries in the table SFLIGHT perfect :smiley:.