Application Development 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: 

Multiple Classification

Former Member
0 Kudos

Hi,

How to create material that have multiple classification using BAPI not manually? For example, you can assign both 001 and 300 classes to this material

3 REPLIES 3

Former Member
0 Kudos

hi

1. BAPI_MATERIAL_PLANNING; Material - Single-Item Planning Single/Multilevel

2. BAPI_MATERIAL_GETBATCHES; Create Batch List for a Material

3. BAPI_MATERIAL_GETINTNUMBERRET; Assign New Internal Numbers for a Material Type for Retail Materials

4. BAPI_STDMATERIAL_GETINTNUMBER; Assign New Internal Numbers for a Material Type

hope it helps.

thanks.

Former Member
0 Kudos

After the material is created use the BAPI <b>BAPI_OBJCL_CREATE</b> to assign the classification.

Regards,

Prakash.

0 Kudos

Thanks for your reply.

What I'd like to know, what field indicates that we can keep multiple characteristics.