Running an 8.8 addon under B1 2007 - will it work without re-compile?

We have developed an addon for version 8.8 that now needs to be run on version 2007. We tried installing the 8.8 version on the 2007 system, and as far as we can tell it works with no problem.
Of course we have the option of re-compiling with the 2007 dll's ui and di-api, but as I said, it doesn't seem to be necessary.
Does anyone know any reason why it would be a problem to run an 8.8 addon on a 2007 system without re-compile?
Thanks for any help or thoughts anyone has.
Mel Dodd

Dear Mel Dodd,
If you used DI API 2007 in your addon not DI API 8.8, my answer is: it is running !
If you used DI API 8.8 in your addon, my answer is: probably, but safe to recompile. The recompilation is very easy: remove DI API 8.8 and add DI API 2007-> compile.
Maybe it will run on until the first call, which not implemented in DI API 2007, but it is listed in interop.sapbobscom
Reason why it is running:
You are using 2 components: UI API and DI API. UI API is under the same name, and ID. -> it is always like this.
DI API : i am a bit confiused, but...
Please check your addon config, which version of DI API are you using in the development? Please note, always at least 2 old version of DI API installed with the current version.
Regards
János

Similar Messages

  • I bought my macbookpro in may 2007, will it work with Mountain Lion? Hardware Overview:    Model Name:     MacBook Pro   Model Identifier:     MacBookPro2,1   Processor Name:     Intel Core 2 Duo   Processor Speed:     2.33 GHz   Serial Number (system):  

    I bought my macbookpro in may 2007, will it work with Mountain Lion?    Model Name:     MacBook Pro   Model Identifier:     MacBookPro2,1   Processor Name:     Intel Core 2 Duo   Processor Speed:     2.33 GHz   Number of Processors:     1   Total Number of Cores:     2   L2 Cache:     4 MB   Memory:     3 GB   Bus Speed:     667 MHz   Serial Number (system):     W872******

    Apple states that (of the MBP lines) it has to be from Mid/Late 2007 or later.  yours seems to be right on the line.
    Apple says
    If you are running Lion, you can find out if your current Mac qualifies by clicking the Apple icon at the top left of your screen, choosing About This Mac, then clicking More Info.
    you must also have the latest version of Snow Leapord or Lion

  • I have a late 2008 Macbook Pro, I am trying to run MW3 but it will not work without crashing a few minuets into the game. The general specs on my computer are a dual processor 2.53 ghz. 4 gb ram and a NVIDIA geforce 9400 (9600 is the alternate card)

    I have a late 2008 Macbook Pro, I am trying to run MW3 but it will not work without crashing a few minuets into the game. The general specs on my computer are a dual processor 2.53 ghz. 4 gb ram and a NVIDIA geforce 9400 (9600 is the alternate card).
    Things to note:
    I have been unable to update firmware on this computer for about a year now. Im not sure why.
    I am running a bootleg copy of Windows XP on this computer, I would not like to spend $149 to get Windows 7 if possible.
    any thoughts on the matter would be greatly appreciated, thank you.

    Why don't you take your 'old' MBP into your local Apple Store and have them check out everything that's wrong with it - and I mean everything? Then, when you get an estimate about how much it would cost to get the machine completely repaired, ask about the Apple flat-rate repair pricing?
    It's worth a shot - and with what you may save, you can put in the bank for a new MBP.
    Clinton

  • Looking to run autodesk inventor on a new mac pro* will it work?

    Looking to run autodesk inventor on a new mac pro* using boot camp and windows.
    Will it work or am I waiting my time?

    As an alternative, though not an ideal FCS box, the Intel iMacs should be fine, and should fit into the same budget range as the MacBooks.
    For serious FCP work, I wouldn't recommend an iMac, but for the purposes you've outlined, it should be acceptable, for the most part.
    EDIT: My comment above is in reply to your comment about school purchases, not your original post about carrying around two laptops.

  • My mid 2010 Macbook pro running OSX 10.8.4 sd card reader will not work

    I have a Macbook Pro 13" mid 2010 model running OSX 10.8.4.  I don't use the card reader very often so I can't tell you the last time it worked, but I have used it a few times without issue.  (probably not for at least a year though)
    I searched the forums and it seems this was an older problem with lots of suggested fixes.  I tried blowing air through the slot and I also went looking for XQuartz but cannot find it under my utilities.  (I assume it must be in the X11 category that is no longer supported under 10.8.4?)
    I have tried putting it in all the way and pulling it out slightly as one person suggested and that also did not work.
    Any ideas?  For the first time in a long time I need the card slot and it doesn't feel like cooperating.  LOL
    edited to add that I am trying to access a Sony SDHC 32GB card model SF-32NX
    Thanks in advance,
    Wayne

    If you haven't already done so, eject the card by dragging its icon to the Eject icon in the Dock (where the Trash icon usually is.) Make sure the write-lock switch on the card is in the unlocked position. Then reinsert the card and test.
    If there's no change, and the same happens with more than one card, the card reader is stuck in write-locked mode. I don't generally advise do-it-yourself hardware repair, but one ASC member managed to fix this problem. I haven't tried the fix myself and I can't offer any guidance beyond what's in that discussion. If you cause damage, don't expect your warranty to cover it. I suggest you instead make a "Genius" appointment at an Apple Store.

  • HT1379 my video out on my 24" iMac mid 2007 will not work?

    I recently attempted to connect my external video with no success. Is there a reason my ext video connection will not work with Mtn Lion? What can I do to get it to work? Thanks

    Repeat of my above post first.
    My 24" 2008 iMac has an audio in and an audio out port. If you have the same setup, have you tried using the audio in port? Mine has a speaker symbol for audio in.

  • Get JSP file to run with an applet tag under JDeveloper

    I Created an applet and an html file under JDeveloper. with the applet tag in the html file.
    when I run the html file the applet runs perfectly.
    I Created a jsp file in the same project with the applet and the html file under JDeveloper. I copied and pasted the applet tag from the html file to the jsp file.
    When I try to run the jsp file under JDeveloper I get
    java.io.FileNotFoundExceptions for all of the jar files in the Applet tag ARCHIVE and for the applet tag CODE
    This is the applet tag that I copied and pasted from the html file to the jsp file
    BEGIN:
    <APPLET CODE="myapplet.Applet1" ARCHIVE="jdev-rt.jar,ojsp.jar,ojsputil.jar,oc4j.jar,servlet.jar,ojc.jar" HEIGHT="200" WIDTH="200" ALIGN="bottom">This browser does not appear to support Applets.</APPLET>
    END:
    Here three example of the exceptions that I got BEGIN:
    1.
    java.io.FileNotFoundException: http://139.169.225.224:8988/JspToAppletWS-JspAppletInstantiation-context-root/jdev-rt.jar
    2.
    java.io.FileNotFoundException: http://139.169.225.224:8988/JspToAppletWS-JspAppletInstantiation-context-root/jdev-rt.jar
    3.
    java.lang.ClassNotFoundException: myapplet.Applet1
    Here three example of the exceptions that I got END:
    This is the html file that works BEGIN:
    <HTML>
    <HEAD>
    <TITLE>
    Title
    </TITLE>
    </HEAD>
    <BODY>
    <H2>
    This is sample HTML text.
    </H2>
    <BR>
    <APPLET CODE="myapplet.Applet1" ARCHIVE="jdev-rt.jar,ojsp.jar,ojsputil.jar,oc4j.jar,servlet.jar,ojc.jar" HEIGHT="200" WIDTH="200" ALIGN="bottom">This browser does not appear to support Applets.</APPLET>
    </BODY>
    </HTML>
    This is the html file that works END:
    This is the JSP file that does not work BEGIN:
    <!--%@ page contentType="text/html;charset=windows-1252"%-->
    <%@ page import = "myapplet.Applet1, java.util.Enumeration, java.util.Vector, javax.swing.JFrame, java.lang.*" contentType="text/html;charset=windows-1252"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>
    Hello World
    </title>
    </head>
    <body>
    <h2>
    The current time is:
    </h2>
    <p>
    <%= new java.util.Date() %></p>
    <APPLET CODE="myapplet.Applet1" ARCHIVE="jdev-rt.jar,ojsp.jar,ojsputil.jar,oc4j.jar,servlet.jar,ojc.jar" HEIGHT="200" WIDTH="200" ALIGN="bottom">This browser does not appear to support Applets.</APPLET-->
    </body>
    </html>
    This is the JSP file that does not work END:
    I would like to know what I need to do so that I can run
    the Jsp file under JDeveloper with the applet tag without any exceptions.

    Hi,
    I meet the same problem and can not get a solution from this forum or other forum in internet, either.
    Have you already solved this problem? Can you tell me your solution? thanks in advance.
    Regards

  • Create addon under bussiness partner menu

    hi,
    i already created an addon. i want to install that addon under business partner meni item tab. its urgent.
    Regards,
    Puneeth S

    Hi puneeth,
    You can create the menu like this :
    SAPbouiCOM.Menus oMenus;
                    SAPbouiCOM.MenuItem oMenusItem;
                    SAPbouiCOM.MenuCreationParams oCreationPackage = null;
                    oCreationPackage = ((SAPbouiCOM.MenuCreationParams)(SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams)));
                    oMenusItem = SBO_Application.Menus.Item("43535");
                    oMenus = oMenusItem.SubMenus;
                    // Ajout sous-menu "Gestion des affaires"
                    if (SBO_Application.Menus.Exists("IFC_GEST_AFF") == false)
                        oCreationPackage.Type = SAPbouiCOM.BoMenuType.mt_STRING;
                        oCreationPackage.UniqueID = "IFC_GEST_AFF";
                        oCreationPackage.String = ChangeLanguage.GetName_For_SubMenu(SBO_Application.Language, "1");
                        oCreationPackage.Position = 1;
                        oMenus.AddEx(oCreationPackage);
                        oCreationPackage = ((SAPbouiCOM.MenuCreationParams)(SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams)));
    This create a entry menu in the Business Partners menu.
    If you want to create a entry between Business Partners and Banking with sub menu, try this :
                SAPbouiCOM.Menus oMenus;
                SAPbouiCOM.MenuItem oMenuItem;
                SAPbouiCOM.MenuCreationParams oMenuCreationParams;
                string sPath = "";
                try
                    sPath = System.Windows.Forms.Application.StartupPath;
                    oMenuCreationParams = (SAPbouiCOM.MenuCreationParams)SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams);
                    oMenuCreationParams.Type = SAPbouiCOM.BoMenuType.mt_POPUP;
                    oMenuCreationParams.Image = sPath + "
    IMG127 new.BMP";
                    oMenuCreationParams.Position = 6;
                    oMenuCreationParams.UniqueID = "IFC_MENU";
                    oMenuCreationParams.String = "Contrats";
                    oMenuItem = SBO_Application.Menus.Item("43520");
                    oMenus = oMenuItem.SubMenus;
                    if(SBO_Application.Menus.Exists("IFC_MENU") == true)
                        return;
                    oMenuItem = oMenus.AddEx(oMenuCreationParams);
                    System.Runtime.InteropServices.Marshal.ReleaseComObject(oMenuCreationParams);
                    oMenuCreationParams = null;
                    oMenuCreationParams = (SAPbouiCOM.MenuCreationParams)SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams);
                    oMenuCreationParams.Type = SAPbouiCOM.BoMenuType.mt_STRING;
                    oMenuCreationParams.Image = "";
                    oMenuCreationParams.Position = 1;
                    oMenuCreationParams.UniqueID = "IFC_CRAU";
                    oMenuCreationParams.String = "NAME";
                    oMenus = oMenuItem.SubMenus;
                    oMenus.AddEx(oMenuCreationParams);
                catch (Exception ex)
                    // Catch Error
    Hope i help you
    Michael

  • Wish I would have known Quicken 2007 would not work under Lion OS.  I had no reason to believe it wouldn't.  Any ideas for me?

    Wish I would have known Quicken 2007 would not work under Lion OS.  I had no reason to believe it wouldn't.  Any ideas for me?

    I switched to Essentials while using Snow Leopard in anticipation. Data conversion was pretty good. Nothing critical was lost, but I did have to reassign some budget catergories for past transactions. It was a good opportunity for some cleaning up that I should have done anyway. They have a 60-day return policy on the Quicken web site which was key to my purchase decision.
    I am not affiliated with Quicken in any way other than as a customer. I'd have preferred it if they had updated 2007 but they didn't!

  • LiveCycle ES 8,2 JBoss  : will it work under Windows PC 2007

    LiveCycle ES 8,2 JBoss : will it work under Windows PC 2007 virtual machine? (Turnkey or non turnkey version)
    Thanks
    Yog

    great - another few hundred pounds I'll have to spend..... thanks adobe... more profit for you... but here is another question what about cs4? is that compatible with windows 8  as I have a web standard version, what ever that means but I dont have photoshop for CS4 as I got it for the web desing ...and there no chance of using your cloud thingy 'cos I aint spending $50  a month !!!!
    can anyone suggest what I should do - I have my original Photoshop 6, then I purchased CS2, following that I got CS4  Web standard as I was doing a Dreamweaver course and the CS4 came as part of the course but with no photoshop. Now I use adobe bridge and photoshop extensively, these are the 2 I realy want and with Cs2 it worked great as it upgraded Photo 6 to cs2 and I got Bridge NOW I GOT NOTHING !!!! how frustrating

  • Chess.app runs OK on my MacBookPro under OS 10.6.8. Under the same OS on my Mac Pro Chess.app will not show the hint for the next move.

    Chess.app runs OK on my MacBookPro under OS 10.6.8. Under the same OS on my Mac Pro Chess.app will not show the hint for the next move. The detail on the desktop MacPro is 
    Model Name:    Mac Pro
      Model Identifier:    MacPro1,1
      Processor Name:    Dual-Core Intel Xeon
      Processor Speed:    2.66 GHz
      Number Of Processors:    2
      Total Number Of Cores:    4
      L2 Cache (per processor):    4 MB
      Memory:    1 GB
      Bus Speed:    1.33 GHz
      Boot ROM Version:    MP11.005C.B08
      SMC Version (system):    1.7f10
      Serial Number (system):    G87212BJUPZ
      Hardware UUID:    00000000-0000-1000-8000-0017F20A3C06

    Hello
    did the keaybord shortcut work ?
    For info chess app come from system install
    HTH
    Pierre

  • Why won't 64-bit capable apps run in 64-bit mode under 10.6.8?

    have application called Spartan '10, and it is 64-bit capable.  i have set it to run in 64-bit mode in the app's preference pane.  yet when i use Activity Monitor, it indicates that the app is running in 32-bit mode.  is this because of the OS?  will upgrading to lion/mtnlion make any difference?  thx in advance to all knowledgable responders.  btw, the iMac is late 2009, has the 64-bit EFI, and the OS and all related subroutines are running in 64-bit mode, according to Activity Monitor.  the Spartan application is about the only thing NOT in 64-bit mode.  why is this?

    Yes.  You have a 64-bit ROM since your model will run Mountain Lion. So, what you want to do is install Mountain Lion which will boot the 64-bit kernel by default. Otherwise: 32- or 64-bit Kernel Startup Mode Selector 1.6.
    Note you may have problems in 64-bit kernel mode. Main worry is video drivers that are 32-bit and will not work in the 64-bit kernel. But give it a try. I would just ugrade OS X:
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. The file is quite large, over 4 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion - System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.

  • Just purchased the latest ipod nano. Running itunes 11.1.3(8). Why will the music not load? Under devices the 'syn' choice can't be selected and instead only have 'transfer purchases from ipod' What to do?

    Just purchased the latest ipod nano. Running itunes 11.1.3(8). Why will the music not load? Under devices the 'sync' choice can't be selected and instead only have 'transfer purchases from ipod' What to do?

    Just purchased the latest ipod nano. Running itunes 11.1.3(8). Why will the music not load? Under devices the 'sync' choice can't be selected and instead only have 'transfer purchases from ipod' What to do?

  • Does ds 52 run as 64 bit app under linux?

    does ds 52 run as 64 bit app under linux?
    Under 64 bit RH 3 AMD64 V20Z?
    Under 64 bit RH 3 on Dell or other x86 64 bit hardware?
    I've searched all over the public Sun site with no conclusive answer.
    Thanks, Mike

    No. 32 bit on Linux.

  • Will my Adobe Creative Suite CS3 run on Mavericks? I have a 2007-08 model iMac, running Snow Leopard.

    Will my Adobe Creative Suite CS3 run on Mavericks?
    I have a 2007-08 model iMac, running Snow Leopard.
    Thanks!

    Partition your hard drive or add an external hard drive and install Mavericks into it and "dual-boot" to determine which flavor of OS X you are running.  DO NOT install Mavericks over your Snow Leopard environment as Mavericks will destroy it!
    You can then experiment using Mavericks all you want with the ability to boot back into Snow Leopard as needed.

Maybe you are looking for

  • Burn errors

    Please please please Can someone help me i have been trying for months to burn my playlist and i keep getting error codes. i tried changing my speeds and still nothing.. Apple was no help in support and they do not recognize the error 4280..Please ta

  • Video converter from dvd to ipod

    can someone please tell me a free video converter to convert videos from a dvd to my ipod and tunes

  • Query Issue with adding a static value

    I have written a query in SAP that works the way I need it to. I am going to schedule it so that SAP does a file transfer of the output to another area where the data will be accumulated. My problem is that I want the name of the system to appear at

  • Improper Install of Hyper-V 2012 R2 Integration Services on 2008 R2 VMs

    I have two VMs that have one or more missing/broken services after upgrading to Integration Services 6.3.9600.16384.  On one VM the Hyper-V Remote Desktop Virtualization Service is missing and the Hyper-V Data Exchange Service won't start.  The other

  • Preset for maintaining video in 640x1336 size for App Store Video

    I am trying to create a video for the App Store and it requires that the video is 640x1336. I have raw footage in this format but there is no preset available to keep it as such once I import it into Premiere Elements 13 on Windows (as well as for ex