cancel
Showing results for 
Search instead for 
Did you mean: 

Great Error in Smartforms

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Can you check the FM's SSF_OPEN, SSF_CLOSE, and SSF_show_dialog.

Debug these FM's by putting a break point at the function module " ssfcomp_open" and let me know what is happening.

Regards,

kiran_k8
Active Contributor
0 Kudos
Former Member
0 Kudos

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

Former Member
0 Kudos

The recent updation must not be the cause for ur problem.

Check whether the form u have used are in the status active.

If the form is active, then note down the fn module that is generated in the smartform.

Check the fn mod by executing it in SE37.

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

Hi

check the OSS notes

with the key word

SSFCOMPOSER003

in SAP.help.com

to know the exact reason for the dump.

Regards

Anji