cancel
Showing results for 
Search instead for 
Did you mean: 

Exception condition "ERROR" raised.

Former Member
0 Kudos

hii gurus i am creatiing second page in sf ecc6. upto first page driver program is working fine, after creating second page and main window even w/o any content ie empty the driver program is showing dump error as written above as subject........the error i am getting is

Exception condition "ERROR" raised.

-


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

condition "ERROR".

Since the exception was not intercepted by a superior

program, processing was terminated.

Short description of exception condition:

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.

-


Trigger Location of Runtime Error

Program SAPLSTXBC

Include LSTXBCU19

Row 110

Module type (FUNCTION)

Module Name SSFCOMP_GENERATE_SMART_FORM

-


  • check

if l_docentry-tdwtype = c_wtype_main and l_main_width is initial.

l_main_width = l_docentry-tdwwidths.

elseif l_docentry-tdwtype = c_wtype_main.

if l_main_width <> l_docentry-tdwwidths.

err_comp ssf_err_main_width_changed 'A' 080 <----


getting error on this line

space space space space.

endif.

endif.

endloop.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

closing thread

Former Member
0 Kudos

Hi

Check the width of the main window in second page and also other windows...

Regards,

Vishwa.

Former Member
0 Kudos

checked i have made it small but still the same error.......

Former Member
0 Kudos

Hi..

OK. Check these OSS Notes:

776456,752912,555939,670547,557303.

They could help you with the issue.

Regards,

Vishwa.