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

Similar Messages

  • 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.

  • Populating a Dynamic List Box in CRM Survey

    Hi All,
    I am currently creating a CRM Survey and am trying to use the 'Dynamic List Box with Single/Multiple Selection' options, but cannot see how i can populate these lists. I get the following error message when selecting the 'Insert Answer Option:
    'Dynamic list boxes' cannot contain statistical answer options'
    I have tried this through both Survey Suite and UI, but cannot go any further. Can anyone point me to where i can populate this list? Sounds like possible a backend table, but i cannot find which one.
    Many Thanks
    Indi

    Would anyone be able to help please?
    Thanks
    Indi

  • 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

  • Add Subform dynamically,on click of Button, in Interactive form generated by Adobe Document Services

    HI,
    I have an XDP file designed by Adobe Designer 7.1 with the following hierarchy of elements:
    -form1(root)
    --Button
    --tmpForm (subform - Repeat subform for each data entry )
    ---ST (Text)
    Now, this XDP file generates an Interactive PDF form with Reader Rights enabled by the Adobe Document Services.
    On click of button, the following javascript is executed on client side:
    var df = _tmpForm.addInstance(1);
    df.ST.rawValue = "HI" ;
    xfa.host.messageBox( "Instances" + tmpForm.all.length ) ;
    On clicking the button, i get the length of the instances of the subform and the size increases on each click, but no element is added "visibly" to the pdf.
    But when i try to do the same by saving the XDP file as Dynamic PDF form for Acrobat 8.0,and open it using Adobe Acrobat PRO 8.0, it works fine.
    My question is,I s it not possible to add subforms dynamically in PDF's generated by Adobe Document Services with Reader Rights enabled?
    Or, is there something that i am missing?
    Please guide.
    Thanks.
    Regards,
    Siddhartha

    Hi,
    you can't change the behavior of the save button in the browser nor in Reader/Acrobat.
    You can add a custom button within your form which calls a custom script from a folder level script using the browserForDoc method.
    The browseForDoc methos is the only one whcih can change the name in the saveAs dialog.
    Here's an example., you can run from Acrobat console.
    You need to combine it with the solution from the other thread to make it work with your form.
    http://forums.adobe.com/message/2266799#2266799%232266799
    var oRetn = app.browseForDoc({
        bSave: true,
        cFilenameInit: "MyForm.pdf",
        cFSInit: "",
    if (typeof oRetn !== "undefined") {
        this.saveAs({
            cFS: oRetn.cFS,
            cPath: oRetn.cPath,
            bPromptToOverwrite: false

  • 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.

  • Add Subform dynamically,in Interactive form in WebDynpro

    HI,
    I an using NW2004s SP9  and have an Interactive form designed by Adobe Designer 7.1 from within the NetWeaver Developer Studio, with the following hierarchy of elements:
    -form1(root)
    --Button
    --tmpForm (subform - Repeat subform for each data entry )
    ---ST (Text)
    The Webdynpro application displays the Interactive PDF form with Reader Rights enabled by the Adobe Document Services.
    On click of button, the following javascript is executed on client side:
    var df = _tmpForm.addInstance(1);
    df.ST.rawValue = "HI"  ;
    xfa.host.messageBox( "Instances" +  tmpForm.all.length ) ;
    On clicking the button, i get the number of the instances of the subform and the size increases on each click, but no element is added "visibly" to the pdf.
    But when i try to do the same by saving the XDP file as Dynamic PDF form for Acrobat 8.0, and open it using Adobe Acrobat PRO 8.0, it works fine.
    My question is,I s it not possible to add subforms dynamically in PDF's generated by Adobe Document Services with Reader Rights enabled?
    Or, is there something that i am missing?
    Please guide.
    Thanks.
    Regards,
    Siddhartha

    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

  • 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 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 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

  • CRM Survey Suit - Questionnaire

    I created a questionnaire and then translated it into German, Spanish and French.   I then activated the translations.  I now need to add additional questions/answers to the survey.  Is there a way to change the English version but not lose the translations?  Every time I copy the survery in the original language it is losing the translations.  I've tried to create a new verison but it did not create with the translations either.
    Any help would be appreciated.

    Hi Marianne,
    I think you must use a walkthrough and when adding new answers you copy them as a new name so you can maintain the original translations, if you find any other way please send us the details.
    Regards,
    Pedro

  • 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

Maybe you are looking for

  • I can't scan over wireless with my laserjet 100 color mfp m175mw - Windows 7

    HP Scan software doesn't boot up and work unless printer is hooked to pc via usb.  Can't seem to scan wirelessly.  Normal?

  • LANC & A/V input

    Finding a camcorder with LANC control and a A/V input is becoming increasingly more difficult. Does anyone know of an alternative to being able to control the functions externally of a camcorder (wired remote for example) and to input video into a ca

  • Compiling package

    I don't know if this is the correct place to call for help - specially since I don't know if my problem falls in Tomcat domain or Java/JSP domain. I have a fairly simple structure of classes - classB creates instance of classA both are part of a pack

  • Loss of Sound Caused by Headphones?

    I seldom use headphones with my iMac but each time I do I seem to lose sound, all sound. I reboot, pull com.apple sound pref., etc but nothing seems to restore the sound. Then "the stars realign" or something and the sound returns. All transpires in

  • X-fi titanium Bass not working after registry cleaner

    Hello, I did a stupid thing, ran ccleaner and cleaned up my registry. After restarting my system I noticed the sound was a lot worse than I remembered. Fiddled around with the settings, pressing default, downloading DTS and dolby digital. Changed to