Webutil translation for win_api_session.find3rdpartyapp

I'm migrating a 4.5 application to forms 9i. In this application we've used win_api_session.find3rdpartyapp to check whether another forms session is running on the client. In webutil this functionality is no longer available. Does anyone have sample code on how to translate this old functionality to webutil.

Use WEBUTIL_C_API in combination with the Forms Explorer (free available http://downloads.it-eye.nl/fexplore.zip)

Similar Messages

  • Currency Translation for Calculated Key figures

    Hello Friends I want to use the Currency Translation for Calculated Key figures.
    But when I go to Query and go to conversion tab it is always greyed out. Does that mean we can set the fixed conversion type for calculated key figures. like ZSAD Total debit - credit -flow value.
    What is the way to do fixed currency translation in query for calculated key figures.
    All the below is done now just want to specify this in query but I can'nt since it is greyed out.
    All the below is done
    I have created a Currency Translation Type " FiscperConversion" "ZVHGR" now this has Exchange Rate Type from Variable "ZVARN" (Which is a variable single value manual input on 0RTYPE Infoobject for exchange rate.)
    2. Now Currency Tab: Target Currency is selected from Variable placed in the Report. ZRPVAR.
    3. Now the Variable Time Reference is used. Standard Infoobject 0FISCPER
    which is beginning of period.

    Hi soniya
    Your calculated KF is result of some calculation ...so system will not allow u to do any translation on it...to get CT on CKF you should do it on base key figure...still if you wish to do then you can create a formula variable having processing type a customer exit...write code in cmod to rad exchange rate and multiply ur CKF by this formula variable....
    Thanks
    Tripple k

  • Currency translation for key figure in bex not working.

    Hi friends,
    i want to do currency translation for key figure(invoice value in local currency).
    i have followed the steps as under:
    1st Transferring Global Table Contents: Currencies from R/3 Systems
    2nd than transfer exchange rate - from r/3 to bi
    3 than In SPRO settings of BW there is option "consider translation ratios in translation"
    4th than used transaction RSCUR for creating currency translation type: parameter(exchange rate:m, soure currency fom data records, target currency ISK, time ref: current date)
    5th than in BEX query designer have sated this for key figure
    but when i run query in RSRT, curreny amount not getting convert?
    am i missing any step?
    pl. guide.
    thanks dushyant.

    Hi Dushyant,
    Are these steps followed in Query designer??
    In the Query designer, for that particular key figure property, under Conversion tab >> Currency Translation >> Conversion Type, select the currency translation type you created in RSCUR.
    And in the target currency, select accordingly.
    If you are going to use a variable, use the following link..
    http://help.sap.com/saphelp_nw04/helpdata/en/08/81b98b95e911d4b2ca0050da4c74dc/content.htm
    See also..
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/287bab90-0201-0010-f48e-cc55b0cd13d0
    Hope this helps..!
    -Pradnya
    Edited by: Pradnya Rane on Apr 8, 2009 7:58 AM

  • Can I run the currency translation for multiple years at the same time?

    Dear Friends,
    I set up currency translation on our BPC NW 7.0 system and it is working fine ONLY if I run it for any one year at a time. But if I select multiple years in the data package (FX Restatment) selection it only calculates for the first year in that selection.
    say if I run the data package for years: 2009, 2010, 2011, 2012, it only performs currency translation for the year 2009.
    Can I run the currency translation for multiple years at the same time ?
    Note: The year is determined from the YEAR property of the "Time" dimension
    appreciate any inputs,
    thanks

    You can run currency translation for multiple years.
    I think the problem it is actually related to how you are sending the parameter to currency translation script.
    Just review the script logic log and you will see with what parameters was called currency translation FXTrans.
    My expectation is that actually the script is called just with first year and that's the problem.
    Log of script logic you can find it into:
    C:\BPC|DATA\Webfolder\YourAppset\YourApplication\Private Publications\Users used to run logic\Temp
    Regards
    Sorin Radulescu

  • Error with clob column: "No pl/sql translation for the blind type given for this bind variable"

    This is reports 11g
    I've got a clob column. Reports seems to recognize its type, but if I try to reference it in a format trigger, I get this error at compile time:
    "No pl/sql translation for the blind type given for this bind variable"

    Actually, Reports is in something better than Forms.
    Neither Forms nor Reports do not have "complete" SQL engine (both have only "complete" PL/SQL engine), but have their own SQL parser, which does not understand SQL commands after the database 8.0.
    But, in Reports Data Model - SQL Query Statement, we can write "modern" SQL statement (> database 8.0), because Reports sent it directly to the database, without using their own SQL parser.
    For example, in Reports Data Model - SQL Query Statement, we can write this (scalar subquery expressions, in bold):
    select empno,
           ename,
           deptno,
           (select dname from dept where deptno = emp.deptno) dname
      from emp
    order by empno;
    although scalar subquery expressions was introduced in the database 9.0.1, and in databases 8.0 and 8.1 we should write someting like this:
    select emp.empno,
           emp.ename,
           emp.deptno,
           dept.dname
      from emp,
           dept
    where dept.deptno = emp.deptno
    order by empno;
    Regards,
    Zlatko

  • Webutil configuration for windows 7 application server

    hi all,
    we are working on oracle forms/reports and recently upgraded the application server to windows 7 and database is oracle 10g
    config:
    os : windows 7
    developer suite 10g
    in this we are using the jre instead of jinitiator and did the all needful changes in formsweb.cfg. and webutil.cfg
    now we can able to run forms/reports. but the problem is webutil is not working.
    we are facing at run the reports as we select excel format and click ok button
    the following error is coming
    **oracle.forms.webutil.ole olebean not found**
    any body kindly help me how to resolve this

    See my comments in this post:
    java.lang.ClassNotFoundException: oracle.forms.webutil.ole.OleFunctions
    and this one:
    webutil.cfg for win-7 64 bit client

  • Webutil configuration for jre, Forms 10g in windows 7 application server

    hi all,
    we are recently upgraded the application server with new os windows7. and clients ae also upgraded with windows7.
    we are using forms 10g(developer suite 10g). and installed jre6 instead of jinitiator and did the all needful changes in formsweb.cfg. and ialready installed ofiice-2003(for excel)
    but we are unable to run reports in excel format*. while we select the repotr type is exel in list item
    and click ok button the following error is coming
    oracle.forms.webutil.ole ole functions bean not found
    client_ole2.create_obj will not work.
    =====================
    the following is the webutil configuration in formsweb.cfg
    =====================
    [webutil]
    archive=frmall.jar,frmwebutil.jar,jacob.jar
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    #,f90all_jinit.jar
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=basejpi.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    #baseHTML=webutiljpi.htm
    lookAndFeel=Oracle
    if any changes in the configuration and jre files.please mention it.
    kindly help me how to resolve this problem
    thank you
    Edited by: vamsi on 3 Jan, 2012 12:59 AM
    Edited by: vamsi on 3 Jan, 2012 1:21 AM
    Edited by: vamsi on 3 Jan, 2012 1:21 AM

    See my comments in this post:
    java.lang.ClassNotFoundException: oracle.forms.webutil.ole.OleFunctions
    and this one:
    webutil.cfg for win-7 64 bit client

  • Publishing of the translation for an Iview fails without any notice

    We face the followoing problem with an custom IView in SAP portal:
    The publishing of the translation for an Iview fails without any notice it only works directly after the IView was deployed.
    The translation is done by first generating the translation data then translating to the several languages, marking the data as translated. After that the translation is published via the Translation Worklist Coordination.
    All is done in the Portal under Contenet-Administration->Portal Content Translation, Translation Worklist Coordination and Worklist Translation
    The publishing works directly after deployment of an iView but if one tries to retranslate the translation is saved in the repository but not published. If we delete the translation Worklist and start over again the translations that are not published are still in the generated data but still we can’t publish them.
    There is no Information that the publication failed or anything. In the Worklist it just goes back to normal state where we can again generate the translation data.
    The Iview is a Java IView for the translation a properties file was created and all the words from properties file show up in the generated data from the Worklist.
    We could deploy the Iview every time the translation needs to be changed but the customer wants to do the translation without that step.
    We use the following Versions:
    Sap Portal nw2004s
    sap.com/SAP-JEECOR 7.00 SP10 (1000.7.00.10.0.20061026144500) 20070119122211
    sap.com/SAP-JEE 7.00 SP10 (1000.7.00.10.0.20061026144500) 20070119121940
    Thanks 4 Help

    Please review the terms of your Comcast agreement. Many agreements include scheduled price increases, and typically state that prices will return to the prevailing (almost always higher) rates when the agreement expires.
    If you still have questions contact one of their Billing reps at the phone number on your bill or 1-800-Comcast, chat with them using one of the "Account and Bill" options at https://www.comcastsupport.com/chatentry/, or visit a Service Center if one is nearby (check locations and hours at http://customer.xfinity.com/service-center-locations).
    Comcast sometimes responds to questions here in the forums, and sometimes they do not. When they do the typical response time is somewhere between a few hours and a few days.

  • Skype Translator For Skype

     I can not access Skype account on your desktop through outlook Account  

    There is only one "Skype Translator" app: It's a full screen app following the Windows modern design pattern. So it looks very similar to "Skype for modern Windows" (also referred to as "Metro").
    There is no "Skype Translator for Windows desktop" app which would be providing the Translator functionality via the classic Windows desktop app.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Need help in selecting translations for bursting

    Hi,
    I am using EBS 12.1.3 (XML publisher 5.6.3) .I am successfully able to burst my consolidated report to e-mail in english language. But somehow I cannot get it to select the french translation ,for which I have already uploaded the corresponding xlf file for the template. I searched the forum and tried the filter attribute,so that my control file looks like this:
    <?xml version="1.0" encoding="UTF-8" ?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/DATA/LIST_G_COUNT/G_COUNT">
    <xapi:delivery>
    <xapi:email server="10.96.9.132" port="25" from="[email protected]" reply-to="">
    <xapi:message id="123" to="[email protected]" attachment="true"
    subject="${NAME} GL Voucher Report">Please find attached herewith the GL Voucher Report for ${NAME}.
    </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output-type="excel" delivery="123">
    <xapi:template type="rtf" locale="en-US" location="xdo://BTVL.XXBILCGLVCHR.en.US/?getSource=true"
    filter=".//G_COUNT[LANGUAGE='FR']" translation="XXBILCGLVCHR_fr_FR.xlf" />
    <xapi:template type="rtf" locale="en-US" location="xdo://BTVL.XXBILCGLVCHR.en.US/?getSource=true"
    filter=".//G_COUNT[LANGUAGE='FR']" translation="XXBILCGLVCHR_fr_FR.xlf" />
    </xapi:document>
    </xapi:request>
    </xapi:requestset>My report XML file structure is like this:
    <DATA>
           <PARAMETER1>value for Parameter1</PARAMETER1>
          <PARAMETER 7>value for Parameter 7</PARAMETER7>
          <LIST_G_COUNT>
                  <G_COUNT>
                  <FIELD1>Value for F1</FIELD1>
                  <LANGUAGE>US</LANGUAGE>
                  <LIST_G_VOUCHER_NUM>
                            <G_VOUCHER_NUM>
                                    <FIELD2>Value for F2</FIELD2>
                                    <FIELD7>Value for F7</FIELD7>
                            </G_VOUCHER_NUM>
                            <G_VOUCHER_NUM>
                                    <FIELD2>Value for F2</FIELD2>
                                    <FIELD7>Value for F7</FIELD7>
                            </G_VOUCHER_NUM>
                     </LIST_G_VOUCHER_NUM>
                     <CS_SUM>Value</CS_SUM>
                  </G_COUNT>
                  <G_COUNT>
                  </G_COUNT>
          </LIST_G_COUNT>
    </DATA>Oddly though, the bursting program errors out when I try to make it select any of the 2 languages using the above control file. It gives the message :
    Error while generating the Document...Any having any idea as to where i might be going wrong ?Any help will be appreciated.

    Hi Sarath
    Following package will help for find applied tax , charges and order total
    OE_OE_TOTALS_SUMMARY.PRT_ORDER_TOTAL (OOH.header_id),
    OE_OE_TOTALS_SUMMARY.Taxes (OOH.header_id),
    OE_OE_TOTALS_SUMMARY.Charges (OOH.header_id)
    Regards,
    akil

  • Missing translations for Italian and French

    Hello Experts, I have successfully installed a ECC 6.0 server-ABAP +JAVA system (DB2 v9.5 FP4 windows server 2008-x64 bit). Kernel: 700 , Patch: 185 ; SP level : rel 700 , level 17. I have created 3 clients : 100, 700, 701
    I have installed 2 languages apart from default ones -- Italian and french.
    My issue is there are missing translations for few transactions when i log in italian and french and this problem is only with client 100(clients 700, 701 have no missing translation issue).
    For example, if i log in to client 100 in Italian or French and go to t-code FS00, the Tabs(Type/descripton,control data,Create/bank interest , Key word/translation, Informamtion (C/A)  ) are displayed in english instead of italian or french.
    I have already followed Note 1156507 - Language supplementation, RSREFILL and client maintenance.Still facing the same issue.Requesting expert help.

    Hi ,
    Refer sap note 1159021-in client 100, 518950-efforts to translet the language.
    You can run client maintainance again in client 100 and check.
    let us know, further.
    Thanks
    R.

  • LSMW: What are Fixed Values and Translations for?

    Hi,
    I'm working with LSMW and I don't know what are Fixed Values and Translations for? They are on the "Maintain Fixed Values, Translations, User-Defined Routines" step.
    Thanks in advance,
    Gerard

    this is the step,we can process the reusable rules of a project.
    <b>Fixed value:</b> Here you can specify length, type, flag for lowercase/uppercase and value in addition to the description.
    this is nothing but CONSTANTS in your report programs.
    <b>Translation:</b> Here you can enter information on the source field and the target field.
    for example, your input file language value will be 2 characters and we need to send only 1 for LANG in SAP.
    so here we have to do the translation of 2chars to 1 char.
    so, we will give these set of values in this step.
    Message was edited by: Srikanth Kidambi

  • How To run Currency translation for Consolidation Application in BPC NW

    In "How To do Currency Translation for Financial Application in BPC 7 NW", the author mention that there is another "How To run Currency translation for Consolidation Application in BPC NW", anybody know where to get it?

    Hi...
    Check if the below links are useful to you.....
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/6052a57b-8c64-2c10-b3a5-b0378ff21243&overridelayout=true
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0ea1fd8-d6d3-2a10-c1ab-e8164dd98316
    You can find all How-to docs in the below link
    http://wiki.sdn.sap.com/wiki/display/BPX/EnterprisePerformanceManagement%28EPM%29How-to+Guides

  • Is there a translator for garageband-output-data to numerical data? available, to postprocess these data with mathematical tools like Fourier decomposition?

    Is there a translator for garageband-output-data available to numerical data to postprocess these data with mathematical tools like Fourier decomposition.

    I'm not sure I understand what you want to do - but if you want to analyze the composite audio signal, just share the GB project to an audio file on your hard disk and keep working on the resulting AIFF.

  • Language translations for dynamic texts

    Hi
    can somebody pls help me on doing the translations for dynamic texts, for eg, I am getting some values into a checkbox group and dropdowns  at runtime , these values are not stored in any .xlf files,
    pls let me the know the procedure of translating these dynamic values.
    appreciate your help
    Thanks
    RAD

    Hi poojith,
    thanks for your response,
    how can I use this message pool in my code. I know the message pool has been used for warning messages and can be called in the application as wdcomponentAPI.getmessagemanager.reportWarning (.....)..
    but in my case it is a checkbox group where fields will be fetched from a database dynamically when we run the application
    for (int i = 0; i < abcprp.length; i++) {
              ICheckboxGroupElement theElement =     wdContext.nodeCheckboxGroup().createCheckboxGroupElement();
              strName = abcprp<i>.getName().toString();
                    theElement.setFieldNames(strName);
    wdContext.nodeCheckboxGroup().addElement(theElement);
    I have got more than 50 fields which I will get from the above code..
    can somebody pls explain me in the above scenario hw can we use the translation
    Edited by: RAD on Sep 15, 2010 10:03 AM
    Edited by: RAD on Sep 15, 2010 10:21 AM

Maybe you are looking for

  • Small office network

    Hi there, I want to install/move our office over the weekend and have some lose ends, which i hope can be answered in this forum. First, let me start off mentioning what i intend to do: we have three (airport enabled) iMacs sitting in the middle of o

  • Blank email with HTML format

    when I get an email in HTML format on my phone , the message comes in whiteand occasionally get the html code unencrypted. i use Iphone 6 and my email server its Exchange server 2010 on premise. I hope you can help me.

  • Deactivate previous installations

    I have two previous activations of Photoshop Elements 8. the computers in question no longer exist. This is now preventing my use of the programme on my current computer. How do I de-activate the previous installations?

  • How to config rewrite form rule for html content?

    Hi, How to rewrite the "<form name="f01" method="post" action="http://10.64.36.102/AGC_SPAS_Dev/login/login_submit.asp" onSubmit="return DataChk(this)">" to "<form name="f01" method="post" action="http://www.xxx.com/http://10.64.36.102/AGC_SPAS_Dev/l

  • Where is the Check Clearing G/L Account in SAP B1 2007 B?

    Dear Friends, Where is the Check Clearing G/L Account in SAP B1 2007 B? If I have 5 bank accounts may I have just one single Check Clearing A/c?