2010 Sep 01 8:00 AM
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
2010 Sep 01 8:05 AM
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.
2010 Sep 01 8:18 AM
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