Quantcast
Channel: SCN: Message List - SAP Manufacturing Integration and Intelligence (SAP MII)
Viewing all articles
Browse latest Browse all 4841

Re: Getting o/p from Oracle procedure in MII 14

$
0
0

Neha,

I am using fixed query with output as below in the fixed query text box:

 

declare

indOn MyActivityInsert.ACT_CURSOR;

begin

ActualTrans(:indOn,[Param.1],'[Param.2]');

commit;

end;

 

ActualTrans is the procedure and indOn is the cursor which is returning the value as document.UpdCall.getValue(1,1) in JavaScript function where UpdCall is iCommand object

 

<APPLET  style="visibility:hidden" NAME="UpdCall" CODEBASE="/XMII/Classes" CODE="iCommand" ARCHIVE="illum8.zip" WIDTH="1" HEIGHT="1" MAYSCRIPT>

<PARAM NAME="QueryTemplate" VALUE="MyProj/CallQuery">

</APPLET>

 

Thanks,

Raman N


Viewing all articles
Browse latest Browse all 4841

Trending Articles