cancel
Showing results for 
Search instead for 
Did you mean: 

Dump on Tx. SU01

Former Member
0 Kudos

Hello gurus,

I need your help, when I execute the transaction SU01 in English works OK, but when execute same transaction in Spanish the system generate the following dump:

Runtime Errors RAISE_EXCEPTION

Date and Time 05.08.2009 15:01:47

Short text

Exception condition "OUTPUTFIELD_TOO_SHORT" raised.

What happened?

The current ABAP/4 program encountered an unexpected

situation.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

A RAISE statement in the program "SAPLICON" raised the exception

condition "OUTPUTFIELD_TOO_SHORT".

Since the exception was not intercepted by a superior

program, processing was terminated.

Short description of exception condition:

Length of field 'RESULT' is too small

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the called

function module from the display of active calls.

-

Language key........ "S"

Transaction......... "SU01 "

Transactions ID..... "C3FA81DE4C62F1E3B272002264F300DE"

Program............. "SAPLICON"

Screen.............. "SAPLSUU5 0101"

Screen line......... 4

Information on where terminated

Termination occurred in the ABAP program "SAPLICON" - in "ICON_CREATE".

The main program was "SAPMSUU0 ".

In the source code you have the termination point in line 51

of the (Include) program "LICONU04".

Please your help

Thanks

Hernando

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

Hi Hernando,

Read,

SAP Note 710758 - OUTPUTFIELD_TOO_SHORT for icon_create

SAP Note 1174208 - SU01: Logon Data tab,

If this doesn't help... I think your best shot is to patch your SAP_BASIS component

Regards

Juan

Former Member
0 Kudos

hello Juan, we applied the note 1174208 - SU01: Logon Data tab

thanks

Answers (0)