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

ABAP beginner need help~

Former Member
0 Likes
1,052

Hi,I am a new user for ABAP programing,even I have not entered the right interface for programing.My problem is that I want to create a new program ,I typed <b>SE38</b> to the <b>ABAP edit</b>, typed the custom program name such as <b>Z_test</b> ,after that I clicked "<b>Create</b>" ,a messagebox displayed <b>"SAP System has status 'not modifiable'"</b>,does this mean I don't have the autorization for creating new program?But I selected <b>System-Utilities-Debug ABAP</b> in the menu,re-created ,I enter the <b>ABAP Debugger</b> interface,but the program name in it is not the one I created ,it is "SAPLWBABAP".I am very confused,Who can help me?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,016

No, a messagebox:"SAP System has status'not modifiable'".

BR Jerry

10 REPLIES 10
Read only

venkata_ramisetti
Active Contributor
0 Likes
1,016

Hi,

Probably you have not taken correct development class. I mean you have not taken the custom class for your z_test custom program.

Just give $TMP class for your z_test program, your issue will be resolved.

If that is not the case, the please give the details that you entered in the program attributes screen.

Thanks,

Ramakrishna

Read only

Former Member
0 Likes
1,016

Hi Ramakrishna:

Thanks for your reply! Can you tell me how can I give the $TMP class to my program?

Read only

0 Likes
1,016

after givnig in the name in Prog name, u get a popup to give title and other details, select type as Executable program, now here on pressing SAVE u will get the prompt for the Package or Development Class, where in u can give $TMP or press F7.

Please let know if ur prob is solved or not?

Regards

- Gopi

Message was edited by: Gopi Narendra

Read only

Former Member
0 Likes
1,016

Hi

I have never seen the popup,after I click "Create" ,the screen jump to "ABAP Debugger".

BR Jerry

Read only

0 Likes
1,016

just press F8 at the Debuger and see if the popup comes or not?

Regards

- Gopi

Read only

Former Member
0 Likes
1,017

No, a messagebox:"SAP System has status'not modifiable'".

BR Jerry

Read only

0 Likes
1,016

Hi Jerry

Message "SAP System has status'not modifiable" means, you are trying to create or change a program in wrong server i.e not meant for development.

Please check the server, client to confirm if your using the right development server.

If you have authorization, please check the client role via transaction SCC4.

Kind Regards

Eswar

Read only

0 Likes
1,016

Hi Jerry,

Looks like you are trying to create a program in a SAP client where modifications to objects(Reports/ scripts/ screens..any workbenc objects) are restricted.

Usually SAP Quality and Production clients have such restriction.

YOu can only create objects like programs in SAP development client. So just findout from your basis guy whether you have development rights in the system to create programs or not?

YOu can download SAP ABAP trial version from SDN and can do practice ABAP programming. All kinds of object you can develop here.

The link for download is (Full ABAP Edition-Trial (with Web Dynpro for ABAP!))

https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6

Thanks,

Ramakrishna

Message was edited by: Ramakrishna Prasad Ramisetti

Read only

gopi_narendra
Active Contributor
0 Likes
1,016

the program whihc u r trying to create might not be the development one. so it is restricting you to create a Z program, try to find out the client on which u r doing it and do it in the development client only.

Regards

- Gopi

Read only

Former Member
0 Likes
1,016

hi all

I think I got the point,thanks for your help.

BR Jerry