‎2010 Feb 10 4:50 PM
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
‎2010 Feb 10 6:36 PM
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
‎2010 Feb 10 5:20 PM
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.
‎2010 Feb 10 6:36 PM
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