Questions tagged [sap-mii]
6 questions
3
votes
0 answers
How to handle requests larger than 1MB on EventHub
I'm working on a NestJS project that receives data from SAP MII and then send it to EventHub. Unfortunately, EventHub supports a maximum of 1MB (https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-quotas), and in my case, SAP MII sometimes…

Lucas
- 491
- 6
- 21
0
votes
2 answers
Using declare in SQL query with a join in to get date time between for yesterday
I am trying to use this query to bring back yesterdays data,
---- represents columns/tables
DECLARE @today date = GETDATE()
SELECT *
FROM ------
LEFT JOIN -----
ON ------ = ----
WHERE ------.DATE_TIME >= @today
AND -----.DATE_TIME < …

Dbrooks53
- 3
- 2
0
votes
1 answer
How can I find out if a SAP MII transaction provides an output property of a given name?
In a SAP MII transaction, I use a Dynamic Transaction Call to call a subtransaction. I would like to check if this transaction provides an output parameter of a given name. (Not if its value exists but if the property itself is available.)
Is there…

wkl
- 1,896
- 2
- 15
- 26
0
votes
2 answers
Variables in SAP MII
Basically, am looking for a variable/Property that holds the value even outside of the transaction execution facilitating to use in the next rounds of execution, similar to a counter in any programming language until it get reset explicitly.
As seen…

user3781688
- 1
- 3
0
votes
1 answer
How to consume SAP MII Web Service through Java?
I have a Sap Mii Web service that when i hit from SoapUI 4.5 with Decompression Enabled. I get a Proper response from The Service. Now i want to write a Pojo Class to consume the sap MII Service. This service sends the response in Compressed format…

Roy
- 1,231
- 1
- 24
- 61
-2
votes
1 answer
Developing an iphone app to connect to SAP
I have downloaded xcode and have developed a crud app (on the iphone) that interacts with a MySQL table using PHP on a Linux server.
Now I want to develop a crud program on an iphone that can connect to SAP.
I have xcode and access to SAP. What…

Apache
- 15
- 1
- 4