Adobe Form returns IE error in Portal

In NW7/ECC6 we are using ESS 50.4.  When trying to open the Benefits Confirmation Form, a custom Adobe form, the portal returns an Internet Explorer error message - Error in Generating the Form.
Has anyone had the problem and solved it?  Any assistance would be appreciated.  The form is supposed to be live next week.
Thanks,
D. Maupin

Hi,
probably ADS has some problems with generating your form. Usually there is an error log file on the server. Try to check it <DIR_GLOBAL>\AdobeDocumentServices\renderErrorLog\errorFiles. It may help you with finding the problem. Check also OSS note 944221. It's a general note about troubleshooting of Adobe forms. It contains links to additional helpful notes as well.
Cheers

Similar Messages

  • Invoice Adobe form giving runtime error

    Hi All,
    I have configured standard adobe form for invoice in nace. Print prog - SD_BIL_PRINT01 and adobe form - SD_INVOICE_FORM01. When i run the billing document, i am getting error message - Type conflict when calling the function module (Call to function module /1BCDWB/SMxxxxxxxxx is incorrect). I am using the standard program n form, then why this error.
    Thanks,
    Raju

    Hi,
    In the Print prog - SD_BIL_PRINT01, there is
    CALL FUNCTION lv_fm_name
        EXPORTING
          /1bcdwb/docparams = ls_docparams
          bil_prt_com       = gs_bil_print.
    GS_BIL_PRINT is of type BIL_S_PRT_INTERFACE.
    In the adobe form SD_INVOICE_FORM01, I think  the interface used is SLS_INTERFACE. In the interface  SLS_INTERFACE, the
    import parameter SLS_PRT_COM is of type SLS_S_PRT_INTERFACE.
    Since the export parameter of the print program and the import parameter of the form interface are of different data types, the error is coming.
    Change the interface of the form to BIL_INTERFACE. In this interface, the inport parameter BIL_PRT_COM is of type BIL_S_PRT_INTERFACE.
    Regards,
    Vinod

  • Adobe form not dispalying content in portal

    Hi Experts,
    We have one issue in Portal.
    One user clicked on UWL item in portal its opening subscreen as like behaviour.
    In subscreen adobe form its not displaying any content and its displaying only approve and reject buttons.
    we checked user browser settings and adobe version settings and user authorisations .
    All are Ok.
    But adobe form not displaying content.
    Thanks,
    Bheem V.

    Hi Bheem,
    The problem is not clear to me. Is this a user specific issue?
    Thanks & regards,
    Sanoosh

  • Adobe Form Manager Application in Enterprise Portal

    Hi,
       I have a pdf application developed using Adobe Form Manager. In this application, I have interactive forms for various scenarios.  Is it possible to bring-in this application as an iView into the Enterprise Portal?
    Regards,
    Yuvaraj S G

    Yes, you can do this via the Knowledge Manager.
    I have used the sample "KM News" documentation from sdn to set up a fancy surface (with icons) and then used the "Document Link" provided in the sample for displaying the interactive forms. It works successful.
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/35339eb3-0801-0010-26a5-f78a06128201">How To..KM News</a>

  • Adobe form Processing performance bottlenack in Portal

    Hi
    In our ECC6-> EP7 portal while opening any adobe form in portal it is taking too much time
    in portal monitoring i found this component is taking maximum time in all request overview
    com.sap.tc.webdynpro.runtime.SessionManagement.doApplicationProcessing
    is there any parameter or anything we can do so as to improve adobe form processing in portal or anything related to above mention component so that performance issue in portal will be resolved.

    Hi Bhupinder,
                        Please try this below link:
    http://help.sap.com/saphelp_nwce10/helpdata/en/6f/8e0a414f3af223e10000000a155106/content.htm
    Kind Regards,
    Manoj Durairaj

  • Smart form to Adobe form migration Log errors

    Hi Guys,
    I tried to migrate a smartform to adobe form, but I encountered issues in the created migration log.
    I am new to Adobe forms, I'm hoping that you could help me correct these issues...
    Below are the errors encoutnered:
    ERROR1:
    - "Field SFSY-PAGE is unknown. it is neither in one of the specified tables nor defined in the DATA statement.
    (this looks like a declaration problem, I checked the left pane (system fields) SFSY is declared, this is being used instead of SFPSY because I am using smartforms compatible interface.
    ERROR2:
    - "TLINE" is not an internal table "OCCURS n" specification is missing.
    (I also checked TLINE declarations, everything is declared by the system during convertion.. not sure where to put the proper declaration to address this issue)
    ERROR3:
    -"VBDPR" is neither specified under "TABLES" nor is it defined as an internal table.
    (This one is coded in the smartform exactly same with the migrated adobe form. Another data declaration issue, how can this be done in adobe forms?)
    ERROR4:
    -Field ITEMS5-POSEX has a conversion routine (see SAP Note 796755) --> I will check this note and let you know
    All syntax errors are under the context tab, inside the node source code was generated after the convertion and created the tab program lines.
    ERROR1: Code
    v_finalpage = v_counterpage + sfsy-page
    ERROR2: Code
    *     Read the sales orders text
    PERFORM read_salestxt TABLES tline
    USING 'Y032'
    v_text
    'VBBK'.
    ERROR3: Code
    LOOP AT vbdpr WHERE....
    I explained the issue the best way I can, hope this is enough to give you the idea..please provide feedback on this.
    Rgds,
    Jeffbroodwar
    Edited by: Jeffbroodwar on Mar 23, 2011 2:12 PM

    Hi All,
    Just incase others encounter this (new to migration) please see the answers below:
    ERROR1: SFSY - in my code, this was used to create the form pages. in ADOBE forms, we can use the ready objects inside
    the layout designer (just drag and drop page n of m just look for it in the objects palette.
    ERRORS2 to 3: Tables, I used type table as reference (create in SE11) and declared it in my interface as reference for my tables that have errors (change ref --> LIKE to TYPE then replace the table used in smartform with the newly created type table.
    ERROR4: Just see sapnote. just change the data type to avoid errors in calculation.
    Hope this will help.
    Thanks,
    Jeffbroodwar

  • Adobe form hangs after error message

    Hi All,
    I developed interactive adobe form with 1 field as mandatory. Form is integrated with webdynpro and working fine but if user dont pass value to mandatory field, it gives error 'Atleast 1 required field empty' but after that form hangs. it is not responding so that i can fill the value.
    I made field object->value type as 'User entered - Required'.
    Please suggest if i am missing something.
    Thanks

    Solved by me

  • Adobe Form Call: System Error Exception

    Hi,
    I have created an Adobe Form for printing Invoices. When I call this form from print program using function module call "CALL FUNCTION fp_funcname" it throws Exception "System Error = 2". Can any one flash some light to resolve this issue.
    Here I have given that function module call below.
    CALL FUNCTION fp_funcname
    EXPORTING
    /1BCDWB/DOCPARAMS = fp_sfpdocparams
    WA_HEADER         = wa_header
    T_ITEM                   = t_item
    EXCEPTIONS
    USAGE_ERROR     = 1
    SYSTEM_ERROR   = 2
    INTERNAL_ERROR = 3
    OTHERS                 = 4.
    Thanks
    Hari

    Hi,
    In your initialization use this class : cl_fp=>get_ads_connection( ).
    you move this to a parameter  fp_outputparams .
    MOVE cl_fp=>get_ads_connection( ) TO p_conn.
    where fp_outputparams   TYPE sfpoutputparams called in
    CALL FUNCTION 'FP_JOB_OPEN'
        CHANGING
          ie_outputparams = fp_outputparams
        EXCEPTIONS
          cancel          = 1
          usage_error     = 2
          system_error    = 3
          internal_error  = 4
          OTHERS          = 5.
    Thanks
    Dan

  • Interactive Adobe form is opening slowly on portal

    Dear Experts,
    We have an interactive Adobe form with java script events to populate the date dynamically in the approval process. We do not have time taking issue in development and having issue in production. The form opened visually but we are getting a message like Downloaded 10.52 of 265B : https://prdix100.com:1100/sap/bc/webdynpro/sap/asr_process_execute/"
    Can anyone help me to resolve this issue?

    Hi Rene,
    seems as if your system is on a low support package...
    If you go on to SP10 which should be there shortly, then you can also use ZCI in addition to ACF...
    Can you check your ADS configuration? See the relevant section on Adobe integration in http://help.sap.com/saphelp_nw2004s/helpdata/en/43/e86de5008b4d9ae10000000a155369/frameset.htm
    Regards, Heidi

  • Adobe Form (data extraction error)

    Hi Experts,
    i'm trying extract data from PDF file. (Adobe Offline scenario).
    I'm getting this XML runtime error.
    could anybody can help me to solve this problem.
    This is my code ,
    CALL TRANSFORMATION id
    SOURCE XML lv_xml_data_string
    RESULT T_sums      = wa_sums
           customer    = wa_cus
           bookings    = wa_book
           connections = wa_conn.
    Here is the error
    >>>>>>>>>>>>>>>>>>>>>
    Error analysis                                                                                An exception occurred that is explained in detail below. 
        The exception, which is assigned to class 'CX_XSLT_RUNTIME_ERROR', was not     caught and   therefore caused a runtime error.      The reason for the exception is:       Either the source document contains invalid XML or it is handled      incorrectly in the ABAP program that called the transformation.
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    i will appreciate valuble answers.
    Thanks ,
    Lahiru.

    Hi Experts,
    i'm trying extract data from PDF file. (Adobe Offline scenario).
    I'm getting this XML runtime error.
    could anybody can help me to solve this problem.
    This is my code ,
    CALL TRANSFORMATION id
    SOURCE XML lv_xml_data_string
    RESULT T_sums      = wa_sums
           customer    = wa_cus
           bookings    = wa_book
           connections = wa_conn.
    Here is the error
    >>>>>>>>>>>>>>>>>>>>>
    Error analysis                                                                                An exception occurred that is explained in detail below. 
        The exception, which is assigned to class 'CX_XSLT_RUNTIME_ERROR', was not     caught and   therefore caused a runtime error.      The reason for the exception is:       Either the source document contains invalid XML or it is handled      incorrectly in the ABAP program that called the transformation.
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    i will appreciate valuble answers.
    Thanks ,
    Lahiru.

  • Wants to run oracle reprot of FND from custom form returning an error when

    “Oracle Reports Server CGI Error: The requested URL was not found, or cannot be served at this time. Hi is there any one who can help me
    Message was edited by:
    user586296

    Which step is it failing at, can you post the information from the description tab.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error while opening the ADOBE FORM via mail

    Hi to all,
    I have created a program to attached ADOBE FORM to mail.
    When I execute the program, it sends ADOBE FORM to my mail ID successfully.
    But when I open my mail and try to open attached ADOBE FORM, it gives error
    ADOBE READER COULD NOT OPEN u2018PDF FORM (1). PDFu2019 because it is either not a supported file type or because the file has been damaged ( for example, it was sent as an email attached and wasnu2019t correctly decoded).
    Please can any tell me, what the problem is and what the solution is for that?
    I shall be thankful to you for this.
    Regards
    Pavneet Rana
    Edited by: pavneet rana on Aug 1, 2011 2:22 PM

    Thanks for reply,
    below is the code.
    data:
      l_fm_name         TYPE rs38l_fnam,
       l_formname   TYPE fpname VALUE 'ZTESTF1' ,
      fp_docparams      TYPE sfpdocparams,
      FP_FORMOUTPUT     TYPE FPFORMOUTPUT,
      fp_outputparams   TYPE sfpoutputparams.
    data:  I_ATT_CONTENT_HEX  type SOLIX_TAB.
    START-OF-SELECTION.
    data: st  TYPE  ZTABFM11.
    data: it type table of sflight.
    data: wa like LINE OF it.
    data: wa_st like LINE OF ST.
      fp_docparams-langu   =      'E'.
      fp_docparams-country =      'US'.
      fp_docparams-fillable =      'X'.
      fp_outputparams-nodialog = 'X'.
      fp_outputparams-preview =   'X'.
      fp_outputparams-device   =  'LP01'.
      fp_outputparams-getpdf  =   'X' .
      fp_outputparams-dest   =    'LP01'.
      fp_outputparams-reqimm  =   'X'.
      fp_outputparams-reqdel  =   'X' .
      fp_outputparams-xfpoutdev = 'LP01'.
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
        EXPORTING
          i_name     = l_formname
        IMPORTING
          e_funcname = l_fm_name.
      E_INTERFACE_TYPE           =
      CALL FUNCTION 'FP_JOB_OPEN'
        CHANGING
          ie_outputparams = fp_outputparams
        EXCEPTIONS
          cancel          = 1
          usage_error     = 2
          system_error    = 3
          internal_error  = 4
          OTHERS          = 5.
    select * from sflight into TABLE it.
      loop at it into wa.
        wa_st-CARRID = wa-CARRID.
        wa_st-CONNID = wa-CONNID.
        wa_st-FLDATE = wa-FLDATE .
        wa_st-PLANETYPE   = wa-PLANETYPE.
        append wa_st to st.
        endloop.
      CALL FUNCTION l_fm_name
        EXPORTING
          /1bcdwb/docparams  = fp_docparams
              st               = st
        IMPORTING
          /1BCDWB/FORMOUTPUT = FP_FORMOUTPUT
        EXCEPTIONS
          usage_error        = 1
          system_error       = 2
          internal_error     = 3
          OTHERS             = 4
       CALL FUNCTION 'FP_JOB_CLOSE'
      IMPORTING
        E_RESULT             = result
       EXCEPTIONS
         usage_error          = 1
         system_error         = 2
         internal_error       = 3
         OTHERS               = 4
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          BUFFER                = FP_FORMOUTPUT-PDF
      APPEND_TO_TABLE       = ' '
    IMPORTING
      OUTPUT_LENGTH         =
        TABLES
          BINARY_TAB            = I_ATT_CONTENT_HEX  .
    CLASS cl_bcs DEFINITION LOAD.
      DATA:
      lo_send_request TYPE REF TO cl_bcs VALUE IS INITIAL.
      lo_send_request = cl_bcs=>create_persistent( ).
    Message body and subject
      DATA:
      lt_message_body TYPE bcsy_text VALUE IS INITIAL,
      lo_document TYPE REF TO cl_document_bcs VALUE IS INITIAL.
      APPEND 'Dear,' TO lt_message_body.
      append ' ' to lt_message_body.
      APPEND 'Fill the details.'
      TO lt_message_body.
      append ' ' to lt_message_body.
      APPEND 'Thank You,' TO lt_message_body.
      lo_document = cl_document_bcs=>create_document(
      i_type = 'RAW'
      i_text = lt_message_body
      i_subject = 'flight details' ).
      DATA: lx_document_bcs TYPE REF TO cx_document_bcs VALUE IS INITIAL.
      TRY.
          lo_document->add_attachment(
          EXPORTING
          i_attachment_type = 'PDF'
          i_attachment_subject = 'flight details'
    I_ATTACHMENT_SIZE =
    I_ATTACHMENT_LANGUAGE = SPACE
    I_ATT_CONTENT_TEXT =
    I_ATTACHMENT_HEADER =
          I_ATT_CONTENT_HEX  = I_ATT_CONTENT_HEX  ).
        CATCH cx_document_bcs INTO lx_document_bcs.
      ENDTRY.
    Add attachment
    Pass the document to send request
      lo_send_request->set_document( lo_document ).
    Create sender
      DATA:
      lo_sender TYPE REF TO if_sender_bcs VALUE IS INITIAL,
      l_send type ADR6-SMTP_ADDR value 'mail id '.
    lo_sender = cl_cam_address_bcs=>create_internet_address( l_send ).
      lo_sender = cl_sapuser_bcs=>create( sy-uname ).
    Set sender
      lo_send_request->set_sender(
      EXPORTING
      i_sender = lo_sender ).
    Create recipient
      DATA:
      lo_recipient TYPE REF TO if_recipient_bcs VALUE IS INITIAL.
    lo_recipient = cl_sapuser_bcs=>create( sy-uname ).
      lo_recipient = cl_cam_address_bcs=>create_internet_address( l_send ).
    Set recipient
      lo_send_request->add_recipient(
      EXPORTING
      i_recipient = lo_recipient
      i_express = 'X' ).
    lo_send_request->add_recipient(
    EXPORTING
    i_recipient = lo_recipient
    i_express = 'X' ).
    Send email
      DATA: lv_sent_to_all(1) TYPE c VALUE IS INITIAL.
      lo_send_request->send(
      EXPORTING
      i_with_error_screen = 'X'
      RECEIVING
      result = lv_sent_to_all ).
      COMMIT WORK.
      message 'Form sucessfuly send to person' type 'I'.
    plesase can any one, provide the soultion.
    i shall be thankful toy you for this.
    regards
    pavneet rana

  • Integrating Offline adobe form in Portal

    Hi All,
    I created offline adobe form using SFP tcode.
    This form needs to be integrated in Portal. When user logs in, he/she should be able to open this form.
    Can offline adobe form can be integrate to portal directly? or do we need to create the Webdynpro applications only for poral?
    Please let me know whether we can integarate offline adobe form to portal directly. If not why?.. I don't know about portal.
    Thank you!
    Prasad

    Hi Deepika,
    This discussion thread is all about integrating a WebDynpro application which contains adobe form into portal.
    I assume your requirement is different which needs to upload an offline adobe form into portal.
    There are documents available to explain this functionality in detail. Please note down the following.
    1) For uploading adobe form should be XML schema based.
    2) There should be a webdynpro application with uploader UI element which has been integrated into the portal.
    3) On form upload, you will get all the data associated with the form within webdynpro
    Thanks & Regards,
    Sanoosh

  • Adobe Forms On Portal

    Hi Experts,
    My requirement is i need to create the interactive adobe form and this adobe form is finally accessed through portal and there are some approval process involved in this scenario. Now my doubt is do i need to create the adobe form through webdynpro stack or can i create the form and interface directly in transaction "SFP". If i create the form using SAP GUI is it possible to access such forms through portal. I need your suggestions and comments on this.
    Finally my doubt is can we access the interactive adobe forms  which are developed in transaction "SFP" through portal, and my print program also exists in the ABAP editor which has logic to fetch and display the data into adobe forms.
    or do we need web dynpro application to access the interactive adobe form  through portal.
    Your help will be greatly appreciated.
    Regards,
    Venkat

    Anto,
    Thanks for the info, actual my requirment is when ever user login into portal he will find list of purchase orders then in the object work list(OWL). He will choose one record and click edit button then the adobe form corresponding to that purchase order should open in edit mode, now here my question is how can  my print program in SAP GUI know that the user has choosen particular purchase order, i will fetch the data based on my selection criteria and i can display data according to that, but how can i display the data in edit mode when the user has choosen some record from OWL.
    For example : if user selects purchase order 123  from object work list then the same purchase order 123 header and item details should open in the adobe form in edit mode. If my application is developed in SAP GUI side then how can my application program fetch the data related to pirchase order 123 in portal. When i write an ABAP program i will write the logic to fetch and display the data according to my selection criteria, i am unware of what is happening at protal side how can one map my selection criteria details to the record selected in object work list, is this possible , if not what is the alternative way. kindly suggest
    For such type of requirement, what exactly need to be done either web dynpro interactive form or SAP GUI interactive form.
    Or both scenario's also possible. Kindly suggest.
    How can we achieve this using web dynpro application or SAP GUI application.
    Your help will be greatly appreciated.
    Regards,
    Venkat

  • Problem in Alignment - Adobe Forms

    I am new to Adobe forms technology.
    I have an production issue: When they run a standard report to generate a PDF pay stub in R/3, it looks fine with all the columns. But when the same pay stub is viewed though our ESS on portal (Company website), few values in the columns are good but few of them are not aligned. They are moved to the left.
    So what can be the problem?
    What are the things I need to check?
    How do I see the Adobe form? How is the adobe form being passed to the portal?
    Thanks
    Kiran
    Edited by: kiran dasari on Jan 23, 2009 2:08 AM

    Few fields have reference to table XBT. But when I see this in SE 11, such a table is not existing at all.
    Can any of you share some ideas or clues?
    Thanks in anticipation.
    Regds,
    Kiran
    Edited by: kiran dasari on Jan 26, 2009 7:53 AM

Maybe you are looking for

  • 'how to code for table control wizard in module pool program

    Hi Gurus, Please provide me a sample code of table control wizard... Thanks in advance!!!! Regards, Kranthi

  • Installed update, now I can't open a .aspx file, get message "Opening BrowserNotSupported.aspx", How do I correct this problem? Herve

    I'm using Linux Mint 12, this message appears when attempting to log in one of my accounts. I first installed Mint 12 on Sunday and the login worked fine. Problem occurred when I updated Firefox in Linux the next day. herve

  • PCI vs PCMCIA?

    Hi, sorry for the neewbie question: is PCI and PCMCIA the same thing? I want to connect the Belkin 802.11g F5D7000 PCI in the Pismo slot? will work without problems or I need some sort of adapter? I have these options for going WiFi, What card do you

  • Reprint Manual Check

    I crfated a manual check by FCH5 Now the cheque is stolen. I am trying to re-print the same with FCH7 But the error shown is: "Manual Cheques cannot be re-printed" Help me with the solution for re-printing the manually created cheque

  • Xournal pdf exporting of lower quality

    I added some highlighting and text to the original pdf within the xournal. But the output quality of the original pdf changes (text with drawing), after exporting. Is there a way around. http://xournal.sourceforge.net/manual.html#printing states: "If