‎2008 Apr 21 9:56 AM
Hello,
in my project I created a new "class" using CACL in R/3.
http://help.sap.com/printdocu/core/Print46c/de/data/pdf/CACL/CACL.pdf
Excuse me but I don't know how it is called in english.
So now I can create a new Object having the 'usual' mara data and my individual criteria.
I know how to read the mara data. But I don't know how to get the individual criteria values from the objects yet.
Do you know how I can access these new criteria?
thank you.
‎2008 Apr 21 10:02 AM
Hi,
In other words, do uou want to read Material Classification data?
You can use the bapi: BAPI_OBJCL_GETDETAIL.
SEarch the forum with the search string as the name of the bapi to find how to use if for Material Classification data.
Regards,
Ravi Kanth Talagana
‎2008 Apr 21 10:02 AM
Hi,
In other words, do uou want to read Material Classification data?
You can use the bapi: BAPI_OBJCL_GETDETAIL.
SEarch the forum with the search string as the name of the bapi to find how to use if for Material Classification data.
Regards,
Ravi Kanth Talagana
‎2008 Apr 21 10:48 AM
thx.
This BAPI needs Parameters and I am not sure where and how I can get them:
CLOBJECTKEY
CLASSNUM
‎2008 Apr 21 11:17 AM
Do you have any executable codesnibbets for me. The threads I found in the forum aren't as detailed. I haven't used BAPIs before. I really don't know which values are needed and where to get them.
‎2008 Apr 25 8:14 AM
Hello,
now I got BAPI_OBJCL_GETDETAIL_KEY working. It returns an Object-Type (Name of the Object:STANDARDCLASS). My Problem now is how to get the classification information from an object of the class OBJECT, because when I google for ABAP OBJECT, of course I will find anything about ABAP OBJECTS but no information about abap class OBJECT. Do you have any class diagramm I can use to find the attributs?
Or maybe I shouldn't use an Object type for return?