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

hi regarding extended program check

Former Member
0 Likes
829

hi guys,

can any one tell me what exactly do u mean by

<b>Extended Program Check</b> and and how do you do this, do we do extended program check as a performance tuning procedure or any other reason

thanks

pavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
804

You do this to make sure there no sytax errors as well as warnings and you can do this using SE30 transaction.

Regards,

Ravi

Note - Please mark all the helpful answers

7 REPLIES 7
Read only

Former Member
0 Likes
805

You do this to make sure there no sytax errors as well as warnings and you can do this using SE30 transaction.

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

Former Member
0 Likes
804

hi Pavan,

Lets you know if there are any supressed errors ...

Check

http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/801afd454211d189710000e8322d00/frameset.htm

Regards,

Santosh

Read only

Former Member
0 Likes
804

HI,

You use this function to perform static checks, which are too time consuming for the normal syntax check. The extended program check returns both errors and warnings and it is possible to run either individual specialized tests or one whole standard check.

transaction code is <b>SLIN</b> or From the Program Check --> Extended program check

See the SAP link for more info

http://help.sap.com/saphelp_webas620/helpdata/en/d1/801afd454211d189710000e8322d00/content.htm

Regards

Sudheer

Read only

Former Member
0 Likes
804

You use this function to perform static checks, which are too time consuming for the normal syntax check. The extended program check returns both errors and warnings and it is possible to run either individual specialized tests or one whole standard check.

transaction code is SLIN or From the Program Check --> Extended program check

Read only

Former Member
0 Likes
804

Hi..

Apart from errors and warnings, Extended program check also helps is finding out if there are text symbols created but not used, or you have not maintained text for a select option and parameter.

Regards,

Shahu

Read only

Former Member
0 Likes
804

Hi..

Apart from errors and warnings, Extended program check also helps is finding out if there are text symbols created but not used, or you have not maintained text for a select option and parameter.

Regards,

Shahu

Read only

Former Member
0 Likes
804

Hi Pavan,

Use
You use this function to perform static checks, which are too time consuming for the normal syntax check. The extended program check returns both errors and warnings and it is possible to run either individual specialized tests or one whole standard check.

Procedure
...

1. You access the extended program check by means of transaction SLIN. You can also choose Program ® Check ® Extended program check.

The system displays a list of possible check options. By default, all of them are selected. For detailed information about a particular option, position the cursor on it and choose F1.



The extended program check takes considerably longer time than other checks but it uses a buffer and the process speeds up after the first run.

2. Select any options you need.

For each option you have selected, the system displays an overview of the number of errors, warnings, and messages.



Only the especially critical warnings are displayed before the standard check.

3. Choose an entry to display the corresponding detail screen.

From that screen you can jump to the appropriate point in the program and correct the error.


Extended Program Check

Process

Choose Program ® Check ® Extended program check. The system displays a list of possible check options:


By default, all of the options are selected. For detailed information about a particular option, place the cursor on it and choose F1 .

The extended program check takes considerably longer than other checks. However, it uses a buffer, so after the first check, you will find that it speeds up.

When you start the extended program check, the system displays an overview of the errors, warnings, and messages that have been generated. For each option that you included in the check, there is an overview of the number of errors, warnings, and messages for that category.


If you choose an entry, the system displays the corresponding detail screen.
From this detail display, you can jump to the appropriate point in the program and correct it.






Hai, I have tried to embeded screen, but not dispalying

Thanks

Manju