SAP Reports / Programs

SAPBC_DATA_GENERATOR SAP ABAP Report - Create Data for Flight Data Model







SAPBC_DATA_GENERATOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report SAPBC_DATA_GENERATOR belongs to the flight data model that is used in the ABAP documentation and also in a lot of training courses (for example, in the ABAP, Internet Transaction Server and SAP Web Application Server areas)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPBC_DATA_GENERATOR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BC_DATA_GEN - Create Data for Flight Data Model


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SAPBC_DATA_GENERATOR. "Basic submit
SUBMIT SAPBC_DATA_GENERATOR AND RETURN. "Return to original report after report execution complete
SUBMIT SAPBC_DATA_GENERATOR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: BFUSER = Enable Internet User
Selection Text: BIG_LIST = in Detail
Selection Text: LIST = Generate Log List
Selection Text: MAXIMAL = Maximum Data Record
Selection Text: MINIMAL = Minimum Data Record
Selection Text: MONSTER = Monster Data Record
Selection Text: OBJNAME = BFUSER_TYP-OBJNAME =
Selection Text: PA_BOOK = With Bookings
Selection Text: PA_DARK = Suppress Dialogs
Selection Text: PA_DEL = Delete All Entries
Selection Text: SBCANCEL = Canceled Entries in SBOOK
Selection Text: SM_LIST = Overview
Selection Text: STANDARD = Standard Data Record
Title: Create Data for Flight Data Model
Text Symbol: M19 = MONKFISH
Text Symbol: M18 = TROUT MEUNIERE
Text Symbol: M17 = TROUT AU BLEU
Text Symbol: M16 = FILLET OF BEEF
Text Symbol: M15 = KNUCKLE OF PORK
Text Symbol: M14 = BAVARIAN DUCK
Text Symbol: M13 = TURKEY STEAK
Text Symbol: M12 = CHICKEN AND FRENCH FRIES
Text Symbol: M11 = SCHNITZEL WITH PEPPER SAUCE
Text Symbol: M09 = PORK SCHNITZEL
Text Symbol: M08 = WIENER SCHNITZEL
Text Symbol: M07 = CARPACCIO
Text Symbol: M06 = DUCK ON LETTUCE
Text Symbol: M05 = QUAIL
Text Symbol: M04 = HAMBURG SALAD WITH FRESH SHRIMPS
Text Symbol: M03 = PARIS SALAD
Text Symbol: M02 = NICE SALAD
Text Symbol: M20 = SOLE
Text Symbol: M21 = MINI FRIED SOLE
Text Symbol: M22 = SALMON IN A BEARNAISE SAUCE
Text Symbol: M23 = SALMON LASAGNE
Text Symbol: M24 = CHOCOLATE ICE CREAM
Text Symbol: M25 = VANILLA ICE CREAM
Text Symbol: M26 = VANILLA ICE CREAM WITH HOT CHERRIES





Text Symbol: M27 = VANILLA ICE CREAM WITH HOT RASPBERRIES
Text Symbol: M28 = APPLE STRUDEL
Text Symbol: M29 = RASPBERRY SORBET
Text Symbol: M30 = STRAWBERRY SORBET
Text Symbol: PI1 = Log for
Text Symbol: S01 = Approximate Number of Entries in
Text Symbol: S10 = Generation of large data records only possible in background.
Text Symbol: UN1 = MI
Text Symbol: UN2 = Miles
Text Symbol: UN3 = Miles
Text Symbol: UN4 = Miles
Text Symbol: 334 = 108
Text Symbol: 333 = 14
Text Symbol: 332 = SBOOK
Text Symbol: 331 = SFLIGHT
Text Symbol: 330 = SPFLI
Text Symbol: 319 = Internet user already exists in table BFUSER_TYP
Text Symbol: 318 = BFUSER_TYP-OBJNAME =
Text Symbol: 317 = SCUSTOMER
Text Symbol: 316 = BFUSER_TYP-OBJTYPE =
Text Symbol: 315 = Monster Data Record
Text Symbol: 314 = Maximum Data Record
Text Symbol: 313 = Standard Data Record
Text Symbol: 311 = Minimum Data Record
Text Symbol: 310 = Delete Table Entries
Text Symbol: 212 = BFUSER_TYP: SCUSTOMER entry entered with OBJNAME =
Text Symbol: 211 = BFUSER_TYP: Cannot make SCUSTOMER entry
Text Symbol: 210 = BFUSER_TYP: SCUSTOMER entry exists with OBJNAME =
Text Symbol: 204 = NO FACTORS FOUND
Text Symbol: 203 = OVERFLOW
Text Symbol: 202 = NO RATE FOUND
Text Symbol: 201 = CONVERT TO FOREIGN CURRENCY: EXCEPTION =
Text Symbol: 200 = Airplane type is not in table SAPLANE
Text Symbol: 013 = SY-SUBRC =
Text Symbol: 012 = Error when calling NUMBER GET NEXT function module
Text Symbol: 335 = 27500
Text Symbol: M01 = SEASONAL SALAD
Text Symbol: H01 = New entries in table
Text Symbol: E03 = Error in log for table





Text Symbol: E02 = Error when changing table
Text Symbol: E01 = Error when deleting the table
Text Symbol: 424 = Delete table entries and create new entries?
Text Symbol: 423 = Caution: Old table entries will be deleted and regenerated. Is this OK?
Text Symbol: 420 = Do you really want to delete all table entries?
Text Symbol: 417 = Error when calculating date
Text Symbol: 402 = Logging
Text Symbol: 401 = Internet User
Text Symbol: 400 = Dataset
Text Symbol: 361 = in Detail
Text Symbol: 360 = Overview
Text Symbol: 345 = 1400000
Text Symbol: 344 = 4900
Text Symbol: 343 = 46
Text Symbol: 342 = 0
Text Symbol: 341 = 300000
Text Symbol: 340 = 1300
Text Symbol: 339 = 46
Text Symbol: 338 = 98000
Text Symbol: 337 = 400
Text Symbol: 336 = 26


INCLUDES used within this REPORT SAPBC_DATA_GENERATOR

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPBC_DATA_GENERATOR or its description.