Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kstroupe
Creator
Creator

SAP MRP Messages Extraction

Is anyone using the SAP Extractor to get MRP Messages without using SAP BW?

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi Kim

I am not sure that I understood your requirement but -

You are able to execute this BAPI using the SAP BAPI Connector

Yaniv

View solution in original post

17 Replies
Anonymous
Not applicable

Hi

We are using both.

What do you mean by MRP messages? which module/business process?

Yaniv

kstroupe
Creator
Creator
Author

Yaniv,

I don't work in the buisness area but from what I have spoken to them about when MRP runs and has issues such as a Material doesn't have a routing assigned then it may kick out a Message stating that a routing has to be set up.  In order for us to read these messages we run a function module called

BAPI_MATERIAL_MRP_LIST which doesn't write to a table that I know of.


Anonymous
Not applicable

Hi Kim

I am not sure that I understood your requirement but -

You are able to execute this BAPI using the SAP BAPI Connector

Yaniv

kstroupe
Creator
Creator
Author

Yaniv,

Thanks for not giving up on me. LOL I am not an SAP User but I think I understand how to connect the pieces.  So I believe if we kick off the SAP BAPI function module then it produces data in a screen on SAP which the users could download.  What we would like to do is run the SAP BAPI function module and then extract the data to a file (QVD) automatically.  Is the SAP BAPI Connector included with the Qlikview SAP Connector or is this something that just comes with SAP Application?

Thanks for all your help.

Kim

Anonymous
Not applicable

Hi Kim

The SAP BAPI connector is included in the QlikView SAP connector suite.

It enables the QlikView developer to extract output data of BAPI into QlikView (and store it in QVD)

Thanks

Yaniv

kstroupe
Creator
Creator
Author

Yaniv,

Awesome... Thank you so much for this information. Have a great Year (2014)

Not applicable

Yaniv,  I am trying to use the BAPI_MATERIAL_MRP_LIST, as suggested, however the BAPI doesn't create table output.  It only returns a message and results in a script error.  I also tried BAPI_MATERIAL_STOCK_REQ_LIST it should also return exception messages but it also does not create output tables.    The script does not create an output parameter for any tables.  I have successfully extracted tables from other BAPIs.


Anonymous
Not applicable

Hi Jamie

What's your exact question?

Not applicable

How to extract mrp exception message using the SAP connector.