cancel
Showing results for 
Search instead for 
Did you mean: 

Exposing BLS Transaction Output as Odata

Former Member
0 Kudos

Hi All,

I am trying to expose the output of the BLS Transaction as Odata, but with no success..

Help required for the above.

currently i am using the SAP MII 14 SP04.

With regards

R. Prasanna

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prasanna,

MII only supports output of a query through oData service.

Wrap your transaction with a xacute query and then you can expose the output with oData service.

Have a look at the following link from MII help doc:

OData - SAP Manufacturing Integration and Intelligence - SAP Library

Regards,

Rohit Negi.

Former Member
0 Kudos

Hi Rohit,

Thanks for the response.

I have wrapped the Transaction in an Xcute Query, but still the problem persists.

Following is the URL :

http://xx.xx.xx.xx:50200/XMII/IlluminatorOData/Rowset?QueryTemplate=‘KS_LPMES/Query Templates/Get_Plant_List_Xcute’/Row?sysid=xxx?mandt=1xxx

But i get the following error:

HTTP request type is not supported with the specified Query Mode; no modes are supported.

With regards,

R. Prasanna.

Former Member
0 Kudos

Hi Prasanna,

Try this URL:


http://xx.xx.xx.xx:50200//XMII/IlluminatorOData/Rowset(QueryTemplate=‘KS_LPMES/QueryTemplates/Get_Plant_List_Xcute’,RowsetId=1)/Row?sysid=xxx&mandt=1xxx


Regards,

Rohit Negi.

0 Kudos

Hi Rohit,

Thanks for the post. I have tried the below url and it is working fine.

http://<Server>:<Port>/XMII/IlluminatorOData/Rowset(QueryTemplate='Default/abc/QRY/XAC_TESTSMP_MD5',...

This gives me all the expected rows.

Thanks,

Srikant

0 Kudos

This message was moderated.