Great Error in Smartforms

Hi Experts,
We are getting the followiing error message and we arenot able to print any smartforms pages. It says :
Error cannot be classified (unknown exception triggered)
Message no. SSFCOMPOSER003
For your information, we have done some batch updation recently.
Will it be a cause for this problem.
Its a great mistake, we are not able to print any customized print pages in our company.
Please advise me on the same.
Thanks in advance.
Regards
Rajaram
Title was edited by:
        Alvaro Tejada Galindo

Hi Raja
Summary
Symptom
In the processing log, the system generates error message 'Error cannot be classified (unknown exception triggered)' SSFCOMPOSER003.
Other terms
Smartform, ISAUTO_ESCR_FRC_JIT, ENTRY_LPHE_AUTO, ENTRY_LPJE_AUTO, LPH1,
LPJ1, ISAUTO_ESCR_PRINT_FRC_JIT, LISAUTO_ESCR_PRINTF08, SSF_READ_ERRORS
Reason and Prerequisites
During the output, entry routine ENTRY_LPHE_AUTO or ENTRY_LPJE_AUTO in combination with Smartform ISAUTO_ESCR_FRC_JIT is used.
Solution
Implement the attached correction instructions.
Header Data
Release Status:     Released for Customer
Released on:     31.10.2002  12:09:04
Priority:     Correction with low priority
Category:     Program error
Primary Component:     IS-A-EMM Enhancements Scheduling Agreements MM (Outbound)
Releases
Software
Component
Release
From
Release
To
Release
And
subsequent
DI
46C
46C2
46C2
Highest Implemented Support Package
Support
Packages
Release
Package
Name
DI
46C2
SAPKIPMD10
Corrections Instructions
Correction
Instruction
Valid
from
Valid
to
Software
Component
Type *)
Ref.
Correction
Last
Modifcation
474830
46C2
46C2
DI
C
PA8K021419
30.10.2002  15:35:09
*) C Korrektur, B Vorarbeit, A Nacharbeit, M noch nicht bestimmte Arbeit
Attributes
Attribute
Value
SAP objects
LISAUTO_ESCR_PRINTF08
Error messages
SSFCOMPOSER 003
Transaction codes
ME9E
Transaktionscodes - manuell
ME9E
SAP-Objekte - manuell
LISAUTO_ESCR_PRINTF08
Correction Instruction
Show all
General Information
Number      0000474830
Installation      0120061532             Package      60
Note      0000567778  -  ME9E: Non-classifiable error in the output log           
Software Component      DI                
Status      Released                  
Date      30.10.2002             Time      16:35:09
Validity Details
Release      Highest Implemented Support Package
46C2      46C2 - SAPKIPMD09
Reference Correction
System ID:      PA8
Request/Task      PA8K021419
TADIR Entries
Object Description      TADIR Entry
Program ID      Object Type      Object Name      Program ID      Object Type      Object Name
LIMU      REPS      LISAUTO_ESCR_PRINTF08      R3TR      FUGR      ISAUTO_ESCR_PRINT
<b>FORM ADD_SMFRM_PROT</b>
Delta 001
Context Block
<--  p2        text
FORM add_smfrm_prot.
  DATA: lt_errortab             TYPE tsferror.
Delete Block
  DATA: lf_msgnr                TYPE sy-msgno.
Insert Block
Delta 002
Context Block
  CALL FUNCTION 'SSF_READ_ERRORS'
       IMPORTING
            errortab = lt_errortab.
add smartform protocoll to nast protocoll
  LOOP AT lt_errortab ASSIGNING <fs_errortab>.
Delete Block
    CLEAR lf_msgnr.
    lf_msgnr = <fs_errortab>-errnumber.
    CALL FUNCTION 'NAST_PROTOCOL_UPDATE'
         EXPORTING
              msg_arbgb = <fs_errortab>-msgid
              msg_nr    = lf_msgnr
Insert Block
    CALL FUNCTION 'NAST_PROTOCOL_UPDATE'
         EXPORTING
              msg_arbgb = <fs_errortab>-msgid
              msg_nr    = <fs_errortab>-msgno            "567778
<b><REMOVED BY MODERATOR></b>
Regards
Pavan
Message was edited by:
        Alvaro Tejada Galindo

Similar Messages

  • E-Mail print error; check SmartForm or printer definition

    Hi Team,
    We are facing  an issue when we try to print the email in SAP CRM 7.0. Getting an error saying -Mail print error; check SmartForm or printer definition.
    Any pointers on this how this can b resolved will be of great help.
    Have gone through the similar sdn thread, not able to really understand how the issue was resolved.
    Error when printing an email >  CRM_IC_APPL_UI_CHMSG
    Regards,
    Udaya

    Hi Udaya,
    Try to maintain a default printer for a particular user in t-code SU01 (on Defaults tab -> Output Device).
    Then, when you print again it will generate a spool order for chosen printer (can check on t-code SP01).
    Kind regards,
    Garcia

  • Error in smartform when printing multiple pages

    Hi,
    I m using a smartform which have two pages in it,
    i m able to save and activate it without any error message and when i run the function module generated to chk my smartform
    it runs fine and diplays two pages i m using.
    but as i m attaching this form with my driver program it is giving an error message while running . the error message is " No other output defined in main window."
    Please help me out to resolve the issue.

    Re: error in smartform when printing multiple pages
    dharani tadikonda
    Thanks for this answer. It is absolutely correct.

  • Fpcopara job log - error in smartform

    Hello,
    I am running Fpcopara tcode for a mass printing.
    After the job finishes, when I look in joblog I can see the error message no 6323: Error in smartform ....
    Any ideas on how to debug the job, because fpcopara is running in background and DBUG seems not to work...
    Thank you

    Hi
    Check this report RSNAST00 and debug the code
    I think you have not maintained the print parameters in your driver program
    please check the same
    for reference check the driver program RLB_INVOICE
    and this perform
    determine print data
      PERFORM set_print_data_to_read USING    lf_formname
                                     CHANGING ls_print_data_to_read
                                     cf_retcode.
    Regards
    Shiva

  • Error In smartform - FOOTERTEXT     Field "EQ" is unknown.

    Hi all,
    I am getting an error in smartform in the FOOTERTEXT     - Field "EQ" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement. .
    What is the problem and how to fix this error
    Thanks in advance
    Neela

    Hi,
    I checked in the coding i get the error in this line of the coding
    IF &3 EQ 'T'.
        %L_NAME = &1-PARAMETER.
      ENDIF.
    pls help me in debugging this error.
    Thanks in advance,
    Neela

  • Handling Errors in Smartforms

    Smartform Experts,
    We are having issues with smartform and it errors out only in particular cases. Is there a way to handle Errors in Smartforms and find out exactly where the error occured in Form and catch the relevant Error message.
    Appropriate reward point will be awarded.
    Thanks
    Prasad

    Hi Prasad,
    You can debug smartform in 2 ways.
    1. put break-point in a program lines and debug.
    2. goto the smartform function module.
       Goto->Main Program
       double click on the last include program name, which will take you to the code which we write in smartform program lines.
    there select the appropriate line and click on STOP button to put a break point.
    then run the program, system will stop at the break point, from there you can debug line by line.
    i would prefer the 2nd way to debug smartforms than 1 way.
    coz in 1st way we have change the form, which is not possible in quality and production systems.
    if this suits your requirement, pls award the points.
    Satish

  • Error in smartforms

    Hi,
    I developed a smartform for printing quotations.
    It is working fine for some quotations but
    when i run it with few quotations i am getting the error message
    as below -
    "Table row is larger than 176 cm.
    An attempt was made to display a Smart Forms table that is bigger than the maximum height of around 176cm."
    This is occuring even when there is only one line item. But i have use the same kind of item details in other quotations and they are printing fine.
    Please help me in solving the error.
    Regards.

    Thanks for the reply.
    I had already disbled the checkbox for page break in the table rows, so that the data splits into different pages.
    But it is working for some cases and giving the error for few.
    Can you pls explain if there is any other way to split?
    Regards.

  • Error in smartform converting into xsf file

    Hi all,
    I have modified the standard purchase order and created a Zsmartform.The output is working fine in SAP.My requirement is that it should be sent to streamserve (which is a 3rd party tool ).
    For this in the Form Attributes I have changed the output format   : XSF Output
                                                                             & tput mode   :  SPOOL 
    and generate a xsf formatted xml file by printing it to my local PC.
    I followed the same procedure for my previous smartforms like invoice list , order confirmation,etc.
    But for this PO I'm getting the following error.
    <b>The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    End tag 'v' does not match the start tag 'version'. Error processing resource 'file:///C:/TMP/PO2.xml'. Line 2, Position 85
    <smartxsf xmlns="urn:sap-com:SmartForms:2000:xsf"><header><general><version>1.14.2</v</b>
    Could anyone tell me how to resolve this error ?
    Regards.

    Hi,
    Can You Please tell me how you solve this problem?
    I am also facing the same.
    Thanks in Advance
    Swapnil

  • Error in SmartForm to PDF while Saving with Preview option.

    Hi,
    I have created a report to convert Smartform to PDF.
    I want the user to Preview data, if user is interested, then they can save the file.
    When user clicks the Back button in SmartForm Print Preview, user can select the path of PDF file to save the data.
    My code works fine, if Preview is disabled.
    In the sub-routine createpdffile, I am getting error while creating PDF file.
    The program works fine, if I disable the preview option i.e. if I uncomment
    cparam-getotf = 'X'.
    How can I have the both options in my report?
    1)     Preview SmartForm.
    2)     Save the SmartForm as PDF.
    Regards,
    Vikas
    DATA:
      cparam TYPE ssfctrlop,
      outop TYPE ssfcompop,
    *  fm_name TYPE rs38l_fnam,
    *  my_tabix TYPE sy-tabix,
      file_size TYPE i,
      bin_filesize TYPE i,
      s_filename TYPE string.
    DATA:
      tab_otf_data TYPE ssfcrescl,
    *  tab_otf_data TYPE itcoo OCCURS 0 WITH HEADER LINE,
      pdf_tab LIKE tline OCCURS 0 WITH HEADER LINE,
      tab_otf_final TYPE itcoo OCCURS 0 WITH HEADER LINE,
      it_ekpo TYPE STANDARD TABLE OF ekpo WITH HEADER LINE.
    *  it_docs  TYPE STANDARD TABLE OF docs.
    START-OF-SELECTION.
      PERFORM fetchdata.
    ***************** suppressing the dialog box****************************
      outop-tddest = 'LP01'.
      cparam-no_dialog = 'X'.
      cparam-preview = 'X'.
    *  cparam-getotf = 'X'.
    END-OF-SELECTION.
      PERFORM callsmartform.
      tab_otf_final[] = tab_otf_data-otfdata[].
      PERFORM createpdffile.
      PERFORM getfilename.
      PERFORM savepdffile.
    *&      Form  FetchData
    FORM fetchdata .
      SELECT * FROM ekpo INTO CORRESPONDING FIELDS OF TABLE it_ekpo
      WHERE ebeln >  '4500009071' AND ebeln  < '4500009073' .
    ENDFORM.                    " FetchData
    *&      Form  CallSmartForm
    FORM callsmartform .
      CALL FUNCTION '/1BCDWB/SF00000234'
      EXPORTING
      control_parameters         =  cparam
        output_options             = outop
        user_settings              = space
      IMPORTING
        job_output_info            = tab_otf_data
      TABLES
           t_ekpo                     = it_ekpo
    * EXCEPTIONS
      IF sy-subrc <> 0.
        MESSAGE  'Error in Calling Smart Form ' TYPE 'I'.
      ENDIF.
    ENDFORM.                    " CallSmartForm
    *&      Form  CreatePDFFile
    *       text
    FORM createpdffile .
    ****removing the initial and final markers from the OTF data**********
    *  DELETE tab_otf_data-otfdata WHERE tdprintcom = '//'.
    *  READ TABLE tab_otf_final WITH KEY tdprintcom = 'EP'.
    *  my_tabix = sy-tabix + 1.
    ******** appending the modified OTF table to the final OTF table****
    * INSERT LINES OF tab_otf_data-otfdata INTO tab_otf_final INDEX my_tabix
    ************ converting OTF data into pdf data**************************
      CALL FUNCTION 'CONVERT_OTF'
      EXPORTING
      format = 'PDF'
      max_linewidth = 132
      IMPORTING
      bin_filesize = bin_filesize
    * BIN_FILE =
      TABLES
      otf = tab_otf_final
      lines = pdf_tab
      EXCEPTIONS
      OTHERS = 5
      IF sy-subrc <> 0.
        MESSAGE  'Error in Creating PDF File ' TYPE 'I'.
      ENDIF.
    ENDFORM.                    " CreatePDFFile
    *&      Form  SavePDFFile
    FORM savepdffile .
      CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
      bin_filesize = bin_filesize
      filename = s_filename
      filetype = 'BIN'
      IMPORTING
      filelength = file_size
      TABLES
      data_tab = pdf_tab
      EXCEPTIONS
      OTHERS = 22
      IF sy-subrc <> 0.
        MESSAGE  'Error in Saving PDF File ' TYPE 'I'.
      ENDIF.
    ENDFORM.                    " SavePDFFile
    *&      Form  GetFileName
    FORM getfilename .
      DATA:
        v_name                  TYPE string,
        v_path                  TYPE string,
        v_fullpath              TYPE string,
        v_filter                TYPE string,
        v_uact                  TYPE i,
        v_guiobj                TYPE REF TO cl_gui_frontend_services.
    *    v_filename              TYPE string.
      CONCATENATE 'smrt' '.pdf' INTO v_name.
      CREATE OBJECT v_guiobj.
      CALL METHOD v_guiobj->file_save_dialog
        EXPORTING
          default_extension = 'pdf'
          default_file_name = v_name
          file_filter       = v_filter
        CHANGING
          filename          = v_name
          path              = v_path
          fullpath          = v_fullpath
          user_action       = v_uact.
      IF v_uact = v_guiobj->action_cancel.
        EXIT.
      ENDIF.
      MOVE v_fullpath TO s_filename.
    ENDFORM.                    " GetFileName

    I think the excerpt and link below is the why, but the page talks about server code and not javascript.  I guessing that this is why blank pages work, but not wiki pages.  Can anyone verify this?
    The following are general rules for using server-side code on a site page.
    If the page is uncustomized, server-side code is supported on the page.
    If the page is customized, server-side code does not run, and the page does not render. This includes the code-behind for the page itself.
    http://msdn.microsoft.com/en-us/library/office/aa979592(v=office.14).aspx

  • Error in smartform calling in a report

    Moved from General to Form Printing.  Please take care to post in the correct forum.
    Hi All,
    I'm working on standard Smartform 'EBPP_DEBIT_CREDIT_MEMO'(biller Notification) calling in a report.In report smartform generating function module successfully(/1BCDWB/SF00000095).
    problem accuring while calling the generating function module.
    if anything wrong please help me.
    The coding is:
    Data : fm_name TYPE rs38l_fnam.
    Data:L_URI type AD_URI.
    START-OF-SELECTION.
    L_URI = '11223'.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        formname                 = 'EBPP_DEBIT_CREDIT_MEMO'
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
    IMPORTING
       FM_NAME                  = fm_name
    EXCEPTIONS
       NO_FORM                  = 1
       NO_FUNCTION_MODULE       = 2
       OTHERS                   = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    call function fm_name
      Exporting
         L_URI  = L_URI
      EXCEPTIONS
        FORMATTING_ERROR           = 1
        INTERNAL_ERROR             = 2
        SEND_ERROR                 = 3
        USER_CANCELED              = 4
        OTHERS                     = 5           .
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Edited by: Matt on Apr 23, 2009 11:25 AM

    Hi Vijay,
    Thank You for ur replay.
    before the dynamic function module excution sy-subrc is '0'
    While comes to dynamic FM giving the error as:
    Incorrect parameter with CALL FUNCTION.  
    When calling a function module, one of the parmaeters was not    
    specified.                                                       
    Error in ABAP application program.                               
    This is standard smartform , u check the code once and suggest me.

  • Error in Smartforms a page without a main window

    Dear Friends
    I have suffred one problam in Smartforms, whe we create new page then system gives error
    "A page without a main window cannot point to itself as next page".
    Please provide solution.
    Regards
    Ajit Sharma

    Hello Ajit,
    In Smart Form Main window is optional but check if this satisfies in your case ....
    Main Window
    In a main window you display text and data, which can cover several pages (flow text). As soon
    as a main window is completely filled with text and data, the system continues displaying the text
    in the main window of the next page. It automatically triggers the page break.
    You can define only one window in a form as main window.
    The main window must have the same width on each page, but can differ in height.
    A page without main window must not call itself as next page, since this would trigger
    an endless loop. In such a case, the system automatically terminates after three
    pages.
    It means if you have Next page you need to use a Main window in your smart form.
    Regards,
    Kittu

  • Dump error in smartforms , please help me urgent

    Hi,
          i have created a smartform with two pages in it , i was not able to create the window in the second page it was showing me a dump error but i manage to  copy the main window of first page in to second page it was working fine but if i delete anything in it , it was reflecting in first page , then i managed to reduce the size of the main window and add a secondayry window , as the content of the second page must flow to pages . i need to create a main window , it is aagin throwing a dump error , plsease help me in sloving in this , thanks
    srihar

    Hi,
    create folder in main area in main wondow and keep all the rows of table  in folder.
    the go to output options of folder and tick check box Page protection.
    Now u can reduce the size of main window in second page .it will not get any short dump.
    regards,
    Sunil.K

  • Runtime error in SmartForm

    I am having a problem with an error message in a SmartForm.  I have tracked the error down to the following function call:
      CALL FUNCTION 'SSFCOMP_PROCESS_DOCUMENT'
           EXPORTING  HEADER           = %HEADER
                      DOCSTRUC         = %DOCSTRUC
                      STARTPAGE        = CONTROL_PARAMETERS-STARTPAGE
                      ARCHIV_INDEX_TAB = %ARCTAB
                      MAIL_APPL_OBJECT = MAIL_APPL_OBJ
           IMPORTING  RESULT           = %RESULT_PD
           EXCEPTIONS OTHERS           = 1.
      IF SY-SUBRC <> 0. PERFORM %RAISE. ENDIF.
    It is returning with a value, in sy-subrc, of 1.  This function call is after an included text is displayed.  I have the checkbox "No error if no text exists" checked so I am not sure why I am getting an error.  The error message is as follows:
    Field ULINE does not exist in form.
    I am not using ULINE at all in the form (as the error message states) but I don't understand why/where it is looking for ULINE.
    Regards,
    Davis

    Hello Aaron,
    I have a query similar to your original post but don't know exactly how to proceed.
    When i am trying to issue Delivery output for T code VL02N after selecting Output type e.g. 'ZABC'
    and then selecting print preview, it gives following error.Please see the screen shot :
    I have checked the driver program as well as smart form thoroughly , wa_name has not been declared any where.
    I tracked down the place of error and it coming from FM 'SSFCOMP_PROCESS_DOCUMENT'
    CALL FUNCTION 'SSFCOMP_PROCESS_DOCUMENT'
            EXPORTING  HEADER            = %HEADER
                       DOCSTRUC                   = %DOCSTRUC
                       STARTPAGE                  = CONTROL_PARAMETERS-STARTPAGE
                       ARCHIV_INDEX_TAB      = %ARCTAB
                       MAIL_APPL_OBJECT      = MAIL_APPL_OBJ
            IMPORTING  RESULT                = %RESULT_PD
            EXCEPTIONS OTHERS              = 1.
       IF SY-SUBRC <> 0. PERFORM %RAISE. ENDIF.
       DOCUMENT_OUTPUT_INFO = %RESULT_PD.
    SY-SUBRC becomes 1, consequently it raises that error using subroutine %RAISE.
    Dont know how to track down the error, please let me know the solution to eliminate this.
    Best Regards.
    Saurabh Singh

  • Erroneous "IE 6.0 or greater" error message on Reader 10.0.1 install

    Greetings,
    We have recently upgraded to Reader 10.0.1 and this was done by a group policy push. 47 PCs accepted the Reader update correctly.
    However, 3 PCs failed to take the update. I have tried doing a manual install on these PCs but this also failed with this erroneous error message:
    "Adobe Reader X (10.0.1) requires Internet Explorer 6.0 or greater....."
    All our PCs are identically configured using a Standard Desktop Configuration, so I know the error msg doesn't make any sense.
    We are using Vista and Internet Explorer version 7.
    Any suggestions on how to fix this?
    Tony

    I'm having the same issue. Our environment is Windows 7 and Internet Explorer 8. Deploying with AD or manual install give the same error message. The registry and IE8 both report the correct version.

  • Output error in SmartForm

    I have a SAPScript that I converted to a SmartForm.  I used the print program from the SAPScript and modified it for the SmartForm.  When I run the Tcode (VL70) I am getting the following error:  "<b>WRITE_FORM is invalid, OPEN_FORM is missing</b>.
    Could this be because I am using the output type that I used for the SAPScript?  If so do I need to create a new output type?
    Regards,
    Davis

    If anybody is still looking at this question, I have found where I can modify EK00 but I can't figure out what to do in order for it to work. 
    I have the program as the print program (ZRVADEK01)  Form routine as (SMARTFORM_PRINT) and the form as the form name (ZPCC_PICKLST_STD)
    I also put the function module for the smart form in the spot for the Layout Module (/1BCDWB/SF00000017  and under the heading SmartForm I put the name of the form in there (ZPCC_PICKLST_STD).
    Regards,
    Davis

Maybe you are looking for

  • Burning movies to DVD from iTunes

    I have a few dozen movies in my iTunes library that I have acquired from various sources - ripping from disc or copying from an external hard drive. I wish to burn all these movies to DVD to free up space on my computer. I have tried burning the movi

  • Settlement to FXA

    Hi, Please let me know whether it is possible to settle a WBS element of one cocode say 1000 to AUC of another coocode 2000. I am getting an error message of  It is not normally possible to enter a combination such as this. This is probably due to a

  • Cannot extract the embedded font - Adobe Reader XI

    Hello, I have an XPS file converted to a PDF with an embedded font inside, when I open the file, as I scroll to a page having '&' in the text (that's my case, but it's probably the same with any special character), a message box shows up saying "Cann

  • Kernel task is using many resources on my mac

    Hi I was working on my Mac but is coming very slow sometimes so I found the problem is the kernel task. Lex I already use the Clean My Mac and since the first time I delete a lot of things I don't even remember how many. Should I format my drive? Abo

  • Can't reinstall OSX

    This is a continuation from "can't boot from OSX and may have a virus" OK, so I was able to back up my data onto my other internal hard drive and I erased the original hard drive and tried to reinstall OSX 10.2 from my install disk. It went through t