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

SCI AUTOMATION

Former Member
0 Likes
1,041

I am getting error 'there is no inspection' while executing fm 'SCI_GET_INSPECTION_PLAIN_LIST'

to get result as plain list directly.

1 ACCEPTED SOLUTION
Read only

cdprasanna
Active Participant
0 Likes
951

hi,

Run FM in debugging mode and set break point at statement and then F8 which will stop the cursor at the place where error message has been raised then you analyse the cause of the error.

you can set break point by following below path.

breakpoints->breakpoint at->breakpoint at statement->type 'message' under ABAP Cmnds column.

Thanks.

I am getting error 'there is no inspection' while executing fm 'SCI_GET_INSPECTION_PLAIN_LIST'

to get result as plain list directly.

3 REPLIES 3
Read only

RobertVit
Active Contributor
951

Please be more specific and check community rules

Kind regards
Robert
Read only

NTeunckens
Active Contributor
0 Likes
951

Please go through basic Debugging and see why this Message is Raised when executing the Function Module ...

I believe the Message is "SCI 050" and it is probably raised on one of the very first Steps withing the Logic of the FM ...

Read only

cdprasanna
Active Participant
0 Likes
952

hi,

Run FM in debugging mode and set break point at statement and then F8 which will stop the cursor at the place where error message has been raised then you analyse the cause of the error.

you can set break point by following below path.

breakpoints->breakpoint at->breakpoint at statement->type 'message' under ABAP Cmnds column.

Thanks.