Quantcast
Channel: SCN: Message List - Business Content and Extractors
Viewing all articles
Browse latest Browse all 5631

SAP BW CRM extraction of Activity data 0CRM_SALES_ACT_1

$
0
0

Hi BW Experts,

 

I need to bring Tasks (BUS2000125 - Transaction Type) using activity datsource. Need help on this?

SAP BW & CRM both are latest versions.

 

I am using datasource 0CRM_SALES_ACT_1 for bringing in Activities data in BW.

To bring Tasks data, there is an OSS note 669436. As per not, we need to make following change to bring Tasks in BW along with activities-

 

*******************Text from Note************************

In CRM, adjust the following part of the CRM_SALES_ACT_1_MAP function module:

 

 

>> LOOP AT ls_bdoc-activity_h INTO ls_activity_h.

>>>> ..... >> MOVE-CORRESPONDING ls_activity_h TO extract_data. .... >> READ TABLE ls_bdoc-orderadm_h INTO ls_orderadm_h >> WITH KEY orderadm_h_guid = ls_activity_h-orderadm_h_guid >> BINARY SEARCH.

 

>> IF sy-subrc = 0 AND NOT ls_orderadm_h-object_type = gc_object_type-task AND ls_orderadm_h-template_type IS INITIAL. ......

 

 

Remove the line AND NOT ls_orderadm_h-object_type = gc_object_type-task. After you make this change, both the CRM business activity (object type 'BUS2000126') and the CRM task (object type 'BUS2000125') are extracted with the '0CRM_SALES_ACT_1' DataSource.

**********************************************************************

 

After applying these changes still my datasource is not fetching tasks.

 

 

I tried debugging my daatsource & tried going thru code of its extractor..I couldn't find reference of function module referenced in oss note mentioned above.

 

 

Thanks & Regards

 

Arun Purohit


Viewing all articles
Browse latest Browse all 5631

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>