2008 Apr 04 3:22 PM
Hello,
first of all sorry when I posted this into the wrong subforum, but I wasn't sure about that. My Question is how to read data from the Classystem I have specified in my ABAP report.
The goal is to read data from my individual class-system as well as data from MM and write them to a table that is to be read by another report. But right now I can't find information about the class system and abap. Maybe you know some tutorials or blogs about right that topic you can suggest?
Hello,
first of all sorry when I posted this into the wrong subforum, but I wasn't sure about that. My Question is how to read data from the Classystem I have specified in my ABAP report.
The goal is to read data from my individual class-system as well as data from MM and write them to a table that is to be read by another report. But right now I can't find information about the class system and abap. Maybe you know some tutorials or blogs about right that topic you can suggest?
2008 Apr 04 8:30 PM
What class system have you specified in your report?
Normally a class can be used by declaring a variable of type of the class in question, if this class can be instantiated this is. If your class can't be instantiated, but it has only class methods, you can call this method directly.
But there is a lot more to this ABAP Object Oriented Programming, than just this short explanation. Search on SDN for some ABAP OO Tutorials.
some links:
http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/225b5654f411d194a60000e8353423/frameset.htm
http://www.sapgenie.com/abap/OO/
Transacation ABAPDOCU.
2008 Apr 06 1:58 PM
Hello Daniel
Function group CLBP ( Class BAPIs ) may be useful for you. It contains lots of BAPIs, e.g.:
BAPI_CLASS_GETLIST
BAPI_CLASS_GETDETAIL
BAPI_CLASS_GETSTATUS
BAPI_CLASS_READand many more.
Regards
Uwe
2008 Apr 07 8:12 AM
Hi,
maybe there is a misunderstanding. I meant transaction CL02 by class system. In German it is called like that.
I want to know how to get access to the features specified here.
regards
2008 Apr 08 10:03 AM
Ah - that's not an ABAP Objects question - you'd be better off posing your question in the general development forum.
matt
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |