‎2006 Dec 04 3:46 PM
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
‎2006 Dec 04 3:49 PM
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
‎2006 Dec 04 3:49 PM
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
‎2006 Dec 04 3:51 PM
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
‎2006 Dec 04 3:52 PM
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
‎2006 Dec 04 3:59 PM
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
‎2006 Dec 04 4:23 PM
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
‎2006 Dec 04 4:24 PM
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
‎2006 Dec 04 4:51 PM
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