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

regarding SLIN

Former Member
0 Likes
729

hey guys,

I have below 3 doubts.

<b>1-What should be the input value for this below FM to execute SLIN and return the result. I want to check all the option in FM to check error and execute.

FM : EXTENDED_PROGRAM_CHECK.

2- Will the above FM execution and SCI execution results will be same?

3-Apart from EPC and SCI check, Is there any check need to be done to find Upgrade errors.</b>

Thanks

Kumar.

hey guys,

I have below 3 doubts.

<b>1-What should be the input value for this below FM to execute SLIN and return the result. I want to check all the option in FM to check error and execute.

FM : EXTENDED_PROGRAM_CHECK.

2- Will the above FM execution and SCI execution results will be same?

3-Apart from EPC and SCI check, Is there any check need to be done to find Upgrade errors.</b>

Thanks

Kumar.

2 REPLIES 2
Read only

Former Member
0 Likes
593

hi,

1> the input to the FM will be the Program name

2> in SCI you need to select on which all you need to check oerformance whereas SLIN provides the list of performance issues it will check for

3> ya just go to se38 type in your program name then in the menu program->check->code inspector

--> also type i program anme in se38 then enter the program in display/change mode then go to in menu environment->examples

Message was edited by:

Navneeth Bothra

Read only

Former Member
0 Likes
593

Hi,

Guess EPC through the abap work bench editor calls the FM EXTENDED_PROGRAM_CHECK.

So i believe that the result should be same.

Apart from ECI and SCI you also can check the tcode UCCHECK for unicode compatibaility.

and ofcourse SPDD and SPAU for adjusting the objects during upgrades.

Cheers

VJ