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

MSC3n-Classification Tab

Former Member
0 Likes
2,731

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,694

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á

5 REPLIES 5
Read only

Former Member
0 Likes
1,695

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á

Read only

0 Likes
1,694

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.

Read only

Former Member
0 Likes
1,694

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....

Read only

0 Likes
1,694

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.

Read only

Former Member
0 Likes
1,694

Hi All,

Any inputs from anyone?

Regards,

Venkat.