2007 Jul 02 8:21 AM
Iam getting dump error as follows.
The current ABAP/4 program encountered an unexpected
situation.
Exception condition "CALL_INVALID" raised in program SAPLCSS3
what could be the reason for this error, how can i solve.
Regards
Rajaram
2007 Jul 02 8:24 AM
Hi,
Please paste your code so that we can help you
regards,
nazeer
2007 Jul 02 8:45 AM
IF ITAB1-STLAN = '1'.
ITAB1-CAPID = 'PP01'.
ELSEIF ITAB1-STLAN = '5'.
ITAB1-CAPID = 'SD01'.
ELSEIF ITAB1-STLAN = '6'.
ITAB1-CAPID = 'PC01'.
ELSEif itab1-stlan <> 1
and itab1-stlan <> 5
and itab1-stlan <> 6.
exit.
ENDIF.
i think error may occur in the above block, bcoz if the if otthers condition what system will react.
Regards
rajaram
2007 Jul 02 8:28 AM
when u r using this pgm, u r not passing one mandatory field . thts y , this execption is raising.
2007 Jul 02 8:33 AM
hi raja ram
its may be that u r trying to call a mathod but ither it is not exist or not found plz check this thing.
if u will show u'r code then it will be understandable and we will be abale to help.....
buy
2007 Jul 02 8:57 AM