cancel
Showing results for 
Search instead for 
Did you mean: 

TRANSACCION ZPP_R012 EN SAP MII

sflores_elsoko272
Discoverer
0 Kudos
823

Buen día

En mi empresa todos los días cada hora se corre la transacción ZPP_R012

Report :ZRPPSFC_STD_ACTUAL_HOURS_RPT,mi pregunta como hacer el query con la informacion de la transacción en SAP MII

De antemano gracias!!

Accepted Solutions (0)

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

In my company every day every hour the transaction ZPP_R012 is run Report: ZRPPSFC_STD_ACTUAL_HOURS_RPT, my question how to query the transaction information in SAP MII?

Hi Sergio,

There is not enough information provided to answer your question. Since ZPP_R012 is a custom report, it's contents are not identified. In general BLS transactions can be queried different ways in SAP MII. You can use the Runner service to directly call the SAP MII transaction as a webservice. You can also wrap a Xacute query around the transaction and treat it as a query. If the data from the transaction is stored in the SAP MII associated MES database, that gives you several more options. What do you intend to do with the data you retrieve?

If you are trying to query the report FROM SAP MII, then a custom BAPI/RFC might be the way to go. If the report contents are stored in a table in ECC, then you can use the generic RFC_READ_TABLE RFC to retrieve the contents.

Regards, Mike

sflores_elsoko272
Discoverer
0 Kudos

Hola, Mike

podrias decirme como utilizar el servicio Runner.

¿Qué piensa hacer con los datos que recupera?

Lo que quiero hacer es saber todo los que ha pasado por los Work center cada hora y asi saber si las lineas de produccion van bien o mal


agentry_src
Active Contributor