Survey results not updated to Application

Hi Experts,
I have created a Survey and Questionnaire in SAP-BIW using "SURVEY COCKPIT" (TCODE : SURVEY).
I have than assigned one Target Group to that survey which is having 3 recepients (e-mail ID's).
When I send the Survey to them the mail is deliverd to recepients with survey form as an attachment, but when they are submitting the Questionnaire/Survey the results are not updated into the system.
I have enabled the setting for Questionnaire as Direct Update into Application.
Still the problem persists. I have also done all the required settings in SICF and SO50.
Please help.
Thanks in Advance.

Dear Nishant
For inspection point you need to import SAMPLE_RESULTS also similar to CHAR_RESULTS. A simple method you can adopt is
First create an inspection lot and record this manualy. Once you have recorded it pass the inspection lot to this BAPI - BAPI_INSPOPER_GETDETAIL. Check the data in this BAPI
The same pattern of DATA has to be passed in the BAPI_INSPOPER_RECORDRESULTS
This is BAPI is running fine for me. Please check and let me know if you have any issues
Regards
Gajesh

Similar Messages

  • Cinnamon launcher does not update on application install

    Cinnamon launcher does not update on application install. For example, when I do:
    pacman -S chromium
    Then chromium installs but it does not appear in the cinnamon launcher (search does not work as well). It only appears after I logout and log in again.
    Last edited by n3ziniuka5 (2015-06-02 19:16:44)

    This happens to me sometimes but only when Firefox updates, what I do is press "Alt + F2" and type "restart". This will restart cinnamon without closing any of your windows that you had, NOTE that typing reboot will reboot your system like when you type in the command line so dont confuse the two.

  • I can not update my applications. It says - "there were problems downloading purchased.."

    I can not update my applications. It says - "there were problems downloading purchased.."

    Hey Kqd6910babies!
    i have an article for you here that can help you troubleshoot this issue with updating your iOS device:
    iOS: Troubleshooting update and restore issues
    http://support.apple.com/kb/ts1275
    Take care, and thanks for visiting the Apple Support Communities.
    -Braden

  • HT5621 i could not update my applications since the account that applied was when i was in the US...it says that i needed to change itunes store here in the philippines and how do i do that?

    i could not update my applications since the account that applied was when i was in the US...it says that i needed to change itunes store here in the philippines and how do i do that?

    Click here and follow the instructions to change the iTunes Store country.
    (87167)

  • Why does not update my applications to cc?

    Why does not update my applications to cc? I have all the programs in cs6, adobe aplication manager and tells me this all updated, , but does not update to cc

    CC applications will be available from June.
    Please refer : http://www.adobe.com/products/creativecloud/faq.html

  • Exam results not updated on Oracle CertView

    I have passed the following exam :
    1z0-052 - Oracle 11g Administration I
    in October 22 . The exam results are posted in my PearsonVUE account , but not updated in Oracle CertView acount . Only my previous exam ( 1z0-051 , which was in March ) details are there .
    I have contacted ( a web-form ) Oracle Certification Support two days ago and they never responded.
    My OCA certification is processed only after this exam is updated. How to resolve this ?

    user10268116 wrote:
    It is obvious that Oracle would verify candidates attendance in the Instructor Led Training.
    But how many days it takes from Completion of Track Exam and actually receiving certification ?
    I have raised SR : 22787267 for getting OCP Logo as its more than 3 weeks that I have received OCP Success Kit.
    Can some one from the Certification Team provide answer to this as I'm being constantly asked where I work about the actual Certification.
    Can Oracle find a middle way out to such issues as this may be faced with many alike ?
    Much Appreciate Your Time !
    ~S
    Edited by: user10268116 on Nov 16, 2011 2:37 PMThis is somebody else's thread.... the subject is certview ... it is not obvious from this thread you are talking about certview.
    It would probably be better if you are in your own thread.
    Is it that you have access to certview and your certification doesn't show there, or is it that you haven't recieved your certification success kit in the post?
    It you register on http://certview.oracle.com you can publish your certification credrentials via email from Oracle Certview to thrid parties who ask.

  • I can not update my application from last day until now , I only get error 1009

    Dear Sir/madam
    I am dissatisfied about apple store service , I can not to update my application from 19Aug2003 until now , I only get error 1009 , what is this error , please help me as soon as possible.
    Best regard
    Saeed Ghanaat

    If this is a particular app giving you trouble, I would delete the app then re-install it.

  • VO results not updating on Event

    Gurus,
    The output log from the method below indicates that "acct" is correct, however, my VO is not updated with the additional condition I've defined below. Any ideas?
    VO impl code:
    public void initRef9LovVO(String acct)
    setWhereClause("descriptive_flex_context_code in (select vendor_name from spl_account_map where cont_cd = :1)");
    setWhereClauseParams(null); //Always reset
    setWhereClauseParam(0, acct);
    System.out.println("value_selected in acct2>> "+acct);
    executeQuery();
    Any help would be greatly appreciated.

    We're getting warmer. You guys were right, I had the Picklist View Definition defined instead of the Picklist View Instance. However, when I add the path/VO name to Pick View Intance ... item.oracle.apps.spl.part.server.Ref9LovVO
    it gives me the following error now...
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object item.oracle.apps.spl.part.server of type ApplicationModule not found
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object item.oracle.apps.spl.part.server of type ApplicationModule not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoObjException: JBO-25003: Object item.oracle.apps.spl.part.server of type ApplicationModule not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1960)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Per the tutorial instructions...
    Note: If you want a poplist to automatically reflect changes to its data as a consequence of a PPR event, you must specify the Picklist View Instance when you define it (also set by calling setPicklistViewUsageName()) and not the Picklist View Definition (also set by calling setPicklistViewObjectDefinitionName()). In other words, this will not work if you opt to create a poplist that is cached in the JVM.

  • Retake Quiz results not updated by LMS

    Does Captivate 7 send out a score update every time a test is taken (through a SCORM 1.2 LMS server)? I have the following situation
    Quiz failed on first attempt
    As designed, module presented trainee with retake offer.
    Trainee passes quiz
    LMS score does not update
    What is the likely issue and how can I check for the score information that is being communicated to the LMS?  I am not the LMS admin so I don't have access to the LMS.
    Thanks,
    Nadeem

    Is this the screenshot of your Manifest settings? It is because I do not see something in the fields 'Score identifier'/'Course object title'. The mastery score is not activated in the screenshot, and should be the same as in the Quiz settings. Can you check?
    Lilybiri

  • Finder sidebar not updating with applications open/save dialog boxes

    Hi all,
    I've searched the threads and can't seem to find an answer to this recurring issue that I'm having.
    I save folders to current projects in the Finder sidebar. However, I find that when I try to find those sidebar folders from within the open/save dialog applications that it is often times and old version of the sidebar. In the image linked below note the Finder sidebar on the left and the InDesign CS sidebar on the right. The list of folders is different. The version via InDesign seems to be an older cached version.
    Screen capture: http://www.fabianross.com/forum-images/screen-capture.png
    Does anyone know how to update this cached version to see the new list of folders?
    Thanks,
    Jerry

    Try deleting this file: com.apple.sidebarlists.plist
    /Users/YourName/Library/Preferences. Drag that file from the Preferences folder to the Trash, empty the Trash and reboot. See if that helps...
    Seems to me that Adobe is very picky about where the files are kept on the hard drive. You might not want them in the Sidebar. Whenever you do an Adobe software update, the installer needs the path to where those files go. If it's missing in action, it can wreak havoc.
    Make sure when you do Adobe updates, if there is a link included or a Read Me file, check that out first before installing anything.
    Run Disk Utility and Repair Disk Permissions BEFORE and AFTER any software updates:
    Launch Disk Utility. Select MacintoshHD in the panel on the left, select FirstAid, then click: Repair Disk Permissions. Quit DU when it's finished and reboot.
    Carolyn

  • Results not updating for every row in BIpublisher

    Hi all I have a Bi publisher report that is updating the results for the first row and in the second row to update the results it is picking the values from the first column itself and using the same values for all the other rows.
    Here is my report format
    Month saves Total, for 30,60,90,120
    Jan
    feb
    Mar
    Total are the enrolls by each month and days shows after 30,60,90,120 how many are still active. Following eg should give an idea of exactly whats happening
    Eg:
    Total 30days 60days 90days 120days 150days 180days 210days
    ------------------------------------------------------------------------------------------------------------------------------------------------------------ Jan saves 330 287 274 270 263 262 259 257
    Feb saves 298 255 242 238 231 230 227 225
    Mar saves 291 248 235 231 224 223 220 218
    So what is happening is lets say for example there are a total of 330 enrolls in january and after 30days 287 are still active and after 60days 274 are still active after 90 270...... etc
    Am getting the January active values correctly.
    BUt going forward when I see the values for february The total enrolls for february is 298 and after 30 days which are active is not giving me the correct.
    It is substracting the same amount as jan. looking at the numbers it is substracting
    -43, -13,-4,-7,-1,-3,-2 for Jan which are the cancels after the consecutive days
    It is substracting the same amount for feb also but my actual cancels for feb are different it should be 45,12,8,9,2,2,
    It is doing the same for all the months.
    There should be a change in the code. Following is the XSL code am using in
    <?xdoxslt:set_variable($_XDOCTX, 'v_SavesCanceled', SAVES_CANCELED_COUNT)?>
    <?xdoxslt:set_variable($_XDOCTX, 'v_RtSaves', xdoxslt:get_variable($_XDOCTX, 'v_RtSaves') - xdoxslt:get_variable($_XDOCTX, 'v_SavesCanceled'))?>
    <?xdoxslt:get_variable($_XDOCTX, 'v_RtSaves')?>
    Actually the cancels should be updated for each row but its picking the same cancels for every month.
    Hope it is clear let me know if you need any further info
    Any help is appreciated.
    Thanks

    Thank you very much for your help. The rtf file sent worked and updating results as required.Thank you
    Thanks

  • Can not update the applications that are part of the Technical Communition Suite (TCS) 4.

    The updates... menu is grayed out for all applications that are part of this suit. I know that FrameMaker (FM) 11.0 has updates that should be installed. I have downloaded a patch (11_0_1) for FM and it will not install. I get this message:
    I have Admin rights on the computer and have selected Run As Admin.. when I attemp to install the patch.
    I have TCS 3.5 also loaded and do not have any issues with loading updates.
    OS: Windows 7
    Any ideas as to why I can not install updates for the applications that are part of TCS 4?

    Hi,
    Greetings from Adobe.
    Please go to C:\Program Files (x86)\Common Files\Adobe\AAMUpdaterInventory\1.0
    There will be a .dat file by the  name - AdobeUpdaterAdminPrefs.dat
    Capy this file and paste it on your desktop.
    Open that file in Notepad from desktop.
    Change the value in <Suppressed> tag to ”0”  from "1"
    <Preferences>
                    <Suppressed>0</Suppressed>
    </Preferences>
    After saving the bat file replace it back with the original file at location: C:\Program Files (x86)\Common Files\Adobe\AAMUpdaterInventory\1.0
    close the window and then try to install the patch again.
    Regards,
    Mayank

  • RunState results not updating

    Hello All,
    I am having a problem with RunState.PreviousStep.Result.PassFail variable. It is continue to read as fail when the previous step was shown as pass on the screen. I also get the same problem when accessing the Result.PassFail using the step ID instead of previous step.
    Why is the variable wrong? What can I do to fix it? Thanks.
    Solved!
    Go to Solution.

    I suspect the problem is that your pass/fail step is looping and the final status is not directly reflected by the property you are checking. You should use the precondition builder (the buttons near the precondition expression) for the precondition expression instead. It has predefined preconditions for things like a particular step passing or failing. It checks the Result.Status of the step rather than the property you are currently looking at.
    -Doug

  • Is there a way to not update an application on an Ipad2?

    I downloaded  the new version 3.0 update for nook on my Ipad2, but it is a terrible update.  I have the previous version on my PC.  Is there any way to restore the old version to my Ipad, and to keep it from syncing the new version next time I sync my devices?

    The PC version has nothing to do with the iPad version unless you are saying that you have a backup of the iPad with the older version of the Nook app on it or you still have the old version in your iTunes library.
    If you still have the older version - in the iTunes library on your PC - just delete the app from the iPad and the sync the old version to your PC again.
    You cannot downgrade to an older app version once you have updated it. The only other thing that MAY work is for you to restore your iPad from an old backup that has the older version on it. However, iPad backups only contain data and app settings - not the apps themselves - as far as I can remember. If you try a restore, you may end up with the updated version anyway when you sync with iTunes

  • Dears iTunes gives me the Payment method declined message   and i bought Gift card 25$ and not work because i am in kuwait store and can not change store to USA. i try Master and visa and gift card what i can try else also i can not update free applicati

    Dears
    iTunes gives me the Payment method declined message   and i bought Gift card 25$ and not work because i am in kuwait store and can not change store to USA. i try Master and visa and gift card what i can try else also i can not update free application. my iPhone now useless.
    please help me ASAPi have to buy some application urgently.

    Whether you are trying to use a Credit Card or Redeem a Gift Card... My understanding is that you have to be within the US to use the US Store and have a valid US Billing Address.

Maybe you are looking for

  • CDRW/DVDROM combo drive unable to write

    I tried searching the forum, but nothing seemed to fit.  I've just installed cdw and graveman, and neither of them are letting me write my cd.  Graveman detects the drive in the devices menu, but won't let me select it to write to (the only option it

  • Can't start OC4J container

    Hi! I can't start my OC4J container. I've pasted here the error message. Can anyobody help me? Thanks. C:\Documents and Settings\zoli>java -jar "C:\Program Files\Jdeveloper 10.1.3\j2e e\home\oc4j.jar" 2006-10-09 14:10:29.031 ERROR Failed to set the i

  • What do you mean by 'it wont be a classic' ?

    Thanks for your imput. Im changing over from a pc so please excuse my ignorance, but what do you mean when u say 'it wont be the classic' ? I think youre refering to the fact that I was asked which group I wanted to submit my question to and I chose

  • Screen Share frame stops

    Hi Guys, I got screen share running pretty well now. Quality is as good as it can be but what I am running into the freezing frames every few seconds. I can see flash animations run on the host PC that is streaming to mine but every 5 to 7 seconds, t

  • Value and check tables

    Hi If check table is there for field validation then what is the exclusive use and purpose of value table. Also viceversa?