2008 May 30 5:52 AM
Hi
Do we have any stuff on to create classes and interfaces
Regards,
Maruti
2008 May 30 5:55 AM
Hi,
The transaction for the class buider is SE24.
Go through the below link
http://help.sap.com/saphelp_nw70/helpdata/en/ca/c035baa6c611d1b4790000e8a52bed/frameset.htm
Reward if useful.
Regards,
Swetha.
Hi,
To create global classes you can use transaction code SE24 (will be stored as repository object and will be visible throughout).
In case you want to create local classes (local to a program) you can use the syntax
class <clsName> Definition.
public section.
-
protected section.
-
private section.
-
EndClass
class <clsName> Implementation.
EndClass.
for declaration and Implementation of class respectively.
further you can give data
Regards,
Naveen
2008 May 30 5:55 AM
Hi,
The transaction for the class buider is SE24.
Go through the below link
http://help.sap.com/saphelp_nw70/helpdata/en/ca/c035baa6c611d1b4790000e8a52bed/frameset.htm
Reward if useful.
Regards,
Swetha.
2008 May 30 6:13 AM
2008 May 30 10:36 AM
2008 May 30 10:51 AM
2008 May 30 11:21 AM
Hi,
To create global classes you can use transaction code SE24 (will be stored as repository object and will be visible throughout).
In case you want to create local classes (local to a program) you can use the syntax
class <clsName> Definition.
public section.
-
protected section.
-
private section.
-
EndClass
class <clsName> Implementation.
EndClass.
for declaration and Implementation of class respectively.
further you can give data
Regards,
Naveen
2008 Jun 02 12:35 PM
First try this:
[http://www.saptechnical.com/Tutorials/ABAP/OOP/Example1.htm]
then try this:
[http://www.saptechnical.com/Tutorials/ABAP/OOP/Example2.htm]
i believe u will get it....
Regrads
Preetesh
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |