cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance standard data sources in CRM

Former Member
0 Kudos

Hello all,

This is my first time retrieving data from CRM to BW. I have to enhance an standard data source and I would like how to do it; in R/3 we have to use transactional data user exit but someone told me that in CRM we are not able to do it in the same way.

Could anybody help me?

Any documentation or source code will be appreciated.

Regards.

Carmen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello!!!

Thank you very much; your response was very helpfull.

Carmen.

Former Member
0 Kudos

Follow the steps mentioned below.

1. Enhance Extract Structure with the required fields. (Create & include an append structure to the extract structure via transaction RSA6).

2.a) Release the fields of the append for usage. ( To do this, double click on the Datasource and remove the flags in the column 'Hide Field' for all fields of Append).

2.b) If the new fields cannot be seen in the extract structure of the transaction BWA1 then change and save the datasource, and then activate it in RSA6.

3. Define your mappings in BADI (CRM_BWA_MFLOW) to fill these fields.

Goto SPRO . Follow the path ->SAP Implementation guide ->Implementation with other mySAP components ->Data transfer to the Business Information Warehouse-> Settings for the application specific datasources (CRM)->Settings for BW adapter-> Badi :BW adapter :Enhancement of datasources in messaging flow.

4. Replicate the new Datasource to BW.

5. Expand the Communication Structure in BW.

6. Maintain transfer Rules for the new Datasource.

7. Activate the trasfer rules and perform the upload.

Refer to the SAP Note 692195 for more info (Question 4 to be specific).

Hope this helps. Good luck!