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

purpose of this Function Module : EXTENDED_PROGRAM_CHECK

Former Member
0 Likes
1,571

What is the exact purpose of this Function Module : EXTENDED_PROGRAM_CHECK.

AKSHITHA.

4 REPLIES 4
Read only

Former Member
0 Likes
995

it is used for standard format.

release before chk standard equal.

Read only

Former Member
0 Likes
995

Read only

former_member404244
Active Contributor
0 Likes
995

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

Read only

Former Member
0 Likes
995

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