Problem posting budgets in SAP 2005 patch 12

Hi
I am trying to import budgets into SAP for the first time. The problem I am getting is that after I add the object my system just hangs with no error code returned.
I can't seem to see any examples or help on this
Can anyone help me please ?
Regards Andy
Dim obudget As SAPbobsCOM.Budget
Set obudget = ocompany2.GetBusinessObject(SAPbobsCOM.BoObjectTypes.obudget)
obudget.AccountCode = "_SYS00000000143"
obudget.BudgetScenario = 2
obudget.TotalAnnualBudgetCreditLoc = 1200
obudget.Lines.BudgetSysTotCredit = 100
'obudget.Lines.RowNumber = 1
obudget.Lines.Add
obudget.Lines.BudgetSysTotCredit = 100
'obudget.Lines.RowNumber = 2
obudget.Lines.Add
obudget.Lines.BudgetSysTotCredit = 100
'obudget.Lines.RowNumber = 3
obudget.Lines.Add
obudget.Lines.BudgetSysTotCredit = 100
'obudget.Lines.RowNumber = 4
obudget.Lines.Add
obudget.Lines.BudgetSysTotCredit = 100
'obudget.Lines.RowNumber = 5
obudget.Lines.Add
obudget.Lines.BudgetSysTotCredit = 100
'obudget.Lines.RowNumber = 6
obudget.Lines.Add
obudget.Lines.BudgetSysTotCredit = 100
'obudget.Lines.RowNumber = 7
obudget.Lines.Add
obudget.Lines.BudgetSysTotCredit = 100
'obudget.Lines.RowNumber = 8
obudget.Lines.Add
obudget.Lines.BudgetSysTotCredit = 100
'obudget.Lines.RowNumber = 9
obudget.Lines.Add
obudget.Lines.BudgetSysTotCredit = 100
'obudget.Lines.RowNumber = 10
obudget.Lines.Add
obudget.Lines.BudgetSysTotCredit = 100
'obudget.Lines.RowNumber = 11
obudget.Lines.Add
obudget.Lines.BudgetSysTotCredit = 100
'obudget.Lines.RowNumber = 12
lretcode = obudget.AccountCode
If lretcode = 0 Then
Else
    ocompany2.GetLastError lErrCode, sErrMsg
    MsgBox sErrMsg
End If

Hi Andy / Paul,
To me it looks like you have found some bug, but I am not 100% sure...
No matter what you do differently it looks like you can only add a new budget record only when you set the budgets for local currency in the lines (tested on 2005A SP01 PL16):
obudget.Lines.BudgetTotCredit = 100
HTH,
Frank

Similar Messages

  • Problem when apply SAP Bundle Patch for 10.2.0.5

    Hi,
    We are trying to apply SAP Bundle Patch (SBP) SAP_102052_201102_SOL64.zip and SAP_102052_201103_SOL64.zip using MOPatch utility. Both MOPatch and OPatch utility have been updated with the latest download from SAP. When applying patch for SAP_102052_201102, most patches went through except for one patch that requires OPatch to be version 10.2.0.5.0. The OPatch version downloaded from SAP is 10.2.0.4.9. Even the OPatch delievered together in the SAP_102052_201102_SOL64.zip file is 10.2.0.4.9.
    Below are extract of the opatch log file for this patch:
    INFO:ApplySession applying interim patch '10248542' to OH '/oracle/DEV/102_64'
    INFO:Starting to apply patch to local system at Wed Mar 23 10:49:25 SGT 2011
    SEVERE:OUI-67073:ApplySession failed: ApplySession failed to prepare the system.
    Patch 10248542 requires OPatch version 10.2.0.5.0.
    The OPatch version being used (10.2.0.4.9) doesn't meet the minimum version required by the patch(es). Please download latest OPatch from My Oracle Support.
    INFO:System intact, OPatch will not attempt to restore the system
    INFO:Finishing ApplySession at Wed Mar 23 10:49:25 SGT 2011
    INFO:Total time spent waiting for user-input is 0 seconds.  Finish at Wed Mar 23 10:49:25 SGT 2011
    INFO:Stack Description: java.lang.RuntimeException: ApplySession failed to prepare the system.
    Patch 10248542 requires OPatch version 10.2.0.5.0.
    The OPatch version being used (10.2.0.4.9) doesn't meet the minimum version required by the patch(es). Please download latest OPatch from My Oracle Support.
    Help appreciated.
    Regards,
    Lim

    Hi,
    I went to
    http://service.sap.com/oracle-download
    then
    Oracle 10.2.0.5
    then
    OPatch
    The file I can see there is generic for ALL operating systems and the name is:
    OPatch_10205_Generic_v0.zip
    it seems that the version is 10.2.0.5, not  10.2.0.4.9 as you mentioned.
    I have downladed it and look at the README:
    Patch summary:
    README file for OPatch 10.2.0.5.0, the Oracle Interim Patching Tool.
    I'm not installing it, but it seems that the version is not the same as yours.
    Is this the one you have downloaded?
    Have you installed it properly? => may be you are running an older one

  • SAP 2005-2007 UDO Problem

    Dear All,
    We had nearly 10 UDO with respective tables in SAP 2005. After up gradation from 2005 to 2007 all tables and UDO
    Successfully upgraded to 2007. All documents getting generated except one document.  Itu2019s asked for generating new numbering series.  But we are not able to generate numbering series for that document. All my add-ons tasks totally sopped because of that document. Any help / suggestion will be highly helpful to me.
    For ref: My UDO name: OISC document table: @ISCH document lines: @ISCR
    rgds,
    Ganesh.

    Hi ,
      Please go to ur table - see ur last Docnum - UDO table
    Again open NNM1 -Table Update NextDocnum = ur DocNUm + 1 w r to Ur UDO
    By
    Firos C

  • Performance problems post Oracle 10.2.0.5 upgrade

    Hi All,
    We have patched our SAP ECC6 system's Oracle database from 10.2.0.2 to 10.2.0.5. (Operating system Solaris). This was done using the SAP Bundle Patch released in February 2011. (patched DEV, QA and then Production).
    Post patching production, we are now experiencing slower performance of our long running background jobs, e.g. our billing runs has increased from 2 hours to 4 hours. The slow down is constant and has not increased or decreased over a period of two weeks.
    We have so far implemented the following in production without any affect:
    We have double checked that database parameters are set correctly as per note Note 830576 - Parameter recommendations for Oracle 10g.
    We have executed with db02old the abap<->db crosscheck to check for missing indexes.
    Note 1020260 - Delivery of Oracle statistics (Oracle 10g, 11g).
    It was suggested to look at adding specific indexes on tables and changing abap code identified by looking at the most "expensive" SQL statements being executed, but these were all there pre patching and not within the critical long running processes. Although a good idea to optimise, this will not resolve the root cause of the problem introduced by the upgrade to 10.2.0.5. It was thus not implemented in production, although suggested new indexes were tested in QA without effect, then backed out.
    It was also suggested to implement SAP Note 1525673 - Optimizer merge fix for Oracle 10.2.0.5, which was not part of the SAP Bundle Patch released in February 2011 which we implemented. To do this we were required to implement the SAP Bundle Patch released in May 2011. As this also contains other Oracle fixes we did not want to implement this directly in production. We thus ran baseline tests to measure performance in our QA environment, implemented the SAP Bundle patch, and ran the same tests again (simplified version of the implementation route ).Result: No improvement in performance, in fact in some cases we had degradation of performance (double the time). As this had the potential to negatively effect production, we have not yet implemented this in production.
    Any suggestions would be greatly appreciated !

    Hello Johan,
    well the first goal should be to get the original performance so that you have time to do deeper analysis in your QA system (if the data set is the same).
    If the problem is caused by some new optimizer features or bugs you can try to "force" the optimizer to use the "old" 10.2.0.2 behaviour. Just set the parameter OPTIMIZER_FEATURES_ENABLE to 10.2.0.2 and check your performance.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams142.htm#CHDFABEF
    To get more information we need an AWR (for an overview) and the problematic SQL statements (with all the information like execution plan, statistics, etc.). This analysis are very hard through a forum. I would suggest to open a SAP SR for this issue.
    Regards
    Stefan

  • Authorization Error while extracting data after applying SAP upgrade patch

    Hello All,
    Recently we have updated the SAP BW patch to 24 and ECC patch to 22. I have the access to perform extraction in RSA3 tcode in ECC.
    However, While performing the data load in BW, the process is failing at the Infopackage step with the following error:
    "You do not have authorization to extract from Datasource XXXX, Component FI-IO. Message no. R8073"
    My basis guy has given the necessary acces.. but still the issue persists..
    Please provide solutions ASAP... its very critical issue...
    Regards
    Sneha

    Hi,
         Are you loading the data with your username? it may cause problem sometimes because you may not have the authorization object S_RO_OSOA assigned in your roles.
    Try scheduling the loading job with the background user with which normally the process chains are run.
    i guess this should solve your problem, if not try adding this authorization object to the corresponding role and you can run with your user name itself.
    I am not sure about the auth objt , try and see.
    regards,
    karthik.

  • How to release the budget in SAP Funds Management

    Hi
    How to release the budget in SAP Funds Management. Please let me know the proceedure and the transaction code
    Tks

    Hi,
    The answer depends on if you are using Former Budgeting or BCS.
    1) If you are using Former Budgeting:
    a. You should use transaction FR51 to enter Release or FR55 to distribute it.
    2) If you are using BCS:
    a. Within FMBBC transaction you have the option to release the budget, use document type as REL (release).
    b. You can activate the automatic release for each budget profile in Customizing of Funds Management Government.   To do this, in IMG select Funds Management Government ® Budgeting and Availability Control (Former Budgeting) ® Budget Profiles (Former Budgeting) ® Set Up Budget Profiles.
    With the automatic release, the corresponding background releases for expenditures FM account assignments with budget transfers are also posted. Take note that the maximum amount that this automated release can transfer from the sender is the amount that has already been released.
    If you do not activate the automated release, the maximum amount that can be transferred from the sender is that which has not yet been released.
    c. You can use the mass transaction for release, which is FMMPRELE.
    I hope that this answer your inquiry.
    Best Regards,
    Vanessa Barth.

  • MOPatch bpmig.sh Structural Changes in SAP Bundle Patches

    Structural Changes in SAP Bundle Patches New!
    As of June 2014, there is a change in the internal structure of the SAP Bundle Patches (SBPs) for Oracle. While this has many benefits, applying the new SBP for the first time requires special handling. For more information, see the hot news SAP Note 2011199.
    When looking at note 2011199 I found due to the changed structure and to identify stand alone patches it is recommended to run the bpmig.sh script.
    To avoid these problems or to detect them before actually installing this SBP, you must run the bundle patch migration script bpmig which is delivered with MOPatch 2.1.16 and later.
    The script comes up with an error message:
    Cannot determine SBP version from "SAP Bundle Patch 11.2.0.3.2 - 201205".
    opatch / mopatch semselfs seems to function properly...
    Any clues?

    Hi,
    Please check the following SAP Note 2032109 - Executing bpmig.sh shows "Cannot determine installed SBP"
    Thanks.
    http://service.sap.com/sap/support/notes/2032109

  • Post budget document from approved pre-posted budget document workflow

    Hi,
    We are using budget version "0" for AVC Check and "1" for provision budget used for sending further approvals.
    I am uploading provisional budget i.e Pre-posted budget with version "1"  and sending  two levels for approvals by using SAP Standard workflow.
    If pre-posted budget document approved by 2 levels, what is impact on budget posted document?
                       a) Will Pre-posted approved document be convert into Actual budget document with Version "0" (or)
                       b) Will Pre-posted document remain same by updating status with "approved", there by User again needs to post actual budget document with Version "0" by using "FMBB"
    Please help me
    Regards
    Sam

    CA Sam,
    The Pre-posted document will remain the same i.e.approved version 1. In order to create version 0 you can copy from version to version.
    Thanks
    Shyam

  • How to read Attachments in Adobe forms and post it to SAP

    Hi,
    We have developed a form to Create a Purchase Requisition.
    My requirement is to attach a couple of documents and post it to SAP when creating a Purchase Requisition.
    How can check whether the user has attached the documents or not using Javascript.
    Also how to read the attached documents using JavaScript and post it to SAP system.
    Thanks,
    Taha

    It is an offline form.
    We are consuming the web service in Form to create a PR.
    However we also need the user to attach some documents before it actually clicks on the "Create PR" button.
    User can attach the file through "Attachments"  facility provided on Adobe Reader.
    Our problem is how to check whether user has attached the documents or not. If the documents are attcahed then how to read them using JavaScript?
    Thanks,
    Taha

  • Problem: 503 Service Unavailable  SAP WebAS Engine is starting...

    Problem: 503 Service Unavailable
    SAP WebAS Engine is starting...
    If this state does not change within a few minutes,
    please contact your system administrator.
    Check the recommendations in SAP Notes: 943498, 764417
    Message: Dispatcher running but no server connected!
    Details: No details available
    This problem occurs suddenly after a time interval when working on Sap Enterprise Portal. Please Suggest me Number of possible solutions for this type of problem.....
    Thank's in Advance
    Regards-
    Sumeet Sharma

    Hi,
    The issue here is that the JAVA engine has not ye started completely. Check the status of the SAP instance in SAP MMC. You need to have the SDM, dipatcher, Server0 in green(started completely). If the server0 is in yellow/grey, then u will not be able to launch the portal URL.
    Check and post us the dev_server0 log for more information.
    Regards,
    Varadharajan M

  • Error after applying post budget note 1361644

    Hi all,
                     Our basis team applied the patch for post budget note and also made changes in V_T7INI7, V_T7INI9, T596F, V_T7INT1,  V_T7INT3  tables but still when i run PC00_M40_CALC  its giving me error.
    " No entry in table T596F for key 40INSRC for time 30.04.2009 ".

    >
    Hemant Mahale wrote:
    > hi,
    >
    > Check the table enteries in the table T596F
    > This table is maintained  is for the surcharge limit
    > which is revised to 0 for the current FY
    > Delimit the end date to 31.03.2009 in the table
    >
    >
    > Regards
    > Hemant V. Mahale
    >
    > Edited by: Hemant Mahale on Jul 22, 2009 1:17 PM
    40INSRC     01.04.2003     31.03.2009   HINCALC0     SURCH03    R
    as i mentioned  earlier we have made changes in T596F as above, but still its giving this error.
    thanks for ur reply..

  • Transaction types of Budget posting & Budget reservation

    Hi All,
    I'm working on CRM MDF (Market development fund). I want to maintain Budget posting & Budget reservation in MDF. For this, first I must maintain these two transaction types, but I'm unable to find these two transactions. If anybody knows please do help me.
    Thanks in advance.
    Regards,
    Archana.

    Hi Chandra,
    The functions in Budget Control System is to support budget planning, budget execution and allow you to monitor the availability of funds.
    The budget control system (BCS) in Funds Management is an alternative to former budgeting.
    BCS is designed to allow flexible customer-specific adjustments to all important functions. BCS is SAPu2019s strategic budgeting tool.
    Please refer the links as mentioned below.
    http://help.sap.com/saphelp_47x200/helpdata/en/a6/17f53b9f150248e10000000a11402f/frameset.htm
    Also refer following link for assigned values
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/6e/ee7d385deb730ee10000009b38f842/content.htm
    Regards
    Tushar
    Edited by: Tushar Vhora on Nov 27, 2008 6:01 AM

  • Problems posting

    Hi fellows, i'm a beginner in SAP-FI and am having problems posting documents.
    The error says:
    <b>System error in routine FI_TAX_CHK_PRICING_DATA error code 13 function builder TAX2</b>
    any suggestions??

    Hi,
    can you explain a little bit clear....what kind og postings are you handling and where are you getting problem ...
    regards,
    vinay

  • Addon Disconnecting in SAP 2005

    Hi
        I have problem regarding my customized addon for SAP 2005. This addon is base on my SAP2004 addon I want to use it on SAP 2005. I recompiled the Addon in the SAP2005 environment including the SAP2005 dll's, then created a Addon installer. The installer working fine application run but when I access the other forms like choose company form and business partner form the addon is disconnecting.
       Any body can help me. Thanks
    Regards
    Giovanni

    Hey,
    The code I am using was copyed from "Tutorial: Developing a Blanket Agreement Solution". Followed it step by step, checked and doubled check. There is also a "Addon connection timed out message" that follows the debug message.
    Thanks
    Jeremy adam
    Ok, I looks like it dying out somewhere around this line
    <i>SboGuiApi = New SAPbouiCOM.SboGuiApi</i>
    if it is not this line then not sure whats going on. It almost seems like the SAPbouiCOM is being flaky... It is acting like it is working then it seems to not be working... That is just crazy but that is where my thinking is... Any other suggestions, or could I be on the right track? Is it possible that there is some security issue that is causing this? What about with the Blanket Tutorial's connection code?
    Thanks
    Jeremy Adam
    Message was edited by: Jeremy Adam

  • New SAP GUI Patches

    Hi,
    a couple of new patches were posted to ftp.sap.com :
    - SAP GUI for Windows 6.40 Patch 15
    - SAP BW 3.5 AddOn Patch 7
    - SAP GUI 6.40 - ECL Viewer Patch 2
    Best regards,
    Christian

    Hi John,
    short update: I talked to the service market place team, and unfortunately the software corner is not a standard SMP site, so the nice features you know from other pages are not available, and won't be in the near future.
    I will post news about new patches here, but as mentioned this is not part of the official workflow and may not always happen, for example when I'm on vacation
    Best regards,
    Christian

Maybe you are looking for

  • Boot Camp Windows 7 download help?

    So i just used boot camp to download windows 7 onto my macbook air, and everything worked out fine- or so i thought. The windows 7 runs smoothly and everything, and the reason I wanted Windows on my mac is so that I could play online games which like

  • Output query in excel template

    hi, just want some advice on how should i do this thing... i have an excel template with this format http://2.bp.blogspot.com/_Bm41qk00otI/SLYA5Md5j7I/AAAAAAAAAB8/GK0Y2PW-5JI/s1600-h/excel_x. bmp sheet name : studentlist row header 1 : no row header

  • Cannot forward a message using ios7

    how do you forward a text message using ios 7

  • Losing Metadata when extracting image from stack

    Hi, I have a series of 70 images that I edited in colour and B/W. They were stacked with the original RAW file in stacks of 3. I decided to extract the B/W versions to collect them in a separate folder. Now I discovered that from most B/W images the

  • Export as Catalog unresponsive

    For some reason I am no longer able to export information to new Catalogs. I choose a folder in the Folders panel and go to File / Export as Catalog... and then nothing happens. No error message, no activity, no nothing. After purging the preferences