‎2007 Jul 25 12:17 PM
Hi All,
I have a question?
When we create an ABAP program (using SE38), why we have 4 different types of option in the Attribute called Status ?
SAP Standard Production program
Customer Production program
System Program
Test Program
‎2007 Jul 25 12:21 PM
Hi Ankit,
The program status specifies whether the program is a test program, a system program or a production program.Depending on the status, some of the utilities cannot be used. For example, you cannot use ABAP/4 debugging with system programs.
Regards,
Satyendra
‎2007 Jul 25 12:20 PM
Hi
The program status specifies whether the program is a test program, a system program or a production program.
Depending on the status, some of the utilities cannot be used. For example, you cannot use ABAP/4 debugging with system programs.
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 25 12:21 PM
hi
as this is very much clear from the names
<b>SAP Standard Production program</b>: for creating standard SAP prog
<b>Customer Production program</b>: for use of customer
<b>System Program</b>: for internal system program
<b>Test Program</b> : for test cases
regards
ravish
<b>plz dont forget to reward points if useful</b>
‎2007 Jul 25 12:21 PM
Hi Ankit,
The program status specifies whether the program is a test program, a system program or a production program.Depending on the status, some of the utilities cannot be used. For example, you cannot use ABAP/4 debugging with system programs.
Regards,
Satyendra
‎2007 Jul 25 12:27 PM