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

CI AND ECP

Former Member
0 Likes
640

HOW WE HAVE TO USE THIS TECHNIQUES

CODE INSPECTOR

EXTENDED PROGRAMINING CHECK

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
599

Hi

Extended Program Check for ABAP Programs (SLIN)

The extended program check makes static checks that are too laborious for the normal syntax check.

When you choose Perform Check, the checks selected in the Checks group box are carried out. If you choose Perform Std. Check, the system report those errors that are particularly critical. Since all results from the standard test are saved, this test is usually very fast.

se38 - > goto ur program -> program - > check - > extended programinig check

and execute the ecp

you will get all the details of errors and warnings of that program

if make all the points as zero then performance point of view its very good

code inspector

se38 -> goto utr program -> program -> check - > code inspector

as mentioned above u will get all the infomation

try to make all the points as zero

reward if usefull

HOW WE HAVE TO USE THIS TECHNIQUES

CODE INSPECTOR

EXTENDED PROGRAMINING CHECK

3 REPLIES 3
Read only

Former Member
0 Likes
599

Hi

check SLIN transaction or open the program

and throurh menu 's path u can reach and do some R&D

THEN U WILL COME TO KNOW WHAT IS THE USE OF THESE IF U DONT UNDERSTAND STILL THEN ASK U R QUESTIONS

Read only

Former Member
0 Likes
599

Hi,

'SLIN' T-code is for EXTENDED PROGRAMINING CHECK from this one you can find any error, warnigs, and informs for a perticular program like suppose if u declare some variable and these variables r not ued in any where in the program it shows

<b>Extended Program Check for ABAP Programs (SLIN)</b>

The extended program check makes static checks that are too laborious for the normal syntax check.

When you choose Perform Check, the checks selected in the Checks group box are carried out. If you choose Perform Std. Check, the system report those errors that are particularly critical. Since all results from the standard test are saved, this test is usually very fast.

Using the Checks

For performance reasons, and to make them easier to use, the extended check is divided into 19 separate checks. Use F1 help to display details about a particular check.

You can use any number of the sub-checks in any combination. They can take up to 10 times longer to run than the normal syntax check. However, they do use an internal cache, so if you use them repeatedly, the runtime does become significantly shorter.

The results are displayed as an overview (unless you have selected the first of the Additional Functions. If you double-click a list item, the error description appears. A second double-click branches to the point in the source code where the error occurred

For Code inspector

goto Program menucheckcode inspector by using this we can sorted out the porgram coding standards and extend program syntax check also we can find from this one..

reward me with points if this helpful.

Regards,

vijay

Read only

Former Member
0 Likes
600

Hi

Extended Program Check for ABAP Programs (SLIN)

The extended program check makes static checks that are too laborious for the normal syntax check.

When you choose Perform Check, the checks selected in the Checks group box are carried out. If you choose Perform Std. Check, the system report those errors that are particularly critical. Since all results from the standard test are saved, this test is usually very fast.

se38 - > goto ur program -> program - > check - > extended programinig check

and execute the ecp

you will get all the details of errors and warnings of that program

if make all the points as zero then performance point of view its very good

code inspector

se38 -> goto utr program -> program -> check - > code inspector

as mentioned above u will get all the infomation

try to make all the points as zero

reward if usefull