Add-On in SBO 2005A can work in SBO 2005B?

Hi all,
  I developed an add-on solution using UIAPI & DIAPI 2005 which tested in SBO 2005A. Is it possible to work in 2005B as well.
Thanks in advanced.
Platform: Windows XP, SBO 2005A, VB.Net 2005

Hi,
from my experience i can say it works. anyway, i recommend you to recompile it on a development environment with 2005B - to be on the safe side.
there's another point you should be aware of:
in 2005 B you have some fields in system forms - for example in documents - which you don't have in 2005 A.
regards
David

Similar Messages

  • SBO 2005A + MSSQL 2005 B2

    Hi,
    Has anyone tried using new MS SQL 2005 server as database server for SBO 2005A ??
    Installing SBO server and creating the common database went OK, but when trying to create a new company SBO reports an SQL ODBC error = Invalid keyword near 'Revert'
    Kr.
    Soren

    Soren,
    As far as I know there's no final version of MS SQL 2005 in the market till now. As soon as it's out, we will officially publish (rather in a note or in the setup guide, or in both) that we are supporting it.
    Best regards,
    Felipe

  • I am using Numbers on my iPhone5 and cannot get the app to do a simple (SUM) calculation.  It shows the formula correctly in the cell, but all I get for my long list of numbers to add is 0.  How can I get this to work?

    I am using Numbers on my iPhone5 and cannot get the app to do a simple (SUM) calculation.  It shows the formula correctly in the cell, but all I get for my long list of numbers to add is 0.  How can I get this to work?

    Oaky, at least we got that far.  Next step is to determine if all those "numbers" are really numbers.  Changing the format to "number" doesn't necessarily change the string to a number. The string has to be in the form of a number.  Some may appear to you and me as numbers but will not turn into "numbers" when you change the formatting from Text to Number. Unless you've manually formatted the cells to be right justified, one way to tell if it is text or a number is the justification. Text will be justified to the left, numbers will be justified to the right.
    Here are some that will remain as strings:
    +123
    123 with a space after it.
    .123

  • Can't add faces to videos in iPhoto11, worked in iPhoto09

    Hello there,
    Ever since I upgraded to iPhoto11 (my version is 9.1) I can't add faces to videos (I can to photos but not to videos). This used to work in iPhoto09.
    Has this feature been removed from iPhoto11? I haven't seen any posts about it so perhaps I am doing something wrong... a hidden setting somewhere??
    Thanks

    So, here's what fixed it for me...  After looking at dozens of photos that I couldn't add faces to because "add faces" was greyed out, I went out and looked at those photos through Finder.  The one thing they all had in common is that they had no file extension.  iPhoto could identify that the photos were jpg or bmp, but for some reason, when there is no extension, it won't allow you to add faces.  Anyway, I copied the problem pictures into their own folder, added the proper extension to them, and re-imported them into iPhoto.  It recognized many of the faces, and the ones that it couldn't, I was able to add myself.  Problem resolved.
    Still think iPhoto needs a patch to permanently fix the issue, but at least for now, I got my photos imported and identified.
    Hope this helps!

  • Add row in Memu Event can't work

    1:I create a Master UDO
    2:Regist UDO with a child table
    3:use UDO form generator tool to generate a UDO form with xml file
    4:I use load from xml funtion to call form.
    5. Add a buttom name "Add row" and have code with Add a row for matrix 
    I have two problems
    one is,
    I can add row by press "Add row" button and I can delete a row by UDO default menu("delete Row CtrlK"). My problem is why the default menu(Add Row CtrlI) don't work? May I write code for add a row by myself?
    The other is
    When I add menueven sub(catch menueven) in program ,my "Add row" buttom can't work normally. If I remove the menueven sub from my program, the  "Add row" buttom work fine. Why? somebody help me.

    Hi Glen,
    In my case, I developed own functionality to add row for a matrix.
    I don't use 'add row' menu event actually.
    And I don't know about menu event sub problems without any source code.
    Regards,
    Hyunil.

  • When ever the Download window opens firefoxes freezes/stops responding. I can't do anything with it. As soon as it opens, no response. I disabled most of my add-ons but still doesn't work. It's only started recently. Maybe a week or so.

    When ever the Download window opens firefoxes freezes/stops responding. I can't do anything with it. As soon as it opens, no response. I disabled most of my add-ons but still doesn't work. It's only started recently. Maybe a week or so.
    So i can't download anything until i figure out how to fix it.

    When ever the Download window opens firefoxes freezes/stops responding. I can't do anything with it. As soon as it opens, no response. I disabled most of my add-ons but still doesn't work. It's only started recently. Maybe a week or so.
    So i can't download anything until i figure out how to fix it.

  • Can SBO 2005A SP 01  use Japanese Language?

    One of our client is asking if SBO 2005A SP 01  use Japanese Language? I have read on the documentation that SBO 2005A was release on a specified country which does not include Japan.
    Thanks.

    It seems for me from development roadmap about this quote:
    Development Roadmap 2006-2007 pdf file:
    A Cluster
    Delivered countries: Australia, Austria, Belgium, Canada, Chile, Costa Rica, Cyprus (based on UK version; available as of Release 2005 A SP1) Denmark, Finland, France, Germany, Guatemala, Irish Republic, Israel, Italy, Mexico, Netherlands, New Zealand, Norway, Panama, Portugal, Puerto Rico, South Africa, Spain, Sweden, Switzerland, UK, USA.
    Starting with SAP Business One 2007 A, all countries belonging to the C cluster (Czech Republic, Hungary, Poland, Russia, Slovakia) will be integrated into the A cluster.
    In the future ( I think it will be a planning):
    All countries belonging to B Cluster
    China, Hong Kong (based on Chinese Version), Japan, Singapore, South Korea, India, Brazil will be integrated to A cluster.
    Rgds,

  • UI API URGENT: Click on cell in matrix doesn't work in SBO 2005

    Hi all,
    I've detected very strange problem. We have developed some addons for SBO2004A in SDK2004. There we used CLICK function on matrix cell, where the whole form was freezed, f.e. Purchase Order:
    oForm.Freeze True
    Set oMatrix = oForm.Items("38").Specific
    For i = 1 to oMatrix.RowCount
    oMatrix.Columns("1").Cells(i).Specific.String = sItemCode
    oMatrix.Columns("1").Cells(i+1).Click ct_Regular
    oApplication.ActivateMenuItem ("1292")
    Next i
    oForm.Freeze False
    If the form is freezed, the application in SBO2005 doesn't react on
    oMatrix.Columns("1").Cells(i+1).Click ct_Regular
    , although this worked in SBO2004 without any problems. The Click event is not filtered for this form and in Event_Filter the pVal.BeforeAction property is TRUE.
    Then I found, that if form isn't freezed, the CLICK on matrix cell function works.
    Is there any workaround, how to solve this problem without reprogramming a lot of code and to prevent flickering on form, when it is not freezed?
    I work with SBO 2005A SP01 PL07.
    Many thanks in advance.
    Kind regards
    Libor.
    Is there

    Hi Frank,
    I created message to SAP Support with this issue on Wednesday the 16th with priority high. The first solution from SAP Support was to disable freezing on forms, while they are processed. But for the performance reasons this is not possible. The reasons for clicking while freezed are relative simple and there are some of them:
    1) In some system forms that are filled by user we need to append special items between other items already existing in form. The many of fields (price fields) for all items in matrix have to be recalculated. For this we use freezing on form, then we search for related item, simulate click on row, and call
    Application.ActivateMenuItem ("1292")
    which calls Add Row [Ctrl+I] system function, then in newly created row we append our data, the prices for related item will be recalculated atc.
    2) we developed automatic calculations in documents, which uses VALIDATE event_type. That means if value in some field in matrix is changed, the values in other fields are recalculated. In some cases we needed to use CLICK too.
    I believe, there is possibility how to replace this 'on CLICK based' functionality...but then we need to rebuid many of our projects.
    Even I don't know, if this issue is bug in SBO2005 - UI API or it has some reason, but I suppose, this worked in all previous SBO SDK versions (since 6.5).
    Any ideas?
    Thanks.
    Kind regards
    Libor.

  • Changing the line vat amount on an invoice using the di api SBO 2005a

    Hi
    I am using SBO 2005a SP01 PL36.
    I have written some code to import sales invoices which works fine apart from the fact I want to overwrite the line vat amount -
    oinv.Lines.NetTaxAmount = vatam
    SAP seems to ignore this and just calculate it anyway, it's like it's a read only field
    Can anyone help me please ?
    Thanks
    Regards Andy

    Paul,
    you are true,
    NetTaxAmount is readonly field. If you want to modify this field, you should work with lines.
    Petr

  • Upgrading SBO 2005A SP 01 PL 29 to SBO 2007A PL 00

    Dear All,
    I've heard that SBO 2005A SP 01 PL 29 could be upgraded to latest PL of SBO 2007A after upgraded into PL 00 of SBO 2007A. This info is hopefully useful.
    Rgds,

    Hi Jimmy and William,
    I think there's a slight, but important misunderstanding - and I suspect that William may not have revisited this discussion:
    Error importing oBusinessPartners with DTW 2005.0.16
    ...but that's no severe enough to get so upset, Jimmy, or?
    Just to recap that:
    SAP Business One 2005A SP01 <b>PL22</b> is the last patch that you can apply before upgrading to SAP Business One 2007A <b>if</b> you want to participate in <b>Ramp-Up for B1 2007</b>!
    ...and currently you can only use B1 2007 - and get support from SAP when your customer IS <u>accepted</u> for the Ramp-Up!
    Only <b>after</b> SAP Business One 2007A will go into <b>"general availablility"</b> this would change!
    The upgrade paths for B1 2007 are as you described:
    - Upgrade from any patch of an older release to a newer version using the specific <b>Upgrade</b> package is possible - and supported.
    The "Upgrader" package is actually a patch that has been validated / released to be used for any upgrades from older versions.
    - Direct Upgrades to later patches of the newer version (skipping the Upgrader) may technically work at first glance, but you can't be sure that no issues may occurr later - and in the end cost more time than you gained by overstepping one step in the upgrade process - and it may get you in "trouble" with SAP Support.
    I am sorry, but I didn't phrase that correctly when I entered that comment!
    But again, unless you are getting this customer into Ramp-Up for 2007 it is irrelevant for you anyway what patch from 2005A SP01 you are using now...
    BTW: I have checked the statement on SAP Service Marketplace - and maybe this can be clarified even better too.
    Thanks for raising this question!
    Regards,
    Frank
    Message was edited by:
            Frank Moebius

  • Dunning wizard after upgrading SBO 2005A from PL12 to PL50

    After upgrading from SBO 2005A PL12 to PL50, when I run the Dunning Wizard I don't see the Open Invoices for the customers. Is there a Setting that I have to setup or which can cause this problem.

    Hi André,
    Did you checked the parameters during the wizard already? For example are all levels included? Did you checked the dunning terms and conditions as well? Are you sure there are invoices that should be displayed?
    Kind regards,
    Joris Tettero

  • Can anybody help me to build an interface that can work with this code

    please help me to build an interface that can work with this code
    import java.util.Map;
    import java.util.HashMap;
    import java.util.Iterator;
    import java.io.FileNotFoundException;
    import java.io.IOException;
    import java.io.BufferedReader;
    import java.io.FileReader;
    public class Translate
    public static void main(String [] args) throws IOException
    if (args.length != 2)
    System.err.println("usage: Translate wordmapfile textfile");
    System.exit(1);
    try
    HashMap words = ReadHashMapFromFile(args[0]);
    System.out.println(ProcessFile(words, args[1]));
    catch (Exception e)
    e.printStackTrace();
    // static helper methods
    * Reads a file into a HashMap. The file should contain lines of the format
    * "key\tvalue\n"
    * @returns a hashmap of the given file
    @SuppressWarnings("unchecked")
    private static HashMap ReadHashMapFromFile(String filename) throws FileNotFoundException, IOException
    BufferedReader in = null;
    HashMap map = null;
    try
    in = new BufferedReader(new FileReader(filename));
    String line;
    map = new HashMap();
    while ((line = in.readLine()) != null)
    String[] fields = line.split("
    t", 2);
    if (fields.length != 2) continue; //just ignore "invalid" lines
    map.put(fields[0], fields[1]);
    finally
    if(in!=null) in.close(); //may throw IOException
    return(map); //returning a reference to local variable is safe in java (unlike C/C++)
    * Process the given file
    * @returns String contains the whole file.
    private static String ProcessFile(Map words, String filename) throws FileNotFoundException, IOException
    BufferedReader in = null;
    StringBuffer out = null;
    try
    in = new BufferedReader(new FileReader(filename));
    out = new StringBuffer();
    String line = null;
    while( (line=in.readLine()) != null )
    out.append(SearchAndReplaceWordsInText(words, line)+"\n");
    finally
    if(in!=null) in.close(); //may throw IOException
    return out.toString();
    * Replaces all occurrences in text of each key in words with it's value.
    * @returns String
    private static String SearchAndReplaceWordsInText(Map words, String text)
    Iterator it = words.keySet().iterator();
    while( it.hasNext() )
    String key = (String)it.next();
    text = text.replaceAll("\\b"key"
    b", (String)words.get(key));
    return text;
    * @returns: s with the first letter capitalized
    String capitalize(String s)
    return s.substring(0,0).toUpperCase() + s.substring(1);
    }... here's the head of my pirate_words_map.txt
    hello               ahoy
    hi                    yo-ho-ho
    pardon me       avast
    excuse me       arrr
    yes                 aye
    my                 me
    friend             me bucko
    sir                  matey
    madam           proud beauty
    miss comely    wench
    where             whar
    is                    be
    are                  be
    am                  be
    the                  th'
    you                 ye
    your                yer
    tell                be tellin'

    please help me i don t know how to go about this.my teacher ask me to build an interface that work with the code .
    Here is the interface i just build
    import java.util.Map;
    import java.util.HashMap;
    import java.util.Iterator;
    import java.io.FileNotFoundException;
    import java.io.IOException;
    import java.io.BufferedReader;
    import java.io.FileReader;
    import java.awt.*;
    import javax.swing.*;
    public class boy extends JFrame
    JTextArea englishtxt;
    JLabel head,privatetxtwords;
    JButton translateengtoprivatewords;
    Container c1;
    public boy()
            super("HAKIMADE");
            setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            setBackground(Color.white);
            setLocationRelativeTo(null);
            c1 = getContentPane();
             head = new JLabel(" English to private talk Translator");
             englishtxt = new JTextArea("Type your text here", 10,50);
             translateengtoprivatewords = new JButton("Translate");
             privatetxtwords = new JLabel();
            JPanel headlabel = new JPanel();
            headlabel.setLayout(new FlowLayout(FlowLayout.CENTER));
            headlabel.add(head);
            JPanel englishtxtpanel = new JPanel();
            englishtxtpanel.setLayout(new FlowLayout(FlowLayout.CENTER,10,40));
            englishtxtpanel.add(englishtxt);
             JPanel panel1 = new JPanel();
             panel1.setLayout(new BorderLayout());
             panel1.add(headlabel,BorderLayout.NORTH);
             panel1.add(englishtxtpanel,BorderLayout.CENTER);
            JPanel translateengtoprivatewordspanel = new JPanel();
            translateengtoprivatewordspanel.setLayout(new FlowLayout(FlowLayout.CENTER,10,40));
            translateengtoprivatewordspanel.add(translateengtoprivatewords);
             JPanel panel2 = new JPanel();
             panel2.setLayout(new BorderLayout());
             panel2.add(translateengtoprivatewordspanel,BorderLayout.NORTH);
             panel2.add(privatetxtwords,BorderLayout.CENTER);
             JPanel mainpanel = new JPanel();
             mainpanel.setLayout(new BorderLayout());
             mainpanel.add(panel1,BorderLayout.NORTH);
             mainpanel.add(panel2,BorderLayout.CENTER);
             c1.add(panel1, BorderLayout.NORTH);
             c1.add(panel2);
    public static void main(final String args[])
            boy  mp = new boy();
             mp.setVisible(true);
    }..............here is the code,please make this interface work with the code
    public class Translate
    public static void main(String [] args) throws IOException
    if (args.length != 2)
    System.err.println("usage: Translate wordmapfile textfile");
    System.exit(1);
    try
    HashMap words = ReadHashMapFromFile(args[0]);
    System.out.println(ProcessFile(words, args[1]));
    catch (Exception e)
    e.printStackTrace();
    // static helper methods
    * Reads a file into a HashMap. The file should contain lines of the format
    * "key\tvalue\n"
    * @returns a hashmap of the given file
    @SuppressWarnings("unchecked")
    private static HashMap ReadHashMapFromFile(String filename) throws FileNotFoundException, IOException
    BufferedReader in = null;
    HashMap map = null;
    try
    in = new BufferedReader(new FileReader(filename));
    String line;
    map = new HashMap();
    while ((line = in.readLine()) != null)
    String[] fields = line.split("
    t", 2);
    if (fields.length != 2) continue; //just ignore "invalid" lines
    map.put(fields[0], fields[1]);
    finally
    if(in!=null) in.close(); //may throw IOException
    return(map); //returning a reference to local variable is safe in java (unlike C/C++)
    * Process the given file
    * @returns String contains the whole file.
    private static String ProcessFile(Map words, String filename) throws FileNotFoundException, IOException
    BufferedReader in = null;
    StringBuffer out = null;
    try
    in = new BufferedReader(new FileReader(filename));
    out = new StringBuffer();
    String line = null;
    while( (line=in.readLine()) != null )
    out.append(SearchAndReplaceWordsInText(words, line)+"\n");
    finally
    if(in!=null) in.close(); //may throw IOException
    return out.toString();
    * Replaces all occurrences in text of each key in words with it's value.
    * @returns String
    private static String SearchAndReplaceWordsInText(Map words, String text)
    Iterator it = words.keySet().iterator();
    while( it.hasNext() )
    String key = (String)it.next();
    text = text.replaceAll("\\b"key"
    b", (String)words.get(key));
    return text;
    * @returns: s with the first letter capitalized
    String capitalize(String s)
    return s.substring(0,0).toUpperCase() + s.substring(1);
    }... here's the head of my pirate_words_map.txt
    hello               ahoy
    hi                    yo-ho-ho
    pardon me       avast
    excuse me       arrr
    yes                 aye
    my                 me
    friend             me bucko
    sir                  matey
    madam           proud beauty
    miss comely    wench
    where             whar
    is                    be
    are                  be
    am                  be
    the                  th'
    you                 ye
    your                yer
    tell                be tellin'

  • I've managed to get back to Pages 4.3 and delete the downgrade Pages 5, which makes a total mess of any doc prepared with it,  but how to I get back to the old version of Pages on my iPad so that I can work while I am away from home.

    I've managed to get back to Pages 4.3 on my iMac and delete the downgrade Pages 5, which makes a total mess of photo-rich documents prepared with Facing Pages (most of mine),  but how to I get back to the old version of Pages on my iPad so that I can work on sections away from home. At least on my old PC, Word maintained compatability with old versions. Beginning to regret having switched.

    Thanks for your help. What is really irritating is that Apple give a big hurray about what they have added as "new"  in Pages 5 (most of it pretty useless) without telling you of the myriad things they have deleted.  If they had shown the list your gave the link to, I doubt may regular users would risked going to Mavericks with its auto upgrade. My partner got the message in time and is sticking with the earlier operating systems and Pages on Mac and iPad. Lucky girl.
    I have found a way to use my iPad to add chapters written while on the move to reports on my iMac Pages 4.3. If I write it on the new Pages on the iMac (don't seem to be able to revert there), the send the report as an email in WORD format (not Pages) and download it in the Text Editor, then cut and paste into the story on the iMac. Hardly elegant but it works.

  • Sharepoint Custom calendar – Hover over the date to add a new item is not working – Sharepoint 2010

    Hi,
    In my Sharepoint visual web part i am using default sharepoint calendar view. But Mouse hover over the date to add a new item is not working. Please see this image below i need the same add new item functionality. 
    

    Hi Sudhanthira,
    Couple of simmilar queries i can see from Madhu posted.
    Please follow this thread:-
    http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/b62f9b7e-2ce1-4efd-905c-9cc5471ad216
    To be or Not to Be..The question is this only......

  • How to Add  3 queries in the same work book?

    Hi Gurus,
    Can any one tell How to Add  3 queries in the same work book?
    Example, daily report,Monhly and yearly reports for sales should be in the same workbook.
    Please help me if any one have a pointer or a how to doc if available.
    <<Text removed>>
    Thanks
    James
    Edited by: Matt on Apr 26, 2010 9:36 AM

    Hi James,
    According to BI 7.0 Version
    Steps of creating workbook and to insert more than one query in a workbook.
    When you run a query and it opens in Bex Analyzer you can click the save button and pick "Save as Workbook".
    Once you save it as a workbook Click on the "Design Mode" button in the Bex toolbar (looks like an A).
    Click in the sheet where you want the new query to go, click the "Analysis Grid" button. It will add the analysis grid to your new sheet.
    Right click on the Analysis grid and go to properties.
    Click on button to change data provider and select the query you want to attach.
    Exit design mode and you should be all set.

Maybe you are looking for

  • ABC Icon appearing in upper right corner of display

    I changed typing input method to Multi-tap to send an SMS message.  When I switched back to SureType, an ABC icon appears in the upper right hand corner of the display.  How do I eliminate that icon without changing input languages?

  • IDVD, time and transition problems

    I made a iDVD from pictures only, no movies or music.  I set the time for 5 seconds between pics and chose "dissolve" for the transition.  I burned it on a DVD-R.  It's only about 3 seconds between pics and no transition.  Any suggestions?

  • Sales Order Settlement

    Hello Friends, We are working on Make to Order scenario. We are making the process order with reference to Sales Order. My question is, whether we should settle Process Order and Sales Order both at the Month End? Can anyone help me in such process a

  • I am looking for gujarati software to brows on internet can any body help ?

    Why apple stores do not have any help regarding software for languages ???? I am looking for Mac compatible Gujarati software so that I can read Gujarati news papers on Internet and can also type in Gujarati fonts.

  • Install two 10gAS infrastructure databases in a same server

    Can I install two 10AS infrastructure database in a same server? Each database will be used for different purposes.