cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to get Status from Material and Serial Number

Former Member
0 Kudos

Hi !

I'm trying to find a BAPI function to get the system status (STTXT), given a Material number (MATNR) and a Serial Number (SERNR). In other words, I need a BAPI with the output of the IQ03 transaction.

Any ideas?

Regards,

Matias.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Matias,

What is the business requirement, Where you want to populate this value?

Regards

Arif

Former Member
0 Kudos

Hi Arif !

Thanks for answering !

We need to create a web service to check a material+serial status...It can be done manually with the IQ03, but to call it from SAP XI, we need a BAPI, to avoid the creation of a custom program and access tables directly.

Regards,

Matias.

Former Member
0 Kudos

Hello Matias,

Check out this will be helpful.

http://sapass.metro.client.jp/Bapi/EQUI_EXT.htm

Regards

Arif Mansuri

Former Member
0 Kudos

Hi Arif !!

I think it works !

I've used BAPI_EQMT_DETAIL to get Equipment number using the material and serial number. Then with the equipment number, I've used BAPI_EQUI_GETSTATUS to get the status.

Does it sound right? I mean, the equipment number unique as material+serial number ??

Thanks !

Regards,

Matias.

Former Member
0 Kudos

That's correct, but to be very sure, cross check when you are done..

Regards

Arif Mansuri

Answers (0)