cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding BAPI's

Former Member
0 Kudos

Hi Experts i have one doubt, we are implementing

SAP PLM >>XI->>WEBSERVICES.

Here we r having in SAP PLM system materials like CAMERA BOM>>CAMERA S/W>>LENGS S/W. we want to access this material details in to XI through BAPI.

1.Which BAPI's i have to use to get the list of materials in to XI.

2. And the second thing is after getting the list of materials , we wil select one material CAMERA BOM>>CAMERA S/W->>>LENGS S/W

3.Then it wil be sent to WEBSERVICES, based on the request the response should come back and it should be stored in the SAP PLM database.

4.For this which BAPI i have to use.

please clarify me in detailed

regards

babu

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>1.Which BAPI's i have to use to get the list of materials in to XI.

if you want to get list of materials

BAPI_MATERIAL_GETLIST

if you want to change material then you can use standard IDOC - matmas

(no need to use a bapi)

Regards,

michal

Former Member
0 Kudos

Hi Michal ,

Here iam using SAP PLM system . For PLM system and for the other systems also can we use bapi_material_getlist?????? or is there any separate bapi's for sap plm systems.

please clarify my doubt

thanks

babu

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

in SAP systems materials are always stored as materials

but you can double check it in transaction BAPI

to make sure that for PLM it's the same

(you can also test it via Se37)

Regards,

michal

Former Member
0 Kudos

Hi Michal ,

that means u r saying that all the BAPI's are same for SAP PLM or any other ones to get the list of materials . am i correct??????

please clarify me

thanks & regards

babu

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

yes BAPIs for materials is the same

but there's no easier way than to test it via SE37 as I said

Regards,

michal

Former Member
0 Kudos

Hi Michal ,

I didnt get you what you are trying to say.Please explain briefly.

regards

babu

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

you can test the bapi in transaction SE37 right ?

so just do it and you will know for sure it the bapi I mentioned

(or any other) works for you on PLM server

Regards,

michal