cancel
Showing results for 
Search instead for 
Did you mean: 

BI 7.0 steps

Former Member
0 Kudos

Hi,

I am new to BI 7.0.

Greatfull if anyone of you explain me in detail, how to do a Flat File data Load, data flow how it happens and theoritical explaination, on the usage of new objects that come into picture in the dataflow.

Points assaigned.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Lakshmi,

Follow the following steps to load master data and transaction data in BI 7.0.

Loading of transaction data in BI 7.0:

<b>Uploading of Transaction data</b>

Log on to your SAP

Transaction code RSA1—LEAD YOU TO MODELLING

1. Creation of Info Objects

• In left panel select info object

• Create info area

• Create info object catalog ( characteristics & Key figures ) by right clicking the created info area

• Create new characteristics and key figures under respective catalogs according to the project requirement

• Create required info objects and Activate.

2. Creation of Data Source

• In the left panel select data sources

• Create application component(AC)

• Right click AC and create datasource

• Specify data source name, source system, and data type ( Transaction data )

• In general tab give short, medium, and long description.

• In extraction tab specify file path, header rows to be ignored, data format(csv) and data separator( , )

• In proposal tab load example data and verify it.

• In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during the transformation in Info providers.

• Activate data source and read preview data under preview tab.

• Create info package by right clicking data source and in schedule tab click star to load data to PSA.( make sure to close the flat file during loading )

3. Creation of data targets

• In left panel select info provider

• Select created info area and right click to create ODS( Data store object ) or Cube.

• Specify name fro the ODS or cube and click create

• From the template window select the required characteristics and key figures and drag and drop it into the DATA FIELD and KEY FIELDS

• Click Activate.

• Right click on ODS or Cube and select create transformation.

• In source of transformation , select object type( data source) and specify its name and source system Note: Source system will be a temporary folder or package into which data is getting stored

• Activate created transformation

• Create Data transfer process (DTP) by right clicking the master data attributes

• In extraction tab specify extraction mode ( full)

• In update tab specify error handling ( request green)

• Activate DTP and in execute tab click execute button to load data in data targets.

4. Monitor

Right Click data targets and select manage and in contents tab select contents to view the loaded data. There are two tables in ODS new table and active table to load data from new table to active table you have to activate after selecting the loaded data . Alternatively monitor icon can be used.

Loading of master data in BI 7.0:

<b>For Uploading of master data in BI 7.0</b>

Log on to your SAP

Transaction code RSA1—LEAD YOU TO MODELLING

1. Creation of Info Objects

• In left panel select info object

• Create info area

• Create info object catalog ( characteristics & Key figures ) by right clicking the created info area

• Create new characteristics and key figures under respective catalogs according to the project requirement

• Create required info objects and Activate.

2. Creation of Data Source

• In the left panel select data sources

• Create application component(AC)

• Right click AC and create datasource

• Specify data source name, source system, and data type ( master data attributes, text, hierarchies)

• In general tab give short, medium, and long description.

• In extraction tab specify file path, header rows to be ignored, data format(csv) and data separator( , )

• In proposal tab load example data and verify it.

• In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during the transformation in Info providers.

• Activate data source and read preview data under preview tab.

• Create info package by right clicking data source and in schedule tab click star to load data to PSA.( make sure to close the flat file during loading )

3. Creation of data targets

• In left panel select info provider

• Select created info area and right click to select Insert Characteristics as info provider

• Select required info object ( Ex : Employee ID)

• Under that info object select attributes

• Right click on attributes and select create transformation.

• In source of transformation , select object type( data source) and specify its name and source system Note: Source system will be a temporary folder or package into which data is getting stored

• Activate created transformation

• Create Data transfer process (DTP) by right clicking the master data attributes

• In extraction tab specify extraction mode ( full)

• In update tab specify error handling ( request green)

• Activate DTP and in execute tab click execute button to load data in data targets.

4. Monitor

Right Click data targets and select manage and in contents tab select contents to view the loaded data. Alternatively monitor icon can be used.

Assign points if it is useful.

Best Regards

Prasad

pruthvi_r
Contributor
0 Kudos

Hi,

Refer to this help page:

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/01ed2fe3811a77e10000000a422035/content.htm

Also you can search in the forum, there are lot of threads on this topic.

regards,

Pruthvi R

Former Member
0 Kudos

Hi,

1. Make a flat file source system.

2. Then create a data source.

3. Create Info Package.

4. Create required info objects or use standard one.

5. Create a cube / DSO using these info objects.

6. Create Transformation.

7. Create DTP.

Now you can create queries on your cube / DSO.

Rest all depends on your requirements.

Thanks!