SBO 2007 PL41 - problem?

With new PL41 I have problem with vendor order. When the order has more lines (I mean more than 10), then creation of order takes too long and sometimes it blocks the table OITM and all users cannot work.
Before PL41 creation of order took about 15 seccond and the same takes now more then 10 minutes.
Has somebody this experience or some feedback for this PL?
thanks

Hello Petr,
I remember problems with adding-lines-performance we had a longer time ago (not 2007...).
The solution was to use a seperate instance of the documentLines object:
Instead of (for example):...
Dim oInv As SAPbobsCOM.Documents
' Header
oInv.DocDate = CVTools.DbDate2Date(oUds.Item("UDS_DOCDAT").ValueEx)
'### AddingLinesLoop:
oInv.Lines.UnitPrice = 1.23
oInv.Lines.Currency = "USD"
...it has helped to use a DocLinesObject:
Dim oInv As SAPbobsCOM.Documents
Dim oInv1 As SAPbobsCOM.Document_Lines
' Header
oInv.DocDate = CVTools.DbDate2Date(oUds.Item("UDS_DOCDAT").ValueEx)
oInv1 = oInv.Lines
'### AddingLinesLoop:
oInv1.UnitPrice = 1.23
oInv1.Currency = "USD"

Similar Messages

  • Problemas upgrade  sbo 2007

    Buenas señores mi problema es el siguiente:
    tengo instalado el sbo 2007 y cuando procedo a actualizar una bd del sbo 2005 comienza el proceso de actualizacion pero cuando este termina y quier loguearme sale :
    La bd de la sociedad GL no es consistente.
    a q podria deber.gracias

    Por favor, compruebe las notas:
    SAP Nota Número: 1000846
    SAP Nota Número: 1081864
    Gracias,
    Gordon
    Edited by: Paulo Calado on Jun 11, 2009 5:14 PM

  • Excel-Import with SBO 2007

    Hello to all!
    I have problems concerning the Excel-Import-function within SAP 2007.
    I want to import some business partners (what should not be such a huge problem), but an internal error occures which states:
    "internal error: Payment Methods for Payment Wizard (OPYM) (-2007) occured.
    After I set up the Payment Wizard it is still not working - now the internal error stats: "(-2007)".
    Experimentally, I tried to import the bp-data into an older version SAP BO 2005 - as personally expected no internal errors occured! even if i do not set up the Payment Wizard...
    Here are some facts to our sbo 2007 version:
    2007A (8.00.178)
    SP: 00
    PL: 44
    I tried to find a thread upon this topic, but I could not find any. Maybe some of you might be able to help me! I am looking forward to it,
    thanks a lot
    daniel

    Hi Daniel,
    i had have similar problems by importing datas via excel function. My suggestion is to import step by step.
    Select a few records and separate it into an extra excel sheet...(5-10 Records)
    First try to import only CardCode, CardName, second try 2 records more. So you will find the records, that makes some trouble.
    Regards Steffen
    (P.S. I think it could be the g/l account definition, but i am not sure.)

  • Client OS - MS Windows XP Professional SP2 with SBO 2007 B

    Dear All,
         Is there any compatibility issue with the client OS - MS Windows XP Professional SP2 with SBO 2007 B?

    Hi Narottam,
    Yes, I did face problem with it. Once we upgrade XP with SP3 it works fine now.
    Hope this help.
    BR
    Samir Gandhi

  • Too many fields in SBO 2007.

    Hi friends,
    I got an error at the moment to update or delete any account numbers in the areas of "Type of Account" from the G/L Account Determination, in a new company that I'm configuring in SBO 2007.  The error says "too many fields" and I'm worried that error appears later in the production DB on my customer .
    Thanks.
    Daniel

    Hi Marcia,
    Just the error saying "too many fields", and I really want to get out the account or change it for other one.  In 2005 i don't have any problem with that.   In the other hand, the DB is new.
    Thanks.
    Daniel

  • SBO 2007 PL06 - GetCompanyList fails

    Folks,
    I am not able to get the list of companies on SBO 2007. The following code fails with "Failed to connect to SBOCommon" error.
    try {
       SAPbobsCOM.Company c = new SAPbobsCOM.Company();
       c.Server = "Test17";
       c.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005;
       c.UseTrusted = "true";
       SAPbobsCOM.Recordset cl = c.GetCompanyList();
    } catch (Exception e) {
       Console.WriteLine(e.Message);
    Note that all other APIs work just fine. I am able to open connection to specific company and perform any programmatic operation. It is just that GetCompanyList fails.
    I am running this code on the machine where SBO server is installed. So there are no network issues.
    I have tried setting the server to "local," "(local)", "localhost", etc. Still no success.
    I also tried setting UseTrusted to false and specified DbUsername and DbPassword. Still no success. As far as I know, GetCompanyList always uses trusted connection and ignores usrename/password fields.
    Does anyone know what the problem could be?
    Thank you in advance for your help.
    Regards,
    Pradeep

    Hi
    pls try this code,
    oCompany = New SAPbobsCOM.Company
                If cmbServertype.Text = "SQL SERVER 2005" Then
                    oCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005
                Else
                    oCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL
                End If
                oCompany.Server = "Test"
                oCompany.language = SAPbobsCOM.BoSuppLangs.ln_English
                oCompany.DbUserName = "sa"
                oCompany.DbPassword = "SQL"
                 oRecordSet = Me.oCompany.GetCompanyList()
                Me.oCompany.GetLastError(lErrCode, sErrMsg)
                If lErrCode <> 0 Then
                    MsgBox(sErrMsg)
                    Exit Sub
                Else
    Msgbox("Connection Success")
    endif
    Regards
    Senthil Kumar

  • Upgrade database from SBO 2007 PL 0 TO PL 35.

    Hello,
    I got a problem, when upgrading a database from SBO 2007 PL 0 TO PL 35.  The system says I can upgrade to the last release, and I can't do it.  I need help in how to do it, because I worked many things using PL 0 and I need to recuperate the information.
    Thanks.

    Hi Daniel,
    pl0 of 2007 has never been supported by SAP. It does not facilitate the IRU & should not be used in any environment, be it test or productive.
    I would recommend you go back to the latest backup of your database before you upgraded to 2007, upgrade it to the current patch & then the DTW to transfer all necessary data from your current database.
    All the best,
    Kerstin

  • CurrentPeriod property in SBO 2007

    Hi all,
    I tried to use the oSBOApplication.Company.CurrentPeriod() (I'm almost sure it was like it), but the result is always -1. I wrote a message to the support center and they tell me that this is a SBO 2007 behavior by definition, not a bug. Before I pull the trigger (just kidding), does someone have any logical explanation why this great new feature is like this? If not, at least how can I get the current period through UI API?
    Thanks in advance,
    Ian

    Hi Owen,
    Actually it's an addon UI/DI, so if there's a way in DI or I can look it just with SQL there'll be no problem at all. But there's no way to do that, because the current period just can be done with UI as there's no entry in the DB that tells the current period in which the current user is. I read a lot of threads about it, and I remember everyone was excited when this featured appeared.
    Weird enough the formatted search $[Period] works!!! Of course I WON'T use a formatted search for an add-on. So if it's not a bug what else can it be? What about backwards compatibility? Changing behavior without even tell the partners about it? Sigh
    SBO SDK Help Center 2007: <i>CurrentPeriod. The DI API Company Service can get and set posting periods in the application. However, you cannot get or set the current period (the default period in the Company database) via this service.
    This property complements the DI API Company Service and allows you to get the current period from the application. To get all the properties of the current period, use the GetPeriod or Periods functions of the Company Service.</i>
    Well Owen, if you (or anyone) find any solution or workaround please let me know.
    Thanks,
    Ian
    PS. Owen, I think with this points you're now leading the Top Users in SBO. Congrats! You worked really hard on it!

  • InvalidCastException with DI Company Object - SBO 2007 SP1 PL05

    Hi, after updating to SBO 2007 SP1 PL05 i cannot start the AddOn, when it comes to the single Sign-On, i get the error message "InvalidCastException".
    The code is as follows:
    oCompany = new SAPbobsCOM.Company();
    oCompany = (SAPbobsCOM.Company) SBO_Application.Company.GetDICompany();
    Does anybody know the problem?

    Solved, after re-reinstalling DI API!

  • B1DE - SBO 2007

    Hi!
    How does B1DE work with SBO 2007? Does it work with it? I get connection problems.
    Szilard

    Hi Trinidad!
    Thank you for the fast reply!
    I have made several AddOns with B1DE 1.2 for SBO 2004C. I would like to use them on SBO 2007 with SQL Server 2005.
    When I install (made B1DE 1.2 Setup wizard) my old AddOns a got the following error on the new system:
    Error at EndInstallEx() call at the end of the AddOn installation.
    If I try to start the AddOns I got this error on SBO 2007:
    ERROR - Connection failed: this Database server type is not supported.
    What is the easiest way to use old AddOns on the new SBO?
    Your sincerely:
    Szilard

  • Upgrading SBO-2005 B PL-05 to SBO-2007 B

    Dear all,
    Can you please tell me that u2013
    u201CDirectly running SBO-2007 B installation over SBO-2005 B PL-05 is an upgrade process or upgrade process means something else?

    Directly running SBO-2007 B installation over SBO-2005 B PL-05 is not the proper way to upgrade.
    Take the backup of ur 2005 b data base.
    run the upgrade query..
    if it gives any result solve the problem as per the result of query,if not returing any result measns ur data base is consistant.
    Then download the IRU tool,
    Install the IRU server and IRU clinet.
    Read the help of IRU to get more information.
    then run the upgrade exe.
    if u will directly run the 2007 b upgrade exe,it will craete problem in new data base,
    Hope this will help you.
    Regards,
    Neetu

  • SBO 2007A PL41 with WebTools 6.

    Hi Everyone,
    Currently One of our cliet has SBO 2007A PL06 installed with WebToosl 6.0  Version: 2007.0.620.0.
    We need to upgrade them to SBO 2007A PL41 in order for an AddOn to work properly. SAP portal mentions that WebTools 6.0 is only supported upto SBO 2007A PL37.
    Is there anyone who has SBO 2007A PL41 and WebTools 6.0 running? If yes, did you come across any issues?
    Thanks for any replies in advance.
    Regards,
    Kafil Shumon.

    Hi Cindy,
    Here is the answer received from SAP Support:
    1. 2007A PL41 is not supported we still in validation tests, but we
    don't have any information about issue that we may found or not.
    2. We can not provide a date. As you can see in the Portal not all the
    patches are supported.
    Regards,
    Kafil Shumon.

  • Copy A/R Invoice to Credit Memo SBO 2007

    Hello All,
    I am currently facing an issue on SBO 2007.
    I have an A/R Invoice and I want to copy it into Credit Memo. I am able to use COPY TO on A/R invoice form. But I am not able to use COPY FROM on form Credit Memo... The invoice is not on the list of all the invoices for this customer to select.
    This issue happened only for this one invoice.
    Thank you in advance for your help.
    Regards
    Petr

    Hello,
    there is one credit memo already done for this invoice (about 1/3 of invoice) and for the rest is open balance in place. The invoice has status open.
    I do not know how was the first credit memo done (from form Invoice - copy to or from form Credit memo copy from - but still should not affect other credit memo and theit creation)
    Thank you in advance
    Regards
    Petr

  • Document line with price zero in SBO 2007 A

    Hi All
    We have a DI API AddOn that occationally has to create a document line with the total price of zero.
    In SBO 2005 A we just set SBODocument.Lines.Price = 0, but that doesn't work in SBO 2007 A.
    In 2007A when we set SBODocument.Lines.Price = 0 it takes the price from the pricelist as though we had not entered a price at all. If we set SBODocument.Lines.Price to something else that zero it does correctly take the price we entered.
    We have tried to set SBODocument.Lines.UnitPrice or SBODocument.Lines.LineTotal to zero in stead but it gives the same result.
    Any help appriciated.
    Rgds
    Jesper Carstensen

    Sorry, my mistake.
    The solution WAS indeed to set SBODocument.Lines.UnitPrice = 0
    Rgds
    Jesper Carstensen

  • G/L Account Determination Document for SBO 2007

    I would like to find a document (word, excel or pdf) that explains the G/L Account Determination and its accounts. In which documents inside SBO are those account used? I see more accounts used in SBO 2007 and use trial and error to see these but preferred a document. I have seen the empowerment session about account determination but do not explain each of the accounts. Any help ?

    Sorry for attaching wrong thread .
    Please refer to the following information
    g/l Account Determination ---> purchase ---> Expense Account
    Define an expense account to be used as the default when a transaction of domestic purchasing is posted, for example, an A/P invoice. The system also selects this account as a default when you create new warehouses, item groups, and item master data records.
    The expense account is applicable only when you use non-inventory items.
    g/l Account Determination ---> purchase ---> Purchase Credit Account
    Define an expense account to be used as default when a credit transaction for purchasing is created, for example, an A/P credit memo.
    This account defaults for new warehouses, item groups and item master data records creation.
    The purchase credit account can be the same as the Expense Account, in case you do not wish to record credits to a separate account.
    Setup g/l Account Determination ---> inventory ---> Expense Clearing Account
    Define an offsetting G/L account to clear journal entries created by A/P invoices and goods receipt POs. This G/L account is used in journal entries when the Allocation account is also involved.
    Setup g/l Account Determination ---> inventory ---> Goods clearing Account
    When you close goods receipt POs or goods returns, this account is used as an offsetting account to the Allocation account. In this case, the system does not register an inventory transaction; however, it creates a journal entry involving this G/L account.
    Clearing account: An account to which postings are recorded temporarily because of a time gap between accounting transactions, organizational task distribution, or accounting transactions requiring clarifications.
    No matter what kinds of clearing accounts, they will be temparary accounts per se.
    Link for Archive Sessions:
    http://service.sap.com/~sapidb/011000358700000131752007E/ExpertSessions.htm
    And more information ,you can take a look at help file by hitting F1key
    Hope this helps.
    Bishal

Maybe you are looking for

  • MS patch KB912945 / KB912812 ActiveX patch won't load 1.4.x pages

    http://support.microsoft.com/?scid=kb%3Ben-us%3B912812&x=11&y=12 ActiveX controls that use Java Platform, Standard Edition 1.3, or 1.4After you click on an ActiveX applet control in a program that runs the applet control by using Java Platform, Stand

  • TS3992 Backup incomplete message?

    I got a backup incomplete message on my first back up attempt anyone know what to do?

  • Attempt to Re-install OS turned to be the failure to start from Hard disc.

    I tried to erase HD and re-install OS on my iMac 20inch 2007mid model. Once it finished the install with the first DVD, and automatically restarted, the error message to make me restart the computer. Since then, Even if I take the same step, the same

  • XSQL and UTF-8

    Hi, I'm using XDK for Java 9.0.2.0.0A's include-xml action to issue an sql to retrive XML contents from a clob stored in an 8i UTF-8 database. <?xml version="1.0" encoding='UTF-8'?> <xsql:include-xml bind-params="id" xmlns:xsql="urn:oracle-xsql" conn

  • Migrating Wiki loss of text

    When migrating our wiki from 10.6.8 Server to Mavericks Server there is a random loss of text. It seems to be around images that are on the same line visually as the text which has a link. My inference from looking at the problem is that the img tag