CRM - BW Survey Analytics

Hello Experts - My client is implementing CRM and requested activate Business Content. They had requested to implement Survey Analytics which I am not familiar. Just give some background - Surveys are sent to the customers, feedback is requested into CRM. Data will be will be extracted into BW and do some analysis using APD and send back the data to CRM. I understand the process until getting the data in to BW and not sure what can be done in APD and how to send the info back to CRM. Any information pertaining to this will be helpful. Thanks for your help.
- VN.

Hi Venu,
take a look:
BW Survey Catalogs
SAP Note Number: [938679|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bct/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d393338363739%7d]
Regards
Andreas

Similar Messages

  • CRM / BW SURVEY

    Dear friends,
    This question is related to CRM survey and i have created a new survey questionire in CRM_SURVEY_SUITE , CALL BACK TO PAI --> CRM_SVY_S_PAI and i have checked the evolution in Business information warehouse.
    what is the purpose of that check box? and how can i get those survey data in BW? WHERE i have to create the report?
    how to extract those submitted data in to BW?
    CRM BW experts pls help me.
    thanks,
    Anand

    HI RAM,
    Being a BW consultant i have created a sample survey questionire in CRM development system.
    but how do i bring those info to bw?
    because no datasource involved... included only functional modules and using BSP
    If you have any idea pls let me know

  • How to read values of CRM Activity Survey

    Hi Folks
    In our CRM 3.1 system, our customizer has customized a Survey when creating af Activity.
    And it works fine. Now She need a ABAP report, which among other values, is going to write out the values registered in the SUrvey. As far as I can see there are som tables CRMSVY and Function Modules CRMSVY But which one do I have to use.
    I have found the GUID via FM: CRM_SURVEY_GET_LINK. BUt how do I get the saved values?
    Have a mery Xmas
    Carsten

    Hi,
    this code reads a certain survey within an order, change the order guid and survey name as you like.
    REPORT  zsb_survey                              .
    DATA     ls_values_xml         TYPE xstring.
    DATA     ls_xml_string         TYPE string..
    DATA     values                TYPE REF TO cl_crm_svy_values.
    DATA     all_values    TYPE survy_t_all_values.
    DATA guid TYPE crmt_object_guid.
    guid = '27B1FA473F55E52FE1000000914E2D8C'.                  "18100
    DATA survey_ui_tab     TYPE crmt_survey_ui_tab.
    DATA survey_ui         TYPE crmt_survey_ui.
    DATA it_answers        TYPE zcrm_qa_answers_tb.
    DATA l_answer          TYPE zcrm_qa_answers.
    DATA texts             TYPE crm_svy_api_survey_text_t.
    DATA text              TYPE crm_svy_api_survey_text.
    DATA g_cust_data       TYPE crmd_customer_h.
    DATA dom_text          TYPE dd07v.
    DATA it_status         TYPE  crmt_status_wrkt.
    DATA     lv_error              TYPE bapiret1.
    DATA l_status          TYPE  crmt_status_wrk.
    DATA it_service_os     TYPE  crmt_srv_osset_wrkt.
    DATA l_service_os      TYPE  crmt_srv_osset_wrk.
    DATA lt_osset           TYPE crmt_srv_osset_wrkt1.
    DATA l_osset              TYPE crmt_srv_osset_wrk1.
    DATA lt_subject TYPE crmt_srv_subject_wrkt.
    DATA l_subject TYPE crmt_srv_subject_wrk.
    DATA ev_application TYPE  wff_application.
    DATA ev_service TYPE  wff_service.
    DATA ev_survey_version TYPE  crm_svy_db_svers.
    DATA    ls_crm_svy_db_s       TYPE crm_svy_db_s.
    DATA    lt_crm_svy_db_s       TYPE TABLE OF crm_svy_db_s.
    SELECT SINGLE * FROM crmd_customer_h INTO g_cust_data
    WHERE guid = guid.
    *get the survey data
    CALL FUNCTION 'CRM_SURVEY_DATA_GET'
      EXPORTING
        iv_object_kind = 'A'
        iv_object_guid = guid
      IMPORTING
        et_survey_ui   = survey_ui_tab
      EXCEPTIONS
        error_occurred = 1
        OTHERS         = 2.
    READ TABLE survey_ui_tab INTO survey_ui
    WITH KEY surveyid = 'Z_ZPRO_2_NOCFORMULIER NIEUW'.
    CALL FUNCTION 'CRM_SVY_GET_SURVEY_TEXTS'
      EXPORTING
      SURVEY                 =
        application_id         = survey_ui-applicationid
        survey_id              = survey_ui-surveyid
       language               = sy-langu
    IMPORTING
       survey_texts           = texts
    CHANGING
       survey_version         = survey_ui-surveyversion"
    EXCEPTIONS
       survey_not_found       = 1
       OTHERS                 = 2
    CALL FUNCTION 'CRM_SVY_DB_S_READ'
      EXPORTING
        surveyid      = survey_ui-surveyid
        surveyversion = survey_ui-surveyversion
      IMPORTING
        error         = lv_error
      TABLES
        survey        = lt_crm_svy_db_s.
    READ TABLE lt_crm_svy_db_s INTO ls_crm_svy_db_s INDEX 1.
    ev_application    = ls_crm_svy_db_s-applicationid.
    ev_service        = survey_ui-surveyid.
    ev_survey_version = survey_ui-surveyversion.
    ls_values_xml = survey_ui-valuexml.
    CALL FUNCTION 'CRM_SVY_DB_CONVERT_HEX2STRING'
      EXPORTING
        x = ls_values_xml
      IMPORTING
        s = ls_xml_string.
    CREATE OBJECT values
      EXPORTING
        i_internal_values_xml = ls_xml_string.
    CALL METHOD values->values_get_all
      IMPORTING
        et_all_values = all_values.
    BREAK-POINT.
    Cheers,
    Stefan.

  • CRM HTTP Survey Security

    Hi,
    We are currently triying to use CRM survey via HTTP.
    In order to give access to our customers we want to use SAP Web Dispatcher.
    Our Security team has issues about this solution, because they think that is insecure.
    I would like to know if anyone has already used this solution, and wich kind of infraestructure was used from the security point of view.
    Any information will be helpfull.
    Best Regards,
    Leandro Ferraiuolo.

    Hi Leandro,
    perhaps it helps if you have a look at my Weblog: <a href="/people/gregor.wolf3/blog/2005/11/07/setup-sap-web-dispatcher-with-url-filter-on-suse-linux-90">Setup SAP Web Dispatcher with URL Filter on SuSE Linux 9.0</a>. It describes our implementation to provide Surveyes in the Internet for our E-Mail Campaingns.
    Regards
    Gregor

  • CRM Web Survey

    Hello Experts,
    I am trying to load Text master data for Web Survey. Zero records are found.
    Also in CRM system in TCode RSA3 there are Zero records. But when I load Transaction data in the Cube the data is getting recorded in the cube. But even for Transaction Info Sources when I goto CRM system TCode RSA3 and execute the Data Source Zero records are found.
    I am doing Web Survey for the first time is there any setting I am missing out on.
    Kindly help. Point will be awarded.
    Info Source are:
    Answer Option             0WS_ANSWER (Master Data)
    Application                  0WS_APPL (Master Data)
    Question                     0WS_QUEST (Master Data)
    Questionnaire              0WS_QSTNNR (Master Data)
    Questionnaire Status    0WS_STATUS (Master Data)
    Recipients                   0WS_TAROBJ (Master Data)
    Survey                         0WS_SURVEY (Master Data)
                                       0SVY_DATA_1 (Transaction data)
                                       0WS_DATA_1 (Transaction data)
    Thanks,
    DS

    Hi,
    Goto the tcode RSO2 and Enter the datasource name and then it will give the table name from which it is extracting data.
    *Hope it helps.

  • Implementing CRM 5.2 Analytics without BIW

    Hi,
    Can anyone tell me, whether CRM Analytics be implemented without actually having BIW implemented?
    If yes, what (servers, patches, stacks) needs to be installed and which modules are applicable?
    Please reply ASAP, full marks rewarded?
    Thanks,
    Bobby

    Hello,
    As from CRM 5.1 SAP included a 'mini' BI in the CRM system. This mini BI is used to work with the Online Reporting module of CRM and thus allowing you to easily create reports in CRM without a dedicated BI system. But, there is a catch, you really need someone with BI knowledge in order to create these reports.
    But, maybe you are satisfied with the default reports SAP provides.
    Check if the standard business role ANALYTICSPRO exists in your system and assign it to a user. Login with that user to the WebUI/Client and check out the Reports. There are two different kind of reports (indicated by a different icon), namely OLTP reports (these are the mini BI CRM reports) and 'real' BI reports (you can ignore these since they require a dedicated BI system).
    SAP has a howto document on how to setup Online Reporting called 'Guide For Configuration of CRM Reporting.pdf' and can be found in the RKT (service.sap.com/rkt). If you do not have access, leave me your e-mail.
    SAP recommends to run the "BI Client" (that's how they call the mini BI) in a separate client (mandant) on the CRM server, we did it in the same client as the CRM server without problems.
    Hope this helps,
    Reward points if useful!
    Regards,
    Joost

  • What is the Relationship between CRM On Demand Analytics and OBIEE?

    How are these things different? How are they the same?
    Thanks

    Dear Mohammed,
    You can keep creating new threads for this question but I think the answer will be the same.
    There does not appear at this time to be an opensource API for Java for H.323. I do not know why this is but it appears to be well so. The open H322 site has a C++ project and the last time you asked this question and again today I did quite a bit of searching and I cannot find ANY Java open source API for this. As I also mentioned the last time there was a JSR for H323 but it was withdrawn. Between this and the number of closed source only (but free) implementations I strongly suspect that there are some licensing or something issues with H.323 technology or implementations that are restricting development of versions at least for Java.
    All in all give it up.
    I strongly believe at this point your best and perhaps only recourse is to use the IBM engine. It appears free to use. The source is closed but again I see no alternative.
    Regards

  • CRM Survey Evaluation Data Storage

    Hi!
    I create, with the CRM_SURVEY_SUITE, some questionnaires, and I enter values for all the questions.
    When I work with these activities, I need to take these values,
    Does anyone know which tables store this information? And if I need some functions to interpret this information (I need the values and/or percentages)?
    Will reward points!
    Regards,
    Gonzalo Henderson.

    hi
    first of all i would like to explain the standard methodology to store the surevy results in CRM
    In SAP Standard when a customer answers a survey, a new activity with transaction type ‘0000’ will be created that automatically triggers the follow-up processes. In our business scenario we’re not using transaction type ‘0000’ but ‘Y004’ instead.
    To make the campaign automation survey scenario running for this transaction type as well you have to change a BAdI.
    The following procedure describes where and how to adapt the respective changes.
    In a real customer scenario this is a very likely procedure.
    Transaction Code SE18
    1. SAP Menu Architecture and Technology---->ABAP Workbench -
    >Utilities -
    >Business Add-Ins
    2. Enter the name of the respective BAdI CRM_MKTCA_SVY_PAI in the field Definition Name and choose Display first.
    3. Go to tab ‘Interface’ and double-click on the default implementation class CL_DEF_IM_CRM_MKTCA_SVY_PAI.
    4. Again, double-click on method IF_EX_CRM_MKTCA_SVY_PAI~PROCESS_SVY_PAI_FOR_CA and confirm the following dialog box with Yes.
    5. In the following you see the example implementation for transaction type ‘0000’.
    6. Now switch to change mode and search for ‘0000’ with the Find/Replace button.
    7. In the following replace the line
    iv_process_type = '0000' with the line
    iv_process_type = 'Y004'
    8. Save your settings and don’t forget to activate your coding again.
    now just try to understand it
    because as soon as customer repond to the survey you get an in bound activity
    this activity generation is crucial part of response analysing because this activity contains the info regarding the customer response
    you can also see the details of the sales activity automatically triggered in CRM when survey response is filled from customer
    in following tables
    ECRM_ISU_ACTIVITY_DISPLAY
    Displays an activity by taking the Business Transaction Number for the same.
    CRM_CLM_CREATE_CALL_LIST
    Create call list for activities generated
    ET_ACTIVITY_H
    Header Details of an activity such as PRIORITY,
    OBJECTIVE, Address Details etc.
    ET_ACTIVITY_I
    Item Details of an activity.
    in the similar way you are trying to retrieve the surevy info stored in tables
    also This activity also has the response of the customer which can be viewed in the Questionaire Tab of the activity.
    You need to maintain a customizing setting for Questionaire Determination.
    Customer Relationship Management -> Transactions-> Settings for Activities -> Questionnaires -> Define Determination for Questionnaires: Business Activity.
    Maintain an entry here. Put the Determiantion Id, Descr and transaction type (0000), keep the Questionaire Column Blank, and mark the Checkbox in the Active Column.
    3. At the database level two tables get updated based on the response.
    • CRMD_MKTRU_SVY: Assignment Business Partner / Surveys
    • CRMD_MKTCA_CT_IN: Table for Inbound Entry
    Also in transaction CRM_SURVEY_SUITE, select your survey and click on the Evaluation Button. It should also show the response of the customers
    and in your case customer is you coz you urself are filling the surveys.
    best regards
    ashish

  • CRM On Demand Customer Support Webinars

    All, if you click on Training and Support link in the upper right of your On Demand application you will see under News and Announcements a webinar "Common Issues in CRM On Demand Analytics" scheduled on Thursday October 8 at 2:00 PM MT. This will be the first of several webinars hosted by CRM On Demand Customer Support.
    Edited by: bobb on Oct 1, 2009 7:22 PM

    Bob,
    Thanks for notifying us, do you know if these will be recorded as watching sessions at 2am means you don't remember terribly much of it at 7am... ;-D
    cheers
    Alex

  • Doubts on CRM Project.

    Hi friends,
    Recently I Placed BW CRM project.
    90 % extractions are generic function module extractions.
    how crm data is extracted to BW.
    what is the role
    CRM middleware,BW adapter,CRM Analytics.
    MY intension is how crm extractions differ from other extractions.
    Thanks,
    Madhu.

    Dear Madhu,
    Pls find the following links.
    http://help.sap.com/erp2005_ehp_02/helpdata/en/c4/80fa3a0376a51fe10000000a114084/frameset.htm
    http://help.sap.com/bp_crmv250/CRM_DE/BBLibrary/html/BBlibrary.htm
    The main 3 analytics in CRM are Sales Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/40/fad93f2e93f106e10000000a1550b0/frameset.htm
    Service Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/f1/9dfb3b699bde74e10000000a114084/frameset.htm
    Marketing Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/be/92fb3b28904f73e10000000a114084/frameset.htm
    Extract CRM Contract data to BW.
    Thanks,
    Atin

  • Reg:my sap crm

    Gurus,
              my sap crm contains what components?
    I mean does my sap crm  contains BI,APO,R/3 or just CRM.
    And my sap business suite contains what components?
    Thanks

    Hi,
    The three main areas in CRM are Sales, Service and Marketting.
    You can go through the following links:
    https://websmp108.sap-ag.de/rkt-crm
    http://help.sap.com/saphelp_crm50/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm
    http://www.sap.com/solutions/business-suite/crm/index.epx
    Also pls find the link for CRM Analytics:
    The main 3 analytics in CRM are Sales Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/40/fad93f2e93f106e10000000a1550b0/frameset.htm
    Service Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/f1/9dfb3b699bde74e10000000a114084/frameset.htm
    Marketing Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/be/92fb3b28904f73e10000000a114084/frameset.htm
    Also pls find the following links:
    http://www.sap.com/solutions/business-suite/crm/index.epx
    http://help.sap.com/bp_crmv250/CRM_DE/BBLibrary/html/BBlibrary.htm
    mySAP business suite contains all the components like CRM, SCM, SRM, ERP (R/3), PLM etc.
    Pls find:
    http://www.sap.com/solutions/business-suite/index.epx
    Thanks,
    Atin

  • Need Doc on CRM

    Hello Experts,
    I will be trained on CRM.So I need a doc on CRM to know what is CRM and the basic functions in it.
    Kindly provide me the document or give me the path in sdn.sap.com or help.sap.com.
    Thank You.
    K V

    Dear KV,
    Please find the following links. The three main areas in CRM are Sales, Service and Marketting.
    https://websmp108.sap-ag.de/rkt-crm
    http://help.sap.com/saphelp_crm50/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm
    http://www.sap.com/solutions/business-suite/crm/index.epx
    http://help.sap.com/bp_crmv250/CRM_DE/BBLibrary/html/BBlibrary.htm
    Also pls find the link for Analytics:
    The main 3 analytics in CRM are Sales Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/40/fad93f2e93f106e10000000a1550b0/frameset.htm
    Service Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/f1/9dfb3b699bde74e10000000a114084/frameset.htm
    Marketing Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/be/92fb3b28904f73e10000000a114084/frameset.htm
    SDN:
    Re: CRM - Certification
    Re: CRM basics
    Re: BASIC Doubts
    Re: Difference between CRM 4.0 & 5.0
    Re: Different UI Technologies available for CRM Development
    Thanks,
    Atin

  • CRM 500MW Book

    Hi,
    Can anyone please send me the newer version of CRM 500 MW Overview book. I have BBPCRM 310 version with me.
    Please mail it to [email protected]
    Points will be rewarded.
    Thanks,
    Rashmi.

    Dear Vinod,
    I think that will be a right decession. You can move to SAP CRM as a functional consultant..specially you can choose the Sales area. You can attend a training conducted by SAP and can appear for the certification.Also to start go through the following links:
    The three main areas in CRM are Sales, Service and Marketting.
    https://websmp108.sap-ag.de/rkt-crm
    http://help.sap.com/saphelp_crm50/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm
    http://www.sap.com/solutions/business-suite/crm/index.epx
    Also pls find the link for Analytics:
    The main 3 analytics in CRM are Sales Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/40/fad93f2e93f106e10000000a1550b0/frameset.htm
    Service Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/f1/9dfb3b699bde74e10000000a114084/frameset.htm
    Marketing Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/be/92fb3b28904f73e10000000a114084/frameset.htm
    Also  find the following links:
    http://www.sap.com/solutions/business-suite/crm/index.epx
    http://help.sap.com/bp_crmv250/CRM_DE/BBLibrary/html/BBlibrary.htm
    Thanks,
    Atin
    <b><b>Reward points if it helps.</b></b>
    Dear Asutosh,
    Thos links will be helpful for you too.
    Thanks,
    Atin
    <b><b>Reward points if it helps.</b></b>

  • Looking for list of topics in sap crm

    hi every one,
    i was looking for list of topics in sap crm as i was entirely new to sap .. 
              so pls guide with links for getting documents related to the topics.
    it would be nice, if i good glance about the topics and the documents related to it as soon as possible.
    and let me know how far CRM would survey in the market ...

    HI,
    Start to research SAP CRM by WIKI:
    http://wiki.sdn.sap.com/wiki/display/CRM/CustomerRelationshipManagement
    Denis.

  • Require information on CRM module

    Hi Gurus,
    I got a requirement on data migration in CRM module.This is the first
    time i am working with CRM module and i am not aware with CRM module.
    Please provide some data with which i can understand the basic scenario
    of CRM module and some material which helps for data migration in CRM
    module.
    Points will be rewarded.
    Regards,
    Sonali.

    Dear Sonali,
    Pls find the following links. The three main areas in CRM are Sales, Service and Marketting.
    http://help.sap.com/bp_crmv250/CRM_DE/index.htm
    https://websmp108.sap-ag.de/rkt-crm
    http://help.sap.com/saphelp_crm50/helpdata/en/1a/023d63b8387c4a8dfea6592f3a23a7/frameset.htm
    http://www.sap.com/solutions/business-suite/crm/index.epx
    Also pls find the link for Analytics:
    The main 3 analytics in CRM are Sales Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/40/fad93f2e93f106e10000000a1550b0/frameset.htm
    Service Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/f1/9dfb3b699bde74e10000000a114084/frameset.htm
    Marketing Analytics:
    http://help.sap.com/saphelp_crm50/helpdata/en/be/92fb3b28904f73e10000000a114084/frameset.htm
    By the way which version of CRM are you going to use? 5.0, 5.1 or 5.2.
    <b><b>Data Migration:</b></b>
    In data Migration perspective you have to first identify which are the objects you are going to migrate like Contracts, Assets, Business Partner etc and based on that you have to finalize the strategy and approch (whether to use BAPI/Batch Input/Direct Input). Mostly LSMW is used. The steps are:
    &#61656;     Identification of  Stake Holders
    &#61656;     Identification of Target data requirement
    &#61656;     Identification of Source data
    &#61656;     Finalizing the solution architecture (whether you will be using any intermediate staging env or not and whether to use an ETL tool for that)
    &#61656;     Mapping of source to target
    &#61656;     Resolution of data gaps
    &#61656;     Preparation of test plan and data
    &#61656;     Development
    &#61656;     Integration Testing
    &#61656;     Volume testing
    &#61656;     Production Load
    Once you finalize the object to be migrated can think about the strategy for each. Business partner must be there.
    Few assumption/important points for Business Partner:
    -> All the relevant BP role types are defined in both CRM and R/3
    -> All the necessary configuration (such as Bank Master, number range, etc.) on either CRM and R/3 side and middleware between CRM and R/3 is complete for correct flow of BP data from CRM to R/3
    -> To accommodate this, SAP CRM needs to be configured to take the external number assignment for migrating Business Partner purpose
    ->If Business Agreement is there, once Business agreement is created on the CRM side, a Contract Account is created on the R/3 side. This part happens as part of normal middleware configuration.
    Pls find the following helpful links with respect to Data Migration:
    http://help.sap.com/saphelp_46c/helpdata/en/2e/9e4638a28b2763e10000009b38f8cf/frameset.htm
    http://help.sap.com/erp2005_ehp_02/helpdata/en/78/9de93a4295ac61e10000000a114084/frameset.htm
    http://help.sap.com/erp2005_ehp_02/helpdata/en/38/532640632cec01e10000000a155106/frameset.htm
    http://www.sap.com/solutions/pdf/BWP_Accelerated_Data_Migration.pdf
    Thanks,
    Atin
    <b><b>Reward points if it helps.</b></b>

Maybe you are looking for

  • ITunes doesn't create an "iTunes Library" file

    I'm desperate - since a couple of days every time I restart my computer iTunes library is empty, I have to move all the content to the library again. And subscribe to all the 39 podcasts again!!! Next day... everything starts from the beginning! I've

  • Creating video mpegs for use in a windows based powerpoint presentation

    im putting a few short video clips together for a friend to use as part of a powerpoint presentation for work.. i have tried to send him a quicktime movie before and he hasn't been able to play it back at work so im worried about how to encode these

  • Slide Audio plays twice, almost like an echo.

    Hopefully this is not weird and there's a quick fix, but basically, for a couple of my slides, the audio almost has like an echo. It's not the audio file iteslf, I've tested it many times. It seems as if there's a duplicate audio file playing about a

  • Why is iTunes U not available in all countries?

    Hi, I work at an education institucion in Uruguay and we have a 1:1 iPad program. I would like to know how to get iTunes U for Uruguay. Thanks in advance for your help! Luciana

  • I can't download pdfs on my mac using Adobe Reader XI

    I use Mac OS X (version 10.6.8) and have downloaded Adobe Reader XI (11.0). I now can't download any pdfs. Please could someone give any advice?