ERROR MESSAGE IN PPOME TCODE AFTER UPGRADE TO ECC 6.0

Hi Experts,
I have a question.
Recently our system went for upgrade and during testing phase we have found one issue.
Error message is appearing in PPOME transactio code after upgrade to ECC 6.0
The screen is getting defaulted to Budget section and unable to find the subtype as there are no subtypes available there and showing error message as "Fill in all required fields".
Please let me know your solution on this.
Regards,
Sekhar.

Hi,
- you can deactivate the budget tab in the IMG-activity 'Hide/Show Tab Page'
(SIMG_CFMENUOHP1HFW20 alternatively use SM30 on view 'T77OCTABUS')
1. Create new entries for the following KEY:
a) Scenario OME0
b) Object type 'P', 'O', 'S'
c) Tab Page 'PBC_ORIG'
2. for each of this entries, set the 'Exclude Tab Page'-Flag.
- in case you do not want to deactivate the Budget tab:
The error occurs due to missing entries for subtypes in table T778U
for infotype 1516.
Please maintain the according subtyes you want to use if you create a
budget.
Regards,
Ana

Similar Messages

  • IOS 6.0 error message upon setting up after upgrade

    Any body else getting "An SSL error has occurred and secure connection to server can not be made" error message.  Happening to both my iPhone 4S and iPad (III)
    Typical Apple first day upgrade issues!  Anybody beta test software these days?

    Dude, relax. There are probably millions of people trying to update their iPhones at the same time. Who cares about the error. It can be corrected. Don't want to have the issues, wait a few days.

  • Error message appearing on photos after upgrade to 4.2

    I just downloaded the 4.2 upgrade and now I am receiving an error message with most of my photos that says "LR has encountered an error" and "you cannot make adjustments to this photo".  What's going on?

    Are these camera-raws, DNGs, JPGs, or some other type of image files?  The “unable to make changes” phrase sounds like LR cannot write to the files, and besides a permission problem—the files not writable, the files could be corrupt and LR doesn’t want to try writing metadata into the header of the image file if it is corrupt. 
    If these files are old, it may be that LR has better file-corruption checking, now, and you’re just now being alerted even though the files have been corrupt for some time, already.
    If the files with issues are just newly imported, then perhaps LR4.2 is taxing the hardware in ways that it wasn’t with earlier versions, and this is causing hadware or driver failure, leading to corruption.
    You can download and re-install the LR 4.1 update and see if things clear up.

  • Error AA662 in Asset accounting after upgrade to ECC 6

    Hi,
    After upgrade to ECC6 from R3 Enterprise, when we try to browse an asset,  using transaction code AW01N,  and go to posted values/Comparisons tab we get the following error:
    SYST: You cannot change the depreciation periods
         Message no. AA662
    Asset affected: 000000003983-0000
    Diagnosis
        Processing terminated because the number of depreciation periods in company code 1100 has been changed. However, you cannot change the number of
        periods in your live (productive) system.
    Procedure
        Change the depreciation periods back to the original value in company code 1100. The number of depreciation periods is determined by the fiscal year version and the use of half-periods. At least one of these parameters was changed.
         If you want to change your system so that you can now work with half-periods, you have to use depreciation keys with time-dependent period control in that company code.
        If you need to make general changes to the number of periods for calculating depreciation per fiscal year, you will have to consult your system administrator.
    We were not getting this error in R3 enterprise. We have tried implementing sap note 1009699 but it does not resolve the issue. What we observed is, AA662  occurs if you change the number of period in the fiscal year version or the use of half-periods, after you have already posted to assets. The most common cause is a different value in field ANLB-PERFY which is the number of periods in the fiscal year. If the number entered here does not correspond to the number of posting periods of the fiscal year used, the system raises error AA662 (except for none posted areas for which ANLB-PERFY = 000 or areas with depreciation to the date for which ANLB-PERFY = 365). For us there are many assets with ANLB-PERFY=24.
    Is there a way to fix this problem by some config change or data fix. If any of you have come across a similar issue or have any insights on the same, please respond back.
    Regards,
    Milan
    ([email protected])

    Hi All,
    I could not find any solution to fix this in new depreciation calculation method. I also did not get any help from SAP or SDN. So, we decided to switch back to the old calculation method.
    There are 3 ways of implementing the old calculation.
    1. SAP Note 984161 : Code change at ABAP level.
    2. User Level : By setting the user parameter FAA_DC_SWITCH to OLD
    3. By default Config : If we make an entry in V_TABWD_VID in SM30 and create a new entry with Acct. Transaction ID to 'AMBUAFAR000000000000', It should use old calculation method.
    Thanks,
    Milan
    +1-310-691-3978
    +91-994-571-5063

  • How do I turn off messages on my iMac after upgrading to Yosemite?

    How do I turn off messages on my iMac after upgrading to Yosemite?

    Hi,
    Open the Messages app.
    Go to the Preferences item in the app's Menu.
    Select the account pane in the Preferences.
    Each active account should have a tick in the Enable this Account box.
    This can be unticked.
    This will stop accounts logging in but will not stop the app Launching in certain circumstances.
    First of all check the app is Quit before shutting down the computer.
    The fact the app is open even if all windows are hidden can cause the app to restart when you Start up the computer.
    Messages is a  Multiple window app and using the red button on the top left of a window only closes that window and does not Quit the app.
    Also check the System Preferences > Users and Groups > your account > Login Items tab.
    This will list items that are set to Start up when the computer does.
    I have a couple of External Drive on other computers, some Anti Virus software and the common iTunes Helper plus an old version of TextExpander that will work if I launch the Preference Pane this way.
    9:44 pm      Saturday; October 18, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • How to capture error message log for Tcode MIR7

    Hi ,
    I have a problem to capture the error message outside the tcode which are created by MIR7/MIR0 .
    Are they stored in any database table?
    Is there any other way to access them?
    Anybody knows how to solve this that will be very helpful.
    Thanks,
    Anu

    call transaction 'XK01' using i_bdcdata
                     mode 'N'
                     update 'S'
                     messages into i_bdcmsgcoll.
    if sy-subrc <> 0.
        perform get_error.
            write:/ itab , v_text.
    endif.
    *Form
    form get_error.
    loop at i_bdcmsgcoll.
    CALL FUNCTION 'FORMAT_MESSAGE'
    EXPORTING
       ID              = i_bdcmsgcoll-MSGID
       LANG            = sy-langu
       NO              = i_bdcmsgcoll-MSGNr
       V1              = i_bdcmsgcoll-MSGV1
      V2              = SY-MSGV2
      V3              = SY-MSGV3
      V4              = SY-MSGV4
    IMPORTING
       MSG             = v_text
    EXCEPTIONS
      NOT_FOUND       = 1
      OTHERS          = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endloop.
    endform.                    " get_error
    Edited by: Bala Krishna on Sep 9, 2008 7:50 PM

  • I get a error message when I try to upgrade Elements 12 to 12.1 [was:Upgrade]

    I get a error message when I try to upgrade Elements 12 to 12.1

    See if anything here helps:
    http://helpx.adobe.com/photoshop-elements/kb/elements-12-1-update-error.html

  • Can not access Tiscali web mail account "undefined e-mails" message. This is after upgrading to version 5! Any solutions?

    Can not access Tiscali web mail account "undefined e-mails" message. This is after upgrading to version 5! Any solutions?

    Did it work in Firefox 4, or did you skip that version?

  • Vista-switched from Explorer to FF 3.6- can't download versions/updates like Adobe Flash-error message: INSTALLER WILL CONTINUE AFTER CONFLICTING MOZILLA FF IS CLOSED-Most pics blocked on sites/programs-can't open some programs that Explorer opens- Help?

    I have Vista, recently switched from Internet Explorer to FireFox 3.6-. Since switching over, it can't download alot of versions/updates like Adobe Flash: It error messages: "INSTALLER WILL CONTINUE AFTER CONFLICTING MOZILLA FIREFFOX IS CLOSED".
    Most pics blocked on sites/programs. I can't open some programs that Explorer opens. I would sure appreciate any help!!!

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If the advice above doesn't resolve things you could try this alternate version:
    iTunes 12.1.0.71 for Windows (64-bit - for older video cards) - itunes64setup.exe (2015-01-28)
    which is a 64-bit installer for the 32-bit version of the core application, similar to previous 64-bit releases. Or roll back to the previous build:
    iTunes 12.0.1.26 for Windows (32-bit) - iTunesSetup.exe (2014-10-16)
    iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16)
    tt2

  • Special Characters in Packed Field After Upgradation from ECC 5 to ECC 6

    Hi All,
    After Upgraded from ECC 5 to ECC 6, we are getting error as 'Packed field contains incorrect BCD format'.
    I found the error in below code..
    CALL METHOD cl_abap_container_utilities=>read_container_c
          EXPORTING
            im_container           = j_2iextrct-extrctdata
          IMPORTING
            ex_value               = i_rg23part2-i_part2_typ
          EXCEPTIONS
            illegal_parameter_type = 1
            OTHERS                 = 2.
    i_rg23part2-i_part2_typ-EXAED = 0.<0
    i_rg23part2-i_part2_typ-CESS   = 0.<0
    for some packed fields special characters are appearing, which leads to a short dump.
    Any Suggestions.....
    Thanks,
    Satish Reddy.
    Edited by: Sathish Reddy on Jun 25, 2010 4:49 PM
    Edited by: Sathish Reddy on Jun 26, 2010 11:01 AM
    Edited by: Sathish Reddy on Jun 29, 2010 12:58 PM
    Edited by: Sathish Reddy on Jun 30, 2010 11:51 AM

    HELLO,
    Search the form you will get few links.
    Also many companies have gone technical upgradation , but not functional upgradation.
    Thanks
    RK

  • Statistical-relevent delivery date not showing up in PO after upgrad to ECC

    Hi Gurus,
    After upgrade to ECC, Statistical-relevant delivery date (PO Item details --> delivery schedule tab) is not showing up when I convert PR to PO from Stock requirements list(MDO7).
    Could you please help me out this issue.

    Maintain the item category in your material master at sales organisation level and try again.
    Also Please Check the delivery item category determination in trxn code 0184 there you define which item category is to be found for the combination of delivery type NL and item category group.
    Regards,
    Ashok
    Edited by: Ashok Kumar Telikula on Aug 27, 2008 2:35 PM

  • Barcode doesn't work after upgrade to ECC

    Hi All,
    In sapscript, we used bardcode. But after upgrade to ECC, it doesn't work.
    Could you help me about it??
    And we don't want to convert the sapscript to smartforms and use the new barcode technique.
    Looking forward you help!!
    Thanks & Best Regards,

    Hi ,
    I think some function moule is missed, please check the driver program also. In production you are getting Barcodes ?. Or otherwise goto se73 - we have bar codes types.. system and printer barcodes . please assign the printer bar codes in output devices.
    Best Regards,
    Narasimha Rao.

  • Error message balloon not showing after JDeveloper 11.1.1.2 upgrade

    Hello
    We recently upgraded to JDeveloper 11.1.1.2 from 11.1.1.1.
    The error message balloon for invalid items does not automatically appear anymore like it did in the 11.1.1.1 version. The item is outlined with red, indicating an error; however the user has to navigate the cursor on that field to get the error message balloon to show up.
    Is there anything that I can do to so that error message balloon appears automatically when an error occurs?
    Thanks,
    Spiro

    Never got this issue resolved.
    I came up with a JavaScript walkaround:
    * Navgate the cursor to the error item
    function goToErrorItem()
    var clientIds = AdfPage.PAGE.getClientIdsWithMessages();
    if (clientIds.length == 1)
    if (clientIds[0] != null)
    var item = AdfPage.PAGE.findComponent(clientIds[0]);
    AdfFocusUtils.focusElementDelayed(item,10);
    in the backing bean:
    operationBinding = this.getBindings().getOperationBinding("something");
    result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty())
    gotoErrorItem();
    * Navigate the cursor to the item that errored out
    private void gotoErrorItem()
    FacesContext context = FacesContext.getCurrentInstance();
    ExtendedRenderKitService erks = Service.getService(context.getRenderKit(), ExtendedRenderKitService.class);
    erks.addScript(context, "goToErrorItem();");
    }

  • Error Message, possibly related to recent upgrade

    Keep getting this error message =>This file was created using a previous version of Edge Animate. This file will be automatically upgraded and saved with the suffix 'upgraded'.
    - After clicking "ok"
    This error message appears => An error occurred while upgrading the file
    - After clicking "ok"
    Project closes back to the edge animate start page
    What if anything can i do to open my project?

    Please share that particular composition with us in zipped form (upload it to dropbox etc.) to check out the issue.
    Thanks,
    Vivekuma

  • Error UCD1038 regarding Movement Type after upgrade

    During testing for the BW upgrade and implementation of BPC, the SEM-BCS data collection resulted in an unexpected and unnecessary error: Maximum selection does not contain value 600 of subassignment Movement Type; Message no. UCD1038.
    Both before and after upgrade the task log shows Source records with the movement type but with no value in transaction currency, local currency and group currency. But after the upgrade these records also appear in the Target log where there had previously been excluded.
    SAP Note 1583871 was implemented without any noticeable improvement.
    The SEM-BCS data collection uses load-from-datastream with a source databasis that is virtual cube reading data from the ECC leading ledger. The source data is unchanged and before the upgrade the error did not occur.
    The SAP components before the upgrade are:
    SAP_ABA        700       0021 SAPKA70021     Cross-Application Component       
    SAP_BASIS      700       0021 SAPKB70021     SAP Basis Component               
    PI_BASIS       2006_1_7000011 SAPKIPYM11     Basis Plug-In (PI_BASIS) 2006_1_700
    ST-PI          2008_1_7000004 SAPKITLRD4     SAP Solution Tools Plug-In        
    SAP_BW         700       0023 SAPKW70023     SAP NetWeaver BI 7.0              
    FINBASIS       603       0003 SAPK-60303INFINFINBASIS 603                      
    BI_CONT        703       0016 SAPKIBIIQ6     Business Intelligence Content     
    SEM-BW         603       0003 SAPK-60303INSEMSEM-BW 603                        
    ST-A/PI 01N_700BCO 0000      - Servicetools for other App./Netweaver 04
    The SAP components after the upgrade are:
    SAP_ABA        701       0007 SAPKA70107     Cross-Application Component 
    SAP_BASIS      701       0007 SAPKB70107     SAP Basis Component         
    PI_BASIS       701       0007 SAPK-70107INPIBBasis Plug-In               
    ST-PI          2008_1_7000004 SAPKITLRD4     SAP Solution Tools Plug-In  
    SAP_BS_FND     701       0007 SAPK-70107INSAPSAP Business Suite Foundation
    SAP_BW         701       0007 SAPKW70107     SAP Business Warehouse      
    FINBASIS       604       0007 SAPK-60407INFINFINBASIS                    
    BI_CONT        704       0007 SAPK-70407INBICBusiness Intelligence Content
    CPMBPC 750 0006 SAPK-75006INCPMBPC CPM Business Planning and Consolidation
    SEM-BW 604 0007 SAPK-60407INSEMBW SEM-BW
    ST-A/PI 01N_700BCO 0000      - Servicetools for other App./Netweaver 04
    Any help resolving this are greatly appreciated.

    Hi Dan,
    This can be resolved by activating modification as suggested in the note 1074599.
    Suresh Jayanthi.

Maybe you are looking for

  • N8 Ovi Store and Social Application not working

    Hi Everyone, I am having issues with my Ovi store app and my Ovi Social app on my N8. I have finally managed to get into twitter through Ovi social, but when I try to access facebook i get the following message "Unknown problem.  Please try again lat

  • Blog Summary Layout

    I would like to change the blog summary page layout in order to allow at least two columns for the entries. All the entries are formated with horizontal layout. Is there any possibility to do so? Many thanks! 2P

  • Can download applications form any app store.

    Wonder if anyone has found a way to download applications form the app store. such as candy crush, or friends with words. I keep getting a message saying not compatible, I have the nokia n8 update to belle. hnks in dvance for any help Solved! Go to S

  • Error in oracle

    I was assigning Profile Options at the sys admin level and i got this error- APP-FND-01926: when-logon-changed raised exception: ORA:20001 and ORA-06502 PL/SQL:numeric value error.Character to number conversion detected in MO_UTILS.Get_Default_OU. ha

  • SA 520w wireless issues in NG mode

    Has anyone else experienced wireless issue while having the device in NG mode? I have the latest firmware installed x.x.42 and have a mix of g and n clients and different OSs from Ubuntu to Win7 and XP. The N clients don't have the issue the G client