Re: Getting o/p from Oracle procedure in MII 14
Hi Neha,Basic understanding, the commands that work in your sql studio would work same way in MII as MII would basically route your commands to same sql/db. So if EXEC SQP param_1, param_2 works in...
View ArticleRe: Getting o/p from Oracle procedure in MII 14
Neha,I am using fixed query with output as below in the fixed query text box: declareindOn MyActivityInsert.ACT_CURSOR;beginActualTrans(:indOn,[Param.1],'[Param.2]');commit;end; ActualTrans is the...
View ArticleRe: Getting o/p from Oracle procedure in MII 14
Thank you Swaroop for response. I have tried with both above syntax and Param.1 and Param.2 as input parameter. I want to access output variable of procedure.If execute procedure with above syntax and...
View ArticleRe: Getting o/p from Oracle procedure in MII 14
Thank you Raman. Can you please let me know what is MyActivityInsert.ACT_CURSOR?
View ArticleRe: Production order and Process order
Hi Shailaja, For Posting details from MII(from MES) to SAP we will use different BAPI's ... E.g: For Order Confirmation we will use BAPI's like BAPI_PROCORDCONF_CREATE_TT for Process order...
View ArticleRe: STX,ETX & ACK using SAP MII 14
Hi Ayush, I tried in MII BLS to create STX which is hex of 02 (number("0x02")), but it is giving 2 as output. And target system is not able to recognize 2 as STX. I dont this java script option will...
View ArticleRe: Getting o/p from Oracle procedure in MII 14
Neha,ACT_CURSOR is of type output OUT and MyActivityInsert is the package name used. Thanks,Raman N
View ArticleRe: STX,ETX & ACK using SAP MII 14
Please check the thread linked below for a possible solution: https://scn.sap.com/thread/3771774 Regards,Christian
View ArticleCustomized Label Printing using ADS
Dear Experts, We have a requirement to generate Customized product Labels at each stage /Line in our facility. At the moment we are using Sentinel Barcode software which picks XML file generated via...
View ArticleRe: Why is Configurations missing under System Management menu?
Hi Tiago, I think you Should be having SAP_XMII_Administrator Role only. Either Add SAP_XMII_Developer Role also to your User orMake it a SAP_XMII_Super_Administrator Regards,Austin
View ArticleRe: XML Saver: Access to the file path is not allowed
Hi Anushree, finally could test but it still does ot solve the issue. Message now is"System cannot find the path specified"... I am wondering if I give the path in the right Format..?
View ArticleRe: XML Saver: Access to the file path is not allowed
okay, got it...of course, I had picked the wrong filepath...I had to use \\computername\...Thanks Anushree!
View ArticleLocalization in MII using SAPUI5
Hello All, I am trying localization using SAPUI5 and for the same reason I am trying to call resource bundle from META-INF in js file using the following syntax url:...
View ArticleRe: Localization in MII using SAPUI5
Hi Harsh,Thank you for creating the Discussion. Adding the SAPUI5 Developer Center link so the SAPUI5 experts will also see this, though I don't think moving it there makes sense at this time. Your...
View ArticleRe: Localization in MII using SAPUI5
Harsh, I don't think you can use the Catalog service directly to get the resource files. I think it returns an xml file with the properties file binary encoded within. Check in your browsers developer...
View ArticleRe: Localization in MII using SAPUI5
Hi Christian, Thanks for your response. I have tried adding content-type = text/json to it and it will get me data in json format but i believe it has something to do with the syntax only as the error...
View ArticleRe: Localization in MII using SAPUI5
Harsh, I spent a lot of time dealing with the Catalog services writing an application to integrate with the MII virtual file system via FTP. I could be wrong but in my experience the Catalog service...
View ArticleRe: Localization in MII using SAPUI5
Hi Harsh, As mentioned by Christian, MII Catalog services will give you the encoded content of properties files, which cannot be used by the localization service of SAP UI5. This means to use the MII...
View ArticleRe: Localization in MII using SAPUI5
You can also hide a text field on your web page (make sure it has the extension .irpt) like this: <input id=localized name=localized type=hidden value={##LocalizationKey} /> This will put the...
View ArticleRe: String Literal Limitation On Passing XML Doc In Query
I eventually found that this thread from 2012: http://scn.sap.com/thread/3143010 pretty much had the answer. I was using Oracle 11g and MII V15. I did not need to make any driver changes. All I had...
View Article