cancel
Showing results for 
Search instead for 
Did you mean: 

Create Material in MM01 using java connectivity

Former Member
0 Kudos

Hi all,

I am developing an application in java for creating material in MM01. I got the BAPI for the same to do that. The problem is that I am not able to find the references for the Classification View in BAPI_MATERIAL_SAVEDATA. Classification view is important for me to be filled up. Please Help me out if anyone know this.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I am looking at the bapi you need, and i wonder what exactly do you mean by

Classification view. All you need is to pass on the right paramters to the

function and get back the tables it produces.

It seems to me that this is not directly possible.

Have at a look at this thread

Regards

yuval peery

Former Member
0 Kudos

Hello sir,

Thanks for your reply. I am talking about the view that we select while creating material in MM01. e.g. Basic View, MRP view, Accounting View. Same we have Classification View in that. And I want to fill the details in that classification view using BAPI_MATERIAL_SAVEDATA so that I can directly call the BAPI from Java.

Former Member
0 Kudos

Hi

Do you know how to call a bapi from your project?

Do you know how to fill out the paramters this Bapi need?

Have you checked the Tables section on the bapi to see if it

returns the table you need?

regards

yuval