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

bapi for batch classification

Former Member
0 Likes
3,006

Hi

Is there any bapi for creating batch classification values(atwrt)?

1 REPLY 1
Read only

Former Member
0 Likes
1,448

BAPI_OBJCL_CREATE

you can use this function module. pass the object key, class number, class type and values in the three tables in tables parameter.

Thanks.