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

VBWS_MARA_CLASSIFICATION_GET - Class not found exception

Former Member
0 Likes
488

Hi,

I`m trying to get the classification and the characteristics from material using VBWS_MARA_CLASSIFICATION_GET. When I test it, it raises the Class not Found Exception for the Materialnumber I`ve given in.

For the Testmaterial classification and characteristics are created.

Can anyone help me? Where could be the problem?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
393

Hi

Use the following BAPI's:

BAPI_OBJCL_GETDETAIL

BAPI_OBJCL_CHANGE

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

for getting the classification and characteristics data of Material

instead of VBWS_MARA_CLASSIFICATION_GET.

Reward points if useful

Regards

Anji

1 REPLY 1
Read only

Former Member
0 Likes
394

Hi

Use the following BAPI's:

BAPI_OBJCL_GETDETAIL

BAPI_OBJCL_CHANGE

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

for getting the classification and characteristics data of Material

instead of VBWS_MARA_CLASSIFICATION_GET.

Reward points if useful

Regards

Anji