CRM Survey Question

Hi, All:
Currently, we plan to use surveys provided by CRM_Survey_Suite tool. According to the requirement, the surveys will be transport to sales PDAs. Is there any APIs or BAPIs can be used to get the survey data, such as layout, questions, answers? Or is there any SAP pre-defined solutions?
BTW, we also want to know which table store these kind of data?
Thanks a lot!
Any info will be highly appreciated!
Best Regards,
D,H

Hi David,
I use this function to get the xml tags for answers: CRM_SVY_VALUES_READ and SMUM_XML_PARSE.
In the Tx, CRM_SURVEY_TOOL you can know what id has each question and you can use the function to check the table XML_TABLE.
I attach to you an example:
  CALL FUNCTION 'CRM_SVY_VALUES_READ'
    EXPORTING
      VALUEGUID            = line_survey-valueguid
      VALUEVERSION         = line_survey-valueversion
      STATUS               = 'C'
   IMPORTING
*   SURVEY_ID            =
*   SURVEY_VERSION       =
*   CREATED_AT           =
*   CREATED_BY           =
*   MODIFIED_AT          =
*   MODIFIED_BY          =
     VALUE_XML            = value_xml
     X_VALUE_XML          =  x_value_xml
*   ERROR                =
*   VALUEVERSION         =
** with this function you can get the question values of the survey:
  CALL FUNCTION 'SMUM_XML_PARSE'
    EXPORTING
      XML_INPUT = x_value_xml
    TABLES
      XML_TABLE = XML_TABLE
      RETURN    = return1
Hope it helps you.
Regards,
Mon

Similar Messages

  • Read CRM Survey question and answers

    Hi,
    I have a requirement, where-in I need to read the Survey question and answers.
    I am able to read the order data using CRMD_ORDER_READ and able to retrieve the xml id from the table CRM_SVY_DB_SVS. But unable to go further and retrieve the Survey data in text format.
    Any suggestion would be of great help and I promise to reward all the helpful answers.
    Thanks in advance,
    Shankar.

    Hi Shankar-san
    When I had a same inquiry, I used class 'cl_crm_svy_survey_texts' like below.
    data:
      imp_guid type CRMT_OBJECT_GUID
        v_valueg       TYPE crmd_survey-valueguid,
      i_surveyt       TYPE REF TO cl_crm_svy_survey_texts.
      SELECT SINGLE s~valueguid
       FROM  crmd_orderadm_h AS h
        JOIN crmd_link       AS l
         ON  hguid      = lguid_hi
        JOIN crmd_survey     AS s
         ON  lguid_set  = sset_guid
       INTO  v_valueg
       WHERE h~guid = imp_guid.
      CREATE OBJECT i_surveyt
        EXPORTING
          i_valueguid      = v_valueg
        EXCEPTIONS
          survey_not_found = 1
          values_not_found = 2
          OTHERS           = 3.

  • Crm survey suite extractors into BW

    Does anyone know whether there are some Business Content extractors for the survey data in CRM. My CRM colleagues have setup surveys using the CRM_SURVEY_SUITE transaction and it would seem to store at least some of this data in the table CRM_SVY_DB_SVS, but not all. However I cannot find any standard extractors to extract all the survey data.
    There are extractors for the web survey stuff but the CRM_SURVEY_SUITE transaction does not appear to be a web survey.
    Any help would be much appreciated on this.
    We are using CRM 4.0 with BW 3.5
    Thanks
    David

    Hi!
    you can find survey datasources under RSA5  Root->CRM->0crm_SURVEY. these are some datasources
    0SVY_ANSWER_TEXT     CRM Survey: Answers                
    0SVY_APPL_TEXT       CRM Survey: Applications           
    0SVY_DATA_1          CRM Survey: Results                
    0SVY_QSTNNR_TEXT     CRM Survey: Survey Header          
    0SVY_QUEST_TEXT      CRM Survey: Questions              
    0SVY_STATUS_TEXT     CRM Survey: Status of Question     
    0SVY_SURV_TEXT       CRM Survey: Campaign Texts         
    0SVY_TAROBJ_ATTR     CRM Survey: Recipient Attributes   
    and web survey datasources under PI_BASIS->0CA_SUR
    0WS_ANSWER_TEXT    Web Survey: Reply              
    0WS_APPL_TEXT      Web Survey: Applications       
    0WS_KFIGTYP_TEXT   Web Survey: Key Figure Types   
    0WS_QSTNNR_TEXT    Web Survey: Questionnaire      
    0WS_QUEST_TEXT     Web Survey: Questions          
    0WS_STATUS_TEXT    Web Survey: Question Status    
    0WS_SURVEY_TEXT    Web Survey: Survey             
    0WS_TAROBJ_ATTR    Web Survey: Recipient          
    0WS_TAROBJ_TEXT    Web Survey: Recipient          
    hope it helps
    with regards
    ashwin

  • CRM survey report not populating all questions per questionarie in BW.

    Hellos,
    We are facing issue with CRM survey report in BW.
    Against each questionnaire (say 1002) we have 10 questions, however not all 10 questions are appearing in the report.
    From our analysis we figured out the issue is from CRM side.
    Please let me know if anyone has faced this issue.
    Please let me know if more information is required.
    Thanks,
    MK

    Hi,
    Are you using datasource 0SVY_QUEST_TEXT ?
    "From our analysis we figured out the issue is from CRM side."-----can you please provide more detail about this ?
    Regards.

  • Add Question dynamically in crm survey

    How to add the question dynamically in crm survey?
    I checked the two class CL_CRM_SVY_BUILDER and  CL_CRM_SVY_DOM.
    IN htis method Insert_question method is there.
    But how to use this method. What value should we pass in node.?
    If anybody knows about it, then please let me know.

    HI Dezpo,
    Thanks a lot for replying.
    I had checked the updated <b>SAP Note 834573</b> -Interactive Forms based on Adobe software: Acrobat/Reader version, which states that:
    For SAP Interactive Forms by Adobe, you require the following:
    Adobe Acrobat as of Version 7.0.9
    Adobe Reader as of Version 7.0.9
    <b>Important:</b>
    Note that you can only have limited use of Reader 8.0 for forms that, at runtime, are integrated in a WebDynpro application through the xACF technology (Active Components Framework). In this runtime environment, Reader 8.0 currently only supports static interactive forms. If you are using <b>dynamic interactive PDF forms</b>, we recommend that you use <b>Reader 7.0.9.</b> In the application, you can use parameters, or you can call methods, to determine whether you want to create a static or dynamic PDF form.
    I tried with the reader versions - 7.0.7,  7.0.9 and 8.01, but it doesn't work for either of them.
    Regards,
    Siddhartha Jain

  • XSLT transformation error when importing target group in CRM Survey cockpit

    Hi,
    I created a target group using the segment builder and exported that to a local file. Then when creating a survey using CRM survey cockpit (tcode: SURVEY) and trying to import the same target group from the local file; I get an error :
    "Error when applying a XSLT transformation"
    System Response
    Data transformation cannot be executed. Application functions that depend on the transformation cannot be executed
    I tried various file formats : RTF, TXT, XLS, HTML but still I get the same error. Export to XML option is neither available while exporting from segment builder nor while importing into Survey cockpit. The target group is not empty.
    Are there any settings to be maintained to resolve the error ?????
    Dhaval.

    Hi Suhel,
    Thanks for the response... as far as my understanding goes, the crm survey suite can be used for maintaining questoinnaires that are transaction specific. also the functionality of question tables and rows is not available in the survey suite but is available in the survey cockpit (tcode: SURVEY).
    However the same does not allow me to refer to the target groups created using the segment builder.... Is there a way I can use the target group created through the segment builder in the survey cockpit ????
    Dhaval.

  • Generate file to save on server from CRM survey results.

    Hello,
    I need to generate a file from the results of a CRM Survey running in an Internetscenario.
    When mailto is used an email with the attachment POSTDATA.ATT is sent back as attachment.
    How can I copy this document and save it on the customers file system?
    And how can this be realised when running internet scenario without using mailto.
    The scenario is running on CRM 2007.
    Thanks for any ideas.
    Best regards,
    Salvatore

    Hello Salvatore,
    Did your problem resolved? if not could you please elobarte your question so our community can help you much better.
    Thanks
    Raja Pamireddy
    CRM marketing Forum Moderator.

  • CRM Survey result Table

    Hello CRM Experts,
    We have assigned survey to Transaction ( Activities , Lead , Opportuninity )  . Transaction is being created and Questionnaire ( Survey )  is filled . Then Transaction is saved . Transaction ID is generated . We want name of the Table in  which survey Results (answers) are store.
    As we get the tables for Questions of surveys.
    We not able to find the tables where all surveys Results (i.e may filled by Business Partners,Users etc) are store.
    Please suggest.
    Regards.
    Anup.

    HI Anup,
    The list of all tables used in surverys are as follows
    CRM_SVY_DB_MT                  CRM Surveys: Media Type                                
    CRM_SVY_DB_MTT                 CRM Surveys: Media Types (Text Table)                  
    CRM_SVY_DB_S                   CRM Surveys: Survey                                    
    CRM_SVY_DB_SA                  Survey Applications                                    
    CRM_SVY_DB_SAD                 CRM Surveys: Survey Application Descripti              
    CRM_SVY_DB_SD                  CRM Surveys: Survey Description                        
    CRM_SVY_DB_SET                 CRM Surveys: Text Table for CRM_SVY_DB_SE              
    CRM_SVY_DB_SEV                 CRM Surveys: Input Help Table for Function             
    CRM_SVY_DB_SFA                 CRM Surveys: Survey File Access                        
    CRM_SVY_DB_SP                  CRM Surveys: Generic Survey Attributes                 
    CRM_SVY_DB_SSC                 CRM Surveys: Survey Schema                             
    CRM_SVY_DB_ST                  CRM Surveys: Survey Template                           
    CRM_SVY_DB_STS                 CRM Surveys: Survey Transformation Select              
    CRM_SVY_DB_SV                  CRM Surveys: Assessable Survey Values                  
    CRM_SVY_DB_SVS                 CRM Surveys: Survey Values                             
    CRM_SVY_DB_SVT                 CRM Surveys: Survey Value Template                     
    Thanks
    Abishek

  • CRM Survey Rating Table

    Hi Experts,
    Could you provide me SURVEY RATING TABLE NAME on basis of question and answer ?

    hi
    these are tables meant for you
    CRM_SVY_DB_S - CRM Surveys: Survey
    CRM_SVY_DB_SA - Survey Applications*
    CRM_SVY_DB_SD - Survey Description*
    CRM_SVY_DB_SFA - Survey File Access*
    CRM_SVY_DB_SP - Generic survey attributes*
    CRM_SVY_DB_SSC - Survey Schema*
    CRM_SVY_DB_ST - Survey Template*
    CRM_SVY_DB_SV - Assessable Survey Values*
    CRM_SVY_DB_SVS - Survey Values*
    CRM_SVY_DB_SVT - Survey Value Template*
    CRM_SVY_RE_ANSW - Survey Texts (for BW extraction)*
    CRM_SVY_RE_APPL - BW Application*
    best regards
    ashish

  • CRM survey - FM , methods  :-)

    hi,
    anyone has any experience with CRM survey
    interfaces? if there any way to update
    data in them via <b>Function modules</b> or object <b>methods </b>?
    thanks for any help (names of modules, code samples etc.)
    Regards,
    michal

    >>>>The first time am seeing you post a question on the forums
    not true
    I've posted quite a few in the past
    anyway thanks for willing to help
    Regards,
    michal

  • CRM Survey iformation

    Dear all,
    Can you please let me know the table infomration on CRM survey?
    If a survey is created in certain Business transaction (Example appointment), where can i see this survey information in table level?
    thanks and regards,
    Lata
    Edited by: latha reddy on Jul 21, 2010 11:48 AM

    thanks Pepe! Its somewhat useful. I needed to use CRMD_SURVEY to to get value GUID to go to table CRM_SVY_DB_SVS.
    Is it possible to show complete picture of tables to find out Qustiner Questions and answers table vise?
    Thanks and regards,
    Lata.
    Edited by: latha reddy on Jul 22, 2010 4:18 PM

  • Lead generation using CRM Survey

    How leads can be generated suing HTML Survey for external campaigs. What i mean here if campaigns are executed using external website and based on visit by customers on website if they fill in information , how that information can be captured and inturn generate the Lead in CRM system.
    You researching CRM Survey, i noticed that there is functional module given by SAP to generate the Lead. So question is is there any webservice available to integrate the web site - feedback to SAP CRM. We are still on CRM 5.0 SP13.
    Thanks

    Nicol,
    In Tcode: CRM_SURVEY_SUITE select the questionnaire, right click and select
    survey attributes, uncheck the checkbox Evaluate in BIW.
    I know this sounds weird but it works hopefully.
    Lets us know if you still face the same issue.
    Julius

  • CRM Surveys

    Hi SDN friends,
    Right now we are developing a Mobile 7.1 application that read CRM surveys from XML format and paint it on a mobile device (handhelds). We have an important question about surveys best practices. What is the better transaction for manage surveys? We are using the TCODE crm_survey_suite but we find that the TCODE survey brings more UI and logic options than crm_survey_suite. Looking on the sdn forum, we found that:
    TCODE survey is for SRM surveys
    TCOD crm_survey_suite is for CRM surveys
    Itu2019s that true? What is the big difference between this transactions?
    Best Regards and thanks in advance,
    David Faustini

    Hi David,
    when the surveys have should be used in CRM documents like activity, opportunity or the Marketing than you can only use crm_survey_suite. But don't ask me where the other transaction is really used. I also was impressed by it's rich functionality and asking myself why it wasn't used in the CRM.
    Best regards
    Gregor

  • Security implications of publishing CRM Surveys to Internet.

    Hi Experts,
    I am about to implement the CRM V5.0 Survey tool using CRM_SURVEY_SUITE and need to be able to publish these surveys to the web.  I am able to download the survey the my local PC as HTML.  I then need to load it on to a web server and create a url that points to this survey.  I have read through Gregor Wolf's very helpful post on CRM Surveys <a href="/people/gregor.wolf3/blog/2006/07/22/create-run-and-analyze-an-e-mail-campaign-with-a-survey-part-1 Survey</a> but I am unclear as to how the data is sent back to the CRM system.  i.e. how does the submit button send the data to the crm server, the help indicates the Survey mailer should be used but I have been unable to find any additional information on this.  Gregor's post refers to using a BSP to post this information back to CRM, does this not cause a security hole in the network.
    My questions are:
    1. Can other options such as the survey mailer be used to post results from a completed survey back to the crm system?
    2. If the survey mail can be used, how is this set up? or do I have to <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>, if so does anyone have any instructions on setting this up for Wintel servers?
    3. What if any are the security implications of implementing web survey's using the CRM_SURVEY_SUITE?
    4. Can the Survey HTML page be stored on the web displatcher?
    thanks in advance for answers.
    Apologies if any of these questions are simple.
    Thanks
    James

    This browser in my opinion is shady all google searches are done through the united arab emirates google website and this cannot be changed. If you can't search the Google of the county you are there really isn't much point in searching at all. The us government should check this one out. If Puffin is pulling user information for malicious reason or at all, they have over 1 mill Americans personal info.

  • Urgent: Extraction of CRM Survey  and change documents

    Hi BW Experts,
    My requirement is to extract CRM Survey which is linked to Activities as XML file and Change documents from CRM to BW. I know what are the datasources we need to use inorder to extract the Survey data to BW some of them are : 0SVY_DATA_1;0SVY_QUEST_TEXT and 0SVY_ANSWER_TEXT but I am confused in mapping Survey questions to BW as they may be of 200 char do we need to split them or is there anyother way we can map please would anyone suggest me steps to extract the Survey data from CRM to BW i.e from activation to Cube mainly I am worried about how do we map Survey questions to BW objects.
    And also I need to extract Change documents,i.e changes made to the created opportunity,activity transactions, from CRM to BW as the changes are not stored in DB tables but we can view them in extras menu->change documents I think they are linked to transaction number but i donot know how to pull them to BW.Would anyone put some light on it. I appreciate it in advance.
    Thanks in advance
    Regards
    Kishore.

    Hi Kishore,
    I have no experience in CRM extraction in BW.
    Did you try to use 'Propose Transfer Rules' function to map objects from extract structure to the comm structure. I am assuming that you have activated all the required Business Content and replicated your extract structures.
    Why do you want to map field by field? May be I did not understand your question?

Maybe you are looking for

  • How to use resource in jar

    my application use some images in directory /images; and i put the directory in my jar; and in my .java i wirte somefunction("images/aaa.jpg") it cannot be found. why�� it's like this -app/ -app.java -images/ -aaa.jpg

  • Taxinn-Ecess and Hcess not calculated in MIGO

    Hi All, I have Taxinn in place and in the procedure, i have BED, ECESS and HCESS. The condition for ECESS Setoff and HCESS Setoff are calculated in the Purchase Order, but when am trying to do MIGO with (01 Capture and Post Excise Invoice) in the Exc

  • Shipping Date Change issue in SNC

    Hi , Recently we upgraded from SNC5.1 to 7.0.Supplier enters the shipping date in PO worklist and system in turn calculates the Delivery date.This is working fine in Production also. But after upgrade we found that when supplier enters the shipping d

  • Internal Error has occured, Check the log file

    Hello all, After i login to my OEM grid console, i get the message "Internal Error has occured. Check the log file for details." once i press the OK button, i directs me to the home page as if noting has occured. I was happening rarely previosly and

  • How do I open the program PS 5,5 after I have downloaded and installed it (on Mac)?

    I have downloaded and installed Photoshop extended on my Mac today, but I cannot open the program, what more do I have to do?