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

Function modules for Classifications

venkatasap
Participant
0 Likes
3,066

Hi Sapall.

here iam have got some abap technical work to do on classifications.

before creating new tasks i just looked at some of the existing programs in Material management and classification.

i have observed that most of the programs are using the following function modules frequently.

CONVERSION_EXIT_TPLNR_INPUT

DYNP_GET_STEPL

BAPI_CHARACT_GETDETAIL

BAPI_OBJCL_GETDETAIL

BAPI_OBJCL_GETCLASSES

can any body help in explaing brief on what these Function modules will be used for.

regards.

Varma

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,739

You can check CLAF_CLASSIFICATION_OF_OBJECTS

Sorry please use proper related subject for your thread.

the Bapi's will have the documentation please check it.

Edited by: Keshav.T on Feb 11, 2010 12:07 AM

2 REPLIES 2
Read only

Former Member
0 Likes
1,739

Hi,

I know about the below FM.

BAPI_CHARACT_GETDETAIL - This is used to get the details of the Characteristic such as Data type,. Allowed values, etc.

For Ex: if when you created a MAterial using MM01, then it will assk for classification.

In the Classification, you have many characteristcs like Effectivity which will accepted values.

These Characteristics are created using CT04.

BAPI_OBJCL_GETDETAIL - This will fetch all the Characteristic details for the Class type, Object Key passed.

Please have a look at the below thread.

So, what ever you create using BAPI_OBJCL_CREATE, you can retrieve using BAPI_OBJCL_GETDETAIL.

BAPI_OBJCL_GETCLASSES - This will retrun all the Charactersistic Values via TABLES parameters, depending up on the data type of the Characteristic.

The Input for this Will be Object Key (eg: Material Number), Object Table(for eg: MARA) Class Type (For eg:Z001).

Thanks & Regards,

Vamsi.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,740

You can check CLAF_CLASSIFICATION_OF_OBJECTS

Sorry please use proper related subject for your thread.

the Bapi's will have the documentation please check it.

Edited by: Keshav.T on Feb 11, 2010 12:07 AM