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

SAP Program Status Attribute

Former Member
0 Likes
3,723

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

1 ACCEPTED SOLUTION
Read only

satykumar
Product and Topic Expert
Product and Topic Expert
0 Likes
1,741

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

4 REPLIES 4
Read only

Former Member
0 Likes
1,741

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

Read only

Former Member
0 Likes
1,741

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>

Read only

satykumar
Product and Topic Expert
Product and Topic Expert
0 Likes
1,742

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

Read only

Former Member
0 Likes
1,741

Thanks All.