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

SELECT FROM CACL

Former Member
0 Likes
738

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
673

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

4 REPLIES 4
Read only

Former Member
0 Likes
674

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

Read only

0 Likes
673

thx.

This BAPI needs Parameters and I am not sure where and how I can get them:

CLOBJECTKEY

CLASSNUM

Read only

0 Likes
673

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.

Read only

0 Likes
673

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?