Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Contents of training tables SFLIGHT, SCARR etc

Faaiez
Advisor
Advisor
0 Kudos

Hi

If I recall correctly there is a program that generates data for the training tables. Does anyone know what this program is?

Thanks

Faaiez

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Please refer to SAP Note: 123445

Up to SAP R/3 4.5B:

Choose "Generate data" in transaction BC_MENU to start the data generation program.

SAP R/3 4.6A, 4.6B, and 4.6C

(only in IDES systems and SAP training systems):

Call transaction BC_TOOLS_DATA to start the data generation program.

As of SAP Web Application Server 6.10:

(in SAP systems and customer systems):

Call transaction BC_DATA_GEN to start the data generation program.

7 REPLIES 7

VXLozano
Active Contributor
0 Kudos

Look at

SAPBC_TOOLS_GENERATOR_NEW

I think it's what you want

Wish it helps,

Vicenç

Former Member
0 Kudos

Hi Vicenç,

Which tcode are you using to access SAPBC_TOOLS_GENERATOR_NEW? I looked on our BW 3.2 and R.3 4.7 system, but I could not find that program. Thanks!

0 Kudos

I have always used program SAPBC_DATA_GENERATOR. I will warn you that it is not in our 46C system. However it is in our stand-alone 620 WebAS system. It is in Package SAPBC_DATAMODEL_SERVICE which is part of the SAP_BASIS software component, so I would expect to see it in a 47 system.

nablan_umar
Active Contributor
0 Kudos

Faaiez,

I don't think there is a program that generates a bunch of data for training tables. You might want to try transaction code that start with BC_GLOBAL_*. You can create one record at a time.

Peter_Inotai
Active Contributor
0 Kudos

46C: SAPBC_TOOLS_GENERATOR_NEW

Otherwise try:

SAPBC_DATA_GENERATOR

S_FLIGHT_MODEL_DATA_GENERATOR

Peter

0 Kudos

Hi,

I came across this abap program to load the sample data, with option of how much data you want. You can find it in the installation guide of miniSAP CD 1 (if you have one).

Cheers,

Kelvin

Former Member
0 Kudos

Please refer to SAP Note: 123445

Up to SAP R/3 4.5B:

Choose "Generate data" in transaction BC_MENU to start the data generation program.

SAP R/3 4.6A, 4.6B, and 4.6C

(only in IDES systems and SAP training systems):

Call transaction BC_TOOLS_DATA to start the data generation program.

As of SAP Web Application Server 6.10:

(in SAP systems and customer systems):

Call transaction BC_DATA_GEN to start the data generation program.