‎2008 Jul 18 1:04 PM
Hi All,
How do i get the values in the CLASSIFICATION tab of t-code MSC3N.
Class
Class Type
Characteristic description and Value.
Regards,
Venkat.
‎2008 Jul 18 1:11 PM
Hi!
You can use the following FM-s:
BAPI_CLASS_GET_CHARACTERISTICS
BAPI_CHARACT_GETDETAIL
Or you can go for the characteristics directly, from the tables:
AUSP
CABN
Regards
Tamá
‎2008 Jul 18 1:11 PM
Hi!
You can use the following FM-s:
BAPI_CLASS_GET_CHARACTERISTICS
BAPI_CHARACT_GETDETAIL
Or you can go for the characteristics directly, from the tables:
AUSP
CABN
Regards
Tamá
‎2008 Jul 23 7:43 AM
Hi,
Thank you for the reply.
When i am using the FM-BAPI_CLASS_GET_CHARACTERISTICS, CHARACTERISTICS are getting populated but the CHAR_VALUES are always empty.
Do you think any problem with the material i am using or am i missing any steps in between.
Thank You,
Venkat.
‎2008 Jul 23 7:54 AM
hi,
first use BAPI_OBJCL_CONCATENATEKEY
to this append 3 lines
first : mchb matnr
mchb werks
mchb charg
and get the field value
OBJECTKEY_CONC
next use BAPI_OBJCL_GETDETAIL
to this pass OBJECTKEY
OBJECTTABLE = marc
CLASSNUM
ASSTYPE
it will give you values in corresponding tables....
‎2008 Jul 23 8:28 AM
Hi,
Can you be bit clear.
BAPI_OBJCL_CONCATENATEKEY is having only one import param.OBJECTTABLE. What should i pass in to this?
Regards,
Venkat.
‎2008 Jul 23 9:31 AM