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

SLIN Error

Former Member
0 Likes
625

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
Read only

Former Member
0 Likes
525

Is it a Standard Function Module or Custom FM?

Read only

Former Member
0 Likes
525

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

Read only

Former Member
0 Likes
525

Its a standard function module.

No i have not written any statement after Message e.

Regards,

Kapil

Read only

Former Member
0 Likes
525

The FM that i am calling is POPUP_TO_CONFIRM