PCR Adobe Form generation error

Hi,
I am trying to create PCR. I followed ISR Cook book from Service market place. When i try to save Adobe form it is asking me to activate the form when i say activate it it is giving error.
<b>An error occurred when generating the Adobe Form
Message no. QISR402</b>
What could be the problem?? How to solve this??
Thanks

Hi Santhosh,
You can try the following..
In the backend use Tcode SE91.. fill in QISR as the Message Class & 402 as the Message Number and click on the 'Where-Used List' icon in the menu.. If the message is not triggered dynamically, it will take you to the program where it is triggered.. may be that will help you locate the error..
Regards,
Suresh Datti

Similar Messages

  • Updating PCR Adobe Forms to Layout Type ZCI

    I came across OSS Note: 956074 and am trying to determine if the PCR Adobe Forms we are using need to be update to layout type ZCI.
    When I execute the program in SA38: FP_CHK_REPORT and provide ISR_FORM_SPSE as the form I am getting a logon box to AdobeDocumentServices/Config.  I provide the ADSUser ID and Password that has been created.  After attempting to logon three times, I received the following error message.
    ADS: SOAP Framework error: SOAP Runtime Exception: CSoa(ADS)
    Does anyone have suggestions for troubleshooting this error message?
    Thanks,
    Ashley

    No the password for ADSUser has not expired and the setting is checked so that it won't expire and does not have to be changed. 
    I do realize that all the forms need to be updated.  When I try to manually change the layout type to ZCI for each form through SFP I am not able to reactivate the forms.  When I click the activate button I get the same logon box as when I run FP_CHK_REPORT.  I provide the ADSUser ID and Password that has been created. After attempting to logon three times, I received the following error message.
    ADS: SOAP Framework error: SOAP Runtime Exception: CSoa(ADS)

  • Adobe form/reader  error

    Hi
    We are working on PCR forms in MSS and having some issues with certain forms.
    I am UNABLE to select any option in the PCR Adobe form's DROPDOWN LIST
    BOX and any Adobe form which has a dropdown list comes up with an error
    message "message limit exceeded. Remaining n errors not reported" when 'n' could be any number.
    We are on EP 7, ECC6.0 (NW2004s) and Adobe Reader 7.0.8
    I tried this with and without the xACF component, still having the same issue.
    Any recommendations on how to solve this?
    Thanks
    Regards
    Michael

    Hello Michael,
    All the PCR forms are ZCI ased forms. Hence, working with or without ACF does not make a difference. Most probably, you are missing the dynamic mapping for the DDLs. Please open the form in the designer and select the DDL. Under the "Object" > "Binding" tab, click on the "Specify Item Values" link. This will popup a "Dynamic Properties" window. Could you please tell me what do you see there ? If you have not changed this dynamic property you will see the following entry: "$record.sap-vhlist.<b>REPLACE_THIS</b>.item[*]". You need to replace the "REPLACE_THIS" portion with the appropriate context structure here for the DDL under consideration. For example, if you have a context structure as follows:
      [code]Context
             DDLData (dataSource node)
               ValueHelpDDL (attribute of type String mapped to DDL)[/code]
    Your SOM expression should look like:
    [code]$record.sap-vhlist.ValueHelpDDL.item[*][/code]
    Now, let us take a more complex context structure:
    [code]
    Context
             DDLData (dataSource node)
               MyDDLData (internal node)
                 DDLDataItems (one more internal node)
                   ValueHelpDDL(attribute of type String mapped to DDL)
    [/code]
    In the above case your dynamic binding should be as follows:
    [code]
    $record.sap-vhlist.MyDDLData\.DDLDataItems\.ValueHelpDDL.item[*]
    [/code]
    Notice how the "<b>\.</b>"s are inserted in between to separate the context structure. Make sure that the node names are correct. When the changes are done, please redeploy the application and try again.
    Note: Please do not change anything inside the "DO NOT MODIFY" section. If you think that there is a bug or a problem with the code, please report it to SAP immediately. That way we can avoid any potential conflict.
    Best Regards,
    Krish

  • PCR -Adobe form error

    Hi,
    We are tryying to configure the standard PCR iview available.
    Currently employee on clicking the PCR iview can see employees under him
    but when he selects an employee and clicks iview "change area and subarea"
    we get the following error.(Adobe form has been mapeed to scenario)
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:396)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:731)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:667)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:879)
         at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1291)
         at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:325)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:831)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:341)
         ... 45 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
         com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (401) Unauthorized. The requested URL was:"http://abcd:50000/AdobeDocumentServices/Config?style=document"
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:382)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.render(PDFObject.java:3710)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:139)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
         ... 48 more
    Ani ideas..?
    Thanks
    Rocky

    Hi Santhosh,
    You can try the following..
    In the backend use Tcode SE91.. fill in QISR as the Message Class & 402 as the Message Number and click on the 'Where-Used List' icon in the menu.. If the message is not triggered dynamically, it will take you to the program where it is triggered.. may be that will help you locate the error..
    Regards,
    Suresh Datti

  • Adobe form generation fm throwing system error

    Hi All,
    If the item data we are sending is greater than 19 records then the Fm is throwing system error.
    If we send less than 19 it is generating the adobe form.
    I checked all the Zcode there is no restriction in Zcode.
    Can you please provide your ideas in overcoming this.
    Thanks in advance.
    Regards,
    Vishnu

    Hi Santhosh,
    You can try the following..
    In the backend use Tcode SE91.. fill in QISR as the Message Class & 402 as the Message Number and click on the 'Where-Used List' icon in the menu.. If the message is not triggered dynamically, it will take you to the program where it is triggered.. may be that will help you locate the error..
    Regards,
    Suresh Datti

  • SAP Adobe form getting error when printing QRCODE

    Dear experts,
    In my program i called Adobe forms.
    In the interface I pass below code
    DATA: lv_nl TYPE string,
           lv_n1 TYPE xstring,
           lv_t1 TYPE xstring,
           lv_tb TYPE string.
    lv_n1 = '13'.
    lv_t1 = '09'.
    BREAK-POINT.
    CALL FUNCTION 'CACS_CONVERT_HEX_TO_STRING'
       EXPORTING
         xstring = lv_n1         " <== Your value here
       IMPORTING
         cstring = lv_nl.
    CALL FUNCTION 'CACS_CONVERT_HEX_TO_STRING'
       EXPORTING
         xstring = lv_t1           " <== Your value here
       IMPORTING
         cstring = lv_tb.
    CONCATENATE gv_sc gv_po1 gv_pa1 lv_nl gv_in1 lv_tb gv_exdat.
    I am getting an error
    Exception       SYSTEM_ERROR
    Message ID:          FPRUNX                     Message number:           001
    Message:
    ADS: com.adobe.ProcessingException: com.adobe.Processin(200101)
    Kindly check and suggest me .
    Gopi

    Hi Gopi,
    Looks like your ADS service is down. Contact your Basis Team.
    Run program FP_TEST_03 to verify the ADS service.
    Refer to thread
    http://scn.sap.com/thread/224489
    Regards
    Sandy

  • Adobe Form output error in Webdypro

    Hi Experts,
    I created an adobe form using webdynpro.While executing i am getting an error:
    "WebDynpro Exception: ADS call failed ADS: com.adobe.ProcessingException: com.adobe.ProcessingException: Could not retrieve a password for credential: ReaderRights(200,101). "
    Please help me to solve this issue.
    Regards,
    Arun.

    Am not sure that one.
    Adobe Reader (>= 7.0) must be installed on your local computer (see SAP Note 834573)
    check this link
    http://help.sap.com/saphelp_nw70/helpdata/en/45/2fbd67361003c3e10000000a1553f6/content.htm
    http://www.sdn.sap.com/irj/sdn/adobe
    and contact ur basis. dont get bolts on urs.
    regards
    Srinivas
    Edited by: sanasrinivas on Oct 3, 2011 7:33 AM

  • PCR Adobe Forms & ISR

    Hi,
    I have MSS implemented in portal EP 6.0 & PCR. Now i have designed one Adobe Form for displaying some data in <b>ISR Customization</b> but i dont know how i integrate this form to PCR in portal ?
    How to include it in portal MSS->PCR workset or page so as to make it visible in MSS?
    Also i would like to ask can i integrate this adobe for in webdynpro & if yes how ?
    So that i can create an iview in portal refering to the application in webdynpro for this form.
    Waiting for reply!
    Thanks in advance!
    Smita

    Hi James,
    I'm a bit new also relating ISR/PCR customizations, and in fact I need a help to get some heads up on how to start a validation(such as which BAPi should I choose, how to fill settings and so on).
    I read the bellow presentation, but I'm looking for someting more technical(such as a "how to" about creating a validation).
    Do you have any further info about it?
    Thanks,
    André

  • Adobe form layout error and Webdynrpo IE  throwing error

    Hi ,
    If the user logu2019s into the network using Citrix ICA Client to access the server. He is able to access the remote server  but if he tries to view the IE( internet Explorer )  of  webdynpro application or layout  of adobe form he gets the error in both cases u2026
    Could any one explain what could be the problem?
    Is it related to some port  access or
    Is it  related to some permission that has to be included with the VPN .
    Note : I am using VPN to access the server

    Hi Vini ,
    I am not using IE 7.0 v ... I am using IE 6 ...
    Can you think other reason apart from the developer side ....
    Can it be a configuration issue ........
    Configuration - not of the SAP gui but the server which i am accessing .. Is it allowing me to have web application or we certain setting from which you can block the person to execute the web application ....
    Please let me know if you can ....
    Thanks ,
    Om

  • Adobe Form Translation error Omitted Objects (Could not be Converted)

    Hi,
    I am new to this forum. I have an issue with Adobe form Translation. Through SE63 (or through the form translation itself) , whenever I try to translate into any language it gives me an error "  Omitted Objects (Could not be Converted)". And the translation doesnt get saved. I tested with other forms and the translation works perfectly fine. Its the problem only with this particular form. In fact any change gives error. For e.g. I copy the English the translation to the Greek or the Hungarian one, and if I delete a character and save it it gives me an error.
    Please help me if you have faced similar issues have any knowledge about it.
    Thanks in advance
    Shivam

    Hi David,
    Thanks for answering my query. I had installed a new patch and even that did not work. However I managed to make it work. I dont know if its the correct way but it worked for me. On furthur analyses I found out that the problem was with XML tags. This was throwing an error. Also, on looking at the translations I Observed that there were few close tags "</trans-unit> " which had no open "<trans-unit>" for them. I simply deleted the extra close tags and the translation worked fine after that.
    Point to be noted is that the extra tags were not there in the original english translation. They only appeared when I tried to change the Greek or Hungarian translation and saved them.
    Hope it helps anybody.
    Thanks.

  • Adobe Forms - Translation error (Omitted Objects (Could not be Converted):)

    Hi Experts,
    I have developed an invoice(adobe forms) in my development server and translated this invoice for FRENCH(F) and moved this request to Quality server and now i am trying to translate the same form for GERMANY(DE) in dev server, i am getting a message when i am saving the object "Omitted Objects (Could not be Converted):" and the text are not changed (which means english text remains not changed while translating into DE)
    i hope it is not related to SAP Logon GUI problem, because i developed a sample form and i tested it for some languages(while translating, it has not pgiven any error message like "Omitted Objects (Could not be Converted):". am using SAP 710 release and patch 14)
    Please help me to solve this problem
    Thanks and regards
    Vijayendran.R

    HI Priya,
    Thank you, i ahve implemented the same..
    it is working fine..
    Thanks & Regards
    Vijayendran.R

  • Standard adobe form workflow error

    Hey Expert,
    I am using the standard workflow template WS17900260 for any adobe form. In this task there is a task which is TS17900108. I have some workflow that end in error because of this task raising an exception "Exception CX_SY_NO_HANDLER trigger.... An exception with the type CX_HRASR00_PROCESS_MODELLING occurred but was neither handled.
    I have tested the workflow with the same set of data and the wierd thing is only some of the workflow end in error.
    Anyone have any idea?
    Thanks
    Regards,
    Bryan

    Hi Brian,
    I am not sure ,  but would just try to give you pointers:
    1. Techncial reason for workflow going to runtime error is, at this step in workflow, if there is an exception raised, it is not modelled in workflow.
    2. This exception may be raise dif scenario, steps or process realted data is not available during processing of the task.
    3. Authorization for specific activity is absent.
    Regards,
    Akshay

  • Adobe forms runtime error

    Dear All,
    iam new to new Adobe forms
    when iam trying to execute through transaction SFP
    iam getting this following error :System error  message FNAUX
    please help in this regards

    Hi,
    i got exactly the same error after installing nw2004s SP07  sneak preview.
    I checked oss note for changing the hostname - without success.
    But now i found the reason. I missed to configure the : "Destination URL for the Adobe Document Services" as described here:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/02/560f41ca73d349e10000000a1550b0/frameset.htm
    Hope this helps.
    Regards
    Matthias

  • Adobe Forms - Usage Error

    Adobe Forms work fine in the development system. However in the quality system while testing it is aborting with a USAGE ERROR. All these jobs for printing are background jobs.I have used FP_JOB_OPEN, form function call and FP_JOB_CLOSE in the correct order. Are there any other things that have to be handled in the program/system ?

    first of all make sure the ADS is working well for the test system (the connection in SM59 or something else could be wrong).
    if you´re sure ADS is ok for the system, start working with the form. In my opinion the problem is with an unexpected value coming into a field. Like a character coming into a datetime field or something like that.
    Debug the form (and/or use ADS trace) and check the values. Maybe you will find something that does not make sense.
    Cheers Otto

  • Adobe Form configuration error

    Dear All,
    I have configured my adobe forms on an abap+java stack. once i try running a program on tcode: SFP, on execution it gives the following error:
    System Error
    FPRUNX
    Message no: 001
    Could you please help me sort this problem.
    Thanks!

    Hi,
    I think you have a java stack. So  just login to your java stack using visual admin then navigate as below
    Cluster>services>Destinations
    Double click on it then you will find the destinations on the right hand side, navigate to http
    then create new destination by clickin on the new button at the bottom
    Name the new rfc as FP_ICF_DATA_<SID>
    Then enter the url as http://server:port here port will be abap http service port (normally it will be 8xx1, check in smicm)
    enter the remaining details and select the authentication as basic and enter the adsuser and password for it.
    save and test dont worry if it fails.
    Now execute the program. Your pdf configuration should work fine now:
    Please refer the below link if you have any problems:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.htm
    Regards,
    Vamshi.

Maybe you are looking for

  • Multiple Page Forms

    I have a form, that I'd like to combine into multiple pages after it's been filled out. However, when I do this, all the form field information is replace with that of the first page. Is there a way to combine multiple forms into a single document, w

  • Error installing a package using yaourt

    Not sure if this is the place to post this or not.  My previous experience with yaourt (before my HD died and I had to reinstall), I didn't have this issue, and I wasn't able to find any references to this in the wiki, forum, or on the yaourt page (b

  • Trying to download cs6 after paying for subscription

    Hi, I'm not sure where to download cs6. I just made my first payment for a one-year subscription but am having trouble figuring out where to go to start the download.

  • How to update JSPM ?

    Hi, i'm currently applying EHP1 SP23 for SAP Solution Manager. For the Java stack it is said that i should update JSPM to at least version 7.01.2.1.1. I've downloaded the stack and tried to update JSPM using "Select a package type to apply -> JSPM".

  • Can I communicate with a non apple user with iSight?

    How can we get family back in the USA up and running so we can have video chats? (Other than buying them a new iMac?) G5 and Powerbook G4   Mac OS X (10.4.6)