Hi everyone,
i am reading aticle based on Extracting data from R3 to BW. There are 3 Extraction Types:
Application Specific: BW Content FI, HR, CO, SAP CRM, LO Cockpit
Customer-Generated Extractors: LIS, FI-SL, CO-PA
Cross Application (Generic Extractors): DB View, InfoSet, Function Module
i am litte bit confusing between these types.
Suppose i have these standard Datasources need to load to BW:
0FI_AP_1
0CO_PC_01
2LIS_02_ACC
So i don't know which Extraction Type should i use? in my thought, i will do so:
For datasource 0FI_AP_1: thats FI datasource, so i will use FI-SL extraction
For datasource 0CO_PC_01: that is CO datasource, so i will follow CO-PA Extraction
For datasource 2LIS_02_ACC: thats is LO datasource, so i will follow these Steps:
Step 1: Install the Business Content
Step 2: Delete Historical Data
Step 2: Delete Data from setup Tables
Step 3: Shutdown ECC
Step 4: Stock Initialization
Step 5: Fill Setup Tables
Step 6: Pull Data for 2LIS_02_ACC
Step 9: Job scheduling to fill delta queue
Step 10: Delta Scheduling
Please help me to identify these issue. Thanks