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

Regarding SE37

Former Member
0 Likes
666

Hi Experts

I want to study an ABAP Z program. Can it be done using SE37and how as I am not authorised for SE38. Kindly help

Regards

Please search for available information

Edited by: kishan P on Sep 1, 2010 1:04 PM

Hi Experts

I want to study an ABAP Z program. Can it be done using SE37and how as I am not authorised for SE38. Kindly help

Regards

Please search for available information

Edited by: kishan P on Sep 1, 2010 1:04 PM

2 REPLIES 2
Read only

Former Member
0 Likes
609

Hi,

In SE37 goto FM "TRANSACTION_CALL" .. put a break point at sy-subrc check.

Execute this FM.

Give SE38 for TRANSACTION_NAME and execute.

Now change the value of sy-subrc to '1' ... and execute ..

Now you'll get to SE38 screen. Enter your Z program and study it.

Regards,

Srini.

Read only

0 Likes
609

HI

Se #& is the function module create/ display place. in there you can create the FM . If you need to create the Report you have to go SE38 and have to do it.

Ex:

T-code SE38

1.give the program name ZTEST1

2.give the title

3.Select the TYPE : Executable program

4.STATUS : test Program

5.SAVE as local object

then write the code

 
write: 'Hello world'.

Activate and run

this the sample program