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

Batch Classification Value

Former Member
0 Likes
408

Hi,

How can i fetch Batch Classifcation values

2 REPLIES 2
Read only

Former Member
0 Likes
376

Hi

Use the following BAPI's:

BAPI_OBJCL_GETDETAIL

BAPI_OBJCL_CHANGE

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

Reward if useful

regards

Anji

Read only

Former Member
0 Likes
376

For batch classification you will have to use the FM:

BAPI_OBJCL_GETDETAIL_KEY

for getting the key, you will have to use :

BAPI_OBJCL_GET_KEY_OF_OBJECT.

Thanks,

Srihari