cancel
Showing results for 
Search instead for 
Did you mean: 

Short Dump generating reports of EWA

Former Member
0 Kudos

Hi Experts,

I get the short dump MESSAGE_TYPE_X when I tried to see the Ewa report?

Any Idea?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member209604
Active Contributor
0 Kudos

Please post the some more data from the dump.

Mention also the ST 400 Support Package Level.

Former Member
0 Kudos

Hi,

Mi ST 400 level is 17.

Here is mi dump:

Err.tmpo.ejec. MESSAGE_TYPE_X

Fecha y hora 10.08.2009 09:37:50

Texto breve

The current application triggered a termination with a short dump.

¿Qué ha sucedido?

The current application program detected a situation which really

should not occur. Therefore, a termination with a short dump was

triggered on purpose by the key word MESSAGE (type X).

Anál.errores

Short text of error message:

La creación de evento para la sesión EA0000000000881 ha fallado

Long text of error message:

Diagnóstico

La creación de un evento ha fallado.

Actividades en el sistema

La transacción actual se cancela.

Procedimiento

Procedimiento para la gestión del sistema

El problema puede estar en el rango de números DSVASEVENT.

Verifique si el intervalo "01" está creado y si tiene números

libres. Notifique los resultados de esta exploración a SAP.

Technical information about the message:

Message class....... "DSVAS"

Number.............. 093

Variable 1.......... "EA0000000000881"

Variable 2.......... " "

Variable 3.......... " "

Variable 4.......... " "

Posición desencadenante de error tiempo ejecución

Programa SAPLDSVAS_RPGEN

Include LDSVAS_RPGENU03

Línea 672

Tp.módulo (FUNCTION)

Nombre módulo DSVAS_RPGEN_REPORT_GET_DATA

Detalle código fuente

Lín. Txt.fte.

642 lf_chapno_old = 0.

643 * Fehlende Kapitelnummern verdichten

644 LOOP AT report_structure.

645 AT NEW chapter.

646 IF lf_chapno_old <> report_structure-chapter.

647 lf_chapno_old = report_structure-chapter.

648 ADD 1 TO lf_chapno.

649 ENDIF.

650 ENDAT.

651 report_structure-chapter = lf_chapno.

652 MODIFY report_structure.

653 ENDLOOP.

654

655

656 * Ereignis "Reportgeneriert" vermerken

657 DATA: ls_dsvassessinstid TYPE dsvassessinstid,

658 lf_event_parameter TYPE dsvasevent-event_parameter.

659 * AH 'SL' wird durch Aufrufer erst spaeter ausgeloest

660 if lf_iCount = 0 or sy-batch is initial.

661 ls_dsvassessinstid-sessitype = sessitype.

662 ls_dsvassessinstid-sessno = sessno.

663 lf_event_parameter = ls_dsvassessinstid.

664 CALL FUNCTION 'DSVAS_EVENT_RAISE'

665 EXPORTING

666 pf_event_type = 'SL'

667 pf_event_parameter = lf_event_parameter

668 EXCEPTIONS

669 failed = 1

670 OTHERS = 2.

671 IF sy-subrc <> 0.

>>>>> MESSAGE x093(dsvas) WITH ls_dsvassessinstid.

673 * Ereigniserzeugung für Sitzung &1 fehlgeschlagen

674 ENDIF.

675 endif.

676 * AH

677

678 CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'

679 EXPORTING

680 TEXT = space.

681 ENDFUNCTION.

Thanks in advance!

former_member209604
Active Contributor
0 Kudos

Error in english: Event creation failed for session

Procedure for System Administration

| The problem may lie with number range DSVASEVENT. Check whether

| interval '01' exists and still has free numbers. To solve the

| problem, open a problem message.

See SAP Note 987358 for hints or get directly into contact with SAP Support on component SV-SMG-OP.

(Attach the complete dump in language English to the customer message)

Best regards,

Ruediger

Former Member
0 Kudos

Solved using this note.

Thanks!

Answers (0)