Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to solve the error

Former Member
0 Likes
1,000

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

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

5 REPLIES 5
Read only

Former Member
0 Likes
885

Hi,

Please paste your code so that we can help you

regards,

nazeer

Read only

0 Likes
885

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

Read only

Former Member
0 Likes
885

when u r using this pgm, u r not passing one mandatory field . thts y , this execption is raising.

Read only

Former Member
0 Likes
885

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

Read only

Former Member
0 Likes
885

i think field STLAN is initial in ur case.

Regards,

Nikhil