‎2006 Nov 27 8:53 AM
Hi,
We are upgrading to ECC6.0 from 4.6C
Now while testing the report group i got short dump.
This is due to to the 'Exception condition "LOAD_PROBLEMS" raised.'
**************************
Error analysis
A RAISE statement in the program "SAPLSLDB" raised the exception
condition "LOAD_PROBLEMS".
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.
-
Function module 'SELOPTS_AND_PARAMS' in this that statement was there.
Can some one help me out. what i have to do further.
Thanks in advance.
Regards,
Deepak.
‎2006 Nov 27 8:55 AM
check out the type compatibility of the parameters of the function.
‎2006 Nov 27 9:01 AM
Hi,
The load_parameters will raise when sy-subrc is not equal to zero.
PERFORM LOAD_SSCR TABLES L_SSCR
USING PROGRAM
CHANGING L_SUBRC.
IF L_SUBRC NE 0.
RAISE LOAD_PROBLEMS.
ENDIF.
may be you need to check screen no and program. may you set a breake point ans test it. may you can get some clue.
Rgds,
Hemanth.
‎2006 Nov 27 9:05 AM
Hi Hemanth,
Actually what I analysed is what ever the exception raised due to this sy-subrc that exception i think the superior program is not receiving. I think due to this it is going for short dump.
Let me know if you have any idea further.
Thanks,
Deepak.
Message was edited by:
Deepak Kudaravalli