Application Development 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: 

SLIN Error

Former Member
0 Kudos

Hi,

During extended check for my progra i am facing an issue. The extended program check gives an error

<b><i>

Statement after termin. condition STOP:

ENDIF. .</i> </b>

The error points to a piece of code where i am handling the exception of a FM so it is something like this

if sy-subrc NE 0.

Message e (msg no)(msg class) text-abc.

endif.

when i double click on the error it takes me to the start of if condition i.e. If sy-subrc NE 0 . i am unable to figure out what is the reason for this slin error.

please help, really urgent.

Regards,

Kapil

4 REPLIES 4

Former Member
0 Kudos

Is it a Standard Function Module or Custom FM?

Former Member
0 Kudos

have u put any statement after message type E?? this will not get executed, thats the reason

Former Member
0 Kudos

Its a standard function module.

No i have not written any statement after Message e.

Regards,

Kapil

Former Member
0 Kudos

The FM that i am calling is POPUP_TO_CONFIRM