‎2007 Sep 05 8:36 AM
What is the exact purpose of this Function Module : EXTENDED_PROGRAM_CHECK.
AKSHITHA.
‎2007 Sep 05 8:37 AM
it is used for standard format.
release before chk standard equal.
‎2007 Sep 05 8:38 AM
‎2007 Sep 05 8:38 AM
Hi,
This Function module is used for (Extended program check for ABAP/4 programs).
This same same as the extended program check of the SE38 program.
Open any program in ABAP editor.
Goto program->check->extended program check.
Select the check boxes and execute. It displays all the error and warning of the selected crieteria. Now you can check all these error conditions. The FM is for achieving the same functionality
Regards,
Nagaraj
‎2007 Sep 05 8:39 AM
Hi Akshitha,
EXTENDED_PROGRAM_CHECK : Extended program check for ABAP/4 programs
This FM is used for getting errors in your ABAP program.
through this FM you can come to know what all errors are there in your program,
Regards,
Hemant