enhancing standard bi content master data extractors

7
Enhancing standard BI content master data extractors SAP provides standard BI content master data to extract the data from R/3 to BI system. When we required additiona data to !e extracted" other than the standard BI extractor extract from R/3 " we need to enhance the R/3 data source extractor. #ere we are enhancin$ standard extractor 0CANDIDATE_ATTR with candidate name. We have candidate name in %&ta!e %candidate. We need to enhance '(A)*I*A+,  _AT TR to extract the fied CAND_NAME. Step 1: Enhance the extraction structure first. -o to +ransaction RSA6, seect a standard extractor to !e enhanced and cic on “Enhance Extraction Structure. We can aso $ive ou r own name for this structure. (ic on 0 !utton.  Add fieds to the new structur e and activate it .

Upload: imvav

Post on 12-Feb-2018

221 views

Category:

Documents


0 download

TRANSCRIPT

7/23/2019 Enhancing Standard BI Content Master Data Extractors

http://slidepdf.com/reader/full/enhancing-standard-bi-content-master-data-extractors 1/7

Enhancing standard BI content master data extractors

SAP provides standard BI content master data to extract the data from R/3 to BI system.

When we required additiona data to !e extracted" other than the standard BI extractor extract from R/3 "we need to enhance the R/3 data source extractor.

#ere we are enhancin$ standard extractor 0CANDIDATE_ATTR with candidate name. We havecandidate name in %&ta!e %candidate. We need to enhance '(A)*I*A+, _ATTR to extract the fiedCAND_NAME.

Step 1: Enhance the extraction structure first.

-o to +ransaction RSA6, seect a standard extractor to !e enhanced and cic on “Enhance ExtractionStructure.

We can aso $ive our own name for this structure. (ic on 0 !utton.

 Add fieds to the new structure and activate it.

7/23/2019 Enhancing Standard BI Content Master Data Extractors

http://slidepdf.com/reader/full/enhancing-standard-bi-content-master-data-extractors 2/7

Step !: ,nhancement of data source ,xtractor to write code to manipuate the fied “CAND_NAME.

Seect the extractor and cic on “"unction Enhance#ent or $o to +ransaction CM$D.

(reate a pro1ect.

7/23/2019 Enhancing Standard BI Content Master Data Extractors

http://slidepdf.com/reader/full/enhancing-standard-bi-content-master-data-extractors 3/7

 

(ic on “Enhance#ent a%%i&n#ent%

7/23/2019 Enhancing Standard BI Content Master Data Extractors

http://slidepdf.com/reader/full/enhancing-standard-bi-content-master-data-extractors 4/7

Search for ,nhancement “RSA'0001.

(ic on“co#ponent%.

2ist of function exits wi !e dispayed.

. ,4I+5SAP2RSAP5'' & aows fiin$ user&defined fieds to the extract structure of transaction data forthe SAP BW.

6. ,4I+5SAP2RSAP5''6 & aows fiin$ user&defined fieds to the extract structure for master data ortexts in the SAP BW.

3. ,4I+5SAP2RSAP5''3 & aows chan$in$ the contents of transfer ta!e that has !een $enerated for atext request.

7. ,4I+5SAP2RSAP5''7 & aows chan$in$ the contents of a transfer ta!e created for a hierarchy

request.

*ou!e cic on 8E(IT_SA')RSA'_00!

7/23/2019 Enhancing Standard BI Content Master Data Extractors

http://slidepdf.com/reader/full/enhancing-standard-bi-content-master-data-extractors 5/7

*ou!e cic on incude where we can write code for enhancement

Write the code to manipuate the data for new fieds and activate the pro1ect.

CASE i_datasource.

When '0CANDIDATE_ATTR'.

  Data: loc_cand_data type RC_S_!W_0CANDIDATE_ATTR"  loc_na#e type RC_S_!W_0CANDIDATE_ATTR$cand_na#e.

%oop at i_t_data into loc_cand_data.& rite lo(ic to #anipulate ne )ields.

& select the cand_na#e )or# *candidate )or correspondin( candidate.Select sin(le cand_na#e )ro# +candidate into loc_na#e here o,-id

loc_cand_data$o,-id.

& assi(n to or/ area.

loc_cand_data$cand_na#e loc_na#e.& #odi)y the record

#odi)y i_t_data )ro# loc_cand_data.Clear: loc_cand_data .

Endloop..

ENDCASE.

 A$ain $o to RSA6 to chan$e and $enerate the data source.

7/23/2019 Enhancing Standard BI Content Master Data Extractors

http://slidepdf.com/reader/full/enhancing-standard-bi-content-master-data-extractors 6/7

9nchec “*i+e ie-+ and “ie-+ on- options and aso seect “%e-ection option if any fied needs to !eas seection options for data extraction.

Save and $enerate the data source

7/23/2019 Enhancing Standard BI Content Master Data Extractors

http://slidepdf.com/reader/full/enhancing-standard-bi-content-master-data-extractors 7/7

)ow $o to RSA3 and execute the extractor 0CANDIDATE_ATTR to chec the data..

,nhance the info o!1ect and Repicate the datasource in BI system.