RA Tcode KKA2 error KJ436 (Basic RA version must have valuation category )

Hello,
We are having an issue with Results Analysis and would appreciate some help. We are getting the error message shown below when running Tcode KKA2.
We are using CO plan version 0 and it is set for actual and plan. The RA version (0) is marked as being relevant to settlement. These settings seems to address the error message but I guess we are missing something.
Any help would be greatly appreciated.
Thanks
Joe Hailstone
ERROR MESSAGE:
Basic RA version must have valuation category "0" (operational valuation)
Message no. KJ436
Diagnosis
If a version has actual data (see basic version setting), it must be relevant to settlement in results analysis (see maintenance of version of results analysis).
If a version does not have actual data (see basic version setting), it cannot be relevant to settlement in results analysis (see maintenance of the version of results analysis).
Procedure
1. Check the basic version setting in the maintenance of the general versions.
2. Modify the results analysis version to conform to the basic version setting.
3. Turn the indicator Version relevant to settlement on or off, whichever is appropriate.

Dear
i am not received any input .
Regards
SAPFICO

Similar Messages

  • Error 5007: an actionscript file must have...

    Hi all, I am new to AS3 and just ran in to this problem.
    I am trying to have actionscript 3 and greensocks tweenlite change the alpha properties of another file on roll over.
    I can do it using just pure actionscript 3; however when I try to use Tweenlite I run in to this error:
    5007: An ActionScript file must have at least one externally visible definition
    The code I have used is:
    image = mc that has the rollover function added to it;
    info = mc that has it's alpha set to 0 and I am trying to get it to tween to 1 in 0.5 seconds.
    import com.greensock.*;
    import com.greensock.easing.*;
    image.addEventListener(MouseEvent.MOUSE_OVER, over);
    image.addEventListener(MouseEvent.MOUSE_OUT, out);
    function over(event:MouseEvent):void{
    TweenLite.to(info, 0.5, {alpha:1});
    function out(event:MouseEvent):void{
    TweenLite.to(info, 0.5, {alpha:0});
    What am I doing wrong?
    Thanks in advanced!

    Thanks Kglad =)
    This advice is true. 
    I read about it on another forum but your advice would have helped me too 

  • Error using SOAPRunner:  XML document must have top level element

    Hi all,...................xMII 11.5.3 b66
    I am attempting to consume a BLS transaction as a web service from a J2EE app. 
    When I test it with http://naholldo31020/Lighthammer/SOAPRunner/Amy/GetListOfPlants I am getting an error message from the browser.  The BLS transaction works fine when called from a Query template.  What am I missing?
    The XML page cannot be displayed
    Cannot view XML input using style sheet.
    Please correct the error and then click the Refresh button, or try again later.
    XML document must have a top level element. Error processing
    resource 'http://naholldo31020/Lighthammer/SOAPRunner/Amy/GetL...
    WSDL from WSDLGen...
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:s="http://www.w3.org/2001/XMLSchema"
    xmlns:s0="http://www.sap.com/xMII"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://www.sap.com/xMII">
    - <!--  Types
      -->
    - <types>
    - <s:schema elementFormDefault="qualified" targetNamespace="http://www.sap.com/xMII">
    - <s:complexType name="InputParams">
    - <s:sequence id="InputSequence">
      <s:element maxOccurs="1" minOccurs="0" name="RequestXML" type="s:Xml" />
      <s:element maxOccurs="1" minOccurs="0" name="RowCount" type="s:long" />
      <s:element maxOccurs="1" minOccurs="0" name="RowSkips" type="s:long" />
      <s:element maxOccurs="1" minOccurs="0" name="Table" type="s:string" />
      </s:sequence>
      </s:complexType>
    - <s:element name="XacuteRequest">
    - <s:complexType>
    - <s:sequence>
      <s:element maxOccurs="1" minOccurs="0" name="LoginName" type="s:string" />
      <s:element maxOccurs="1" minOccurs="0" name="LoginPassword" type="s:string" />
      <s:element maxOccurs="1" minOccurs="0" name="InputParams" type="s0:InputParams" />
      </s:sequence>
      </s:complexType>
      </s:element>
    - <s:complexType name="Rowset">
    - <s:sequence>
      <s:element maxOccurs="unbounded" minOccurs="0" name="Row" type="s0:Row" />
      </s:sequence>
      <s:attribute name="Message" type="s:string" />
      </s:complexType>
    - <s:complexType name="Row">
    - <s:sequence id="RowSequence">
      <s:element maxOccurs="1" minOccurs="1" name="ErrorMessage" type="s:string" />
      <s:element maxOccurs="1" minOccurs="1" name="OutputXML" type="s:string" />
      </s:sequence>
      </s:complexType>
    - <s:element name="XacuteResponse">
    - <s:complexType>
    - <s:sequence>
      <s:element maxOccurs="1" minOccurs="0" name="Rowset" type="s0:Rowset" />
      </s:sequence>
      </s:complexType>
      </s:element>
      </s:schema>
      </types>
    - <!--  Messages
      -->
    - <message name="XacuteSoapIn">
      <part element="s0:XacuteRequest" name="parameters" />
      </message>
    - <message name="XacuteSoapOut">
      <part element="s0:XacuteResponse" name="parameters" />
      </message>
    - <!--  Ports
      -->
    - <portType name="XacuteWSSoap">
    - <operation name="Xacute">
      <input message="s0:XacuteSoapIn" />
      <output message="s0:XacuteSoapOut" />
      </operation>
      </portType>
    - <!--  Bindings
      -->
    - <binding name="XacuteWSSoap" type="s0:XacuteWSSoap">
      <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="Xacute">
      <soap:operation soapAction="http://www.sap.com/xMII" style="document" />
    - <input>
      <soap:body use="literal" />
      </input>
    - <output>
      <soap:body use="literal" />
      </output>
      </operation>
      </binding>
    - <!--  Service mapping
      -->
    - <service name="XacuteWS">
    - <port binding="s0:XacuteWSSoap" name="XacuteWSSoap">
      <soap:address location="http://naholldo31020/Lighthammer/SOAPRunner/Amy/GetListOfPlants" />
      </port>
      </service>
      </definitions>

    Hi Amy,
    here is an example how you can call a WS via http GET:
    http://<server>/Lighthammer/Runner?Transaction=<path_to_your_TRX>&XacuteLoginName=YourAccount&XacuteLoginPassword=yoursecret&outputparameter=*
    Please note you do not need to use credentials in case you calling localhost.
    I think in your case this should be the right url:
    http://naholldo31020/Lighthammer/Runner?Transaction=Amy/GetListOfPlants&XacuteLoginName=YourAccount&XacuteLoginPassword=yoursecret&outputparameter=*
    Please change parameters for
    - XacuteLoginName
    - XacuteLoginPassword
    - outputparameter (you can specify * or one of your transaction output parameter)

  • Error parsing! Element "process" must have no character [children],

    hi,
    Please does any1 know how to fix this error ?
    when deploying the poroject i got :
    XML parsing failed because Element "process" must have no character [children], because the types content type is element-only......"
    when double clicking on the above error, Jdevelopper takes me to the end of the process that is closed normally with the BPEL element </process>
    Sorry i guess i'm flodding the Forum with my msgs, but am a beginner in the OraBPELPM.
    Thanks,
    Rana

    Sorry Ng for the delay,
    Below is the simple .bpel cod eam trying to test:
    "<process name="BpelDemoExample"
    targetNamespace="http://xmlns.oracle.com/BpelDemoExample"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:IssuesWorkGroup="http://xmlns.oracle.com/BpelDemoExample"
    xmlns:client="http://xmlns.oracle.com/BpelDemoExample">
    -->
    <partnerLinks>
    <partnerLink name="IssuesWorkGroup" partnerLinkType="IssuesWorkGroupBPELDemoE" partnerRole="BpelDemoExampleProvider"/>
    <partnerLink name="client" partnerLinkType="clientBPELDemoE" partnerRole="BpelDemoExampleRequester"/>
    </partnerLinks>
    <variables>
    <variable name="AnnouceIssues_ProcessData" messageType="AnnouceIssues_ProcessDataMessage"/>
    <variable name="outputVariable" messageType="BpelDemoExampleResponseMessage"/>
    <variable name="Issueslistready" messageType="BpelDemoExampleRequestMessage"/>
    </variables>
    <sequence name="main" >
    <receive partnerLink="IssuesWorkGroup" portType="processPort" operation="AnnouceIssues" variable="Issueslistready" createInstance="yes"/>
    <wait name="HoldSixDays" for="6 days" until="38698"/>
    <switch name="ReceivedEmail">
    <case condition="Yes">
    <sequence>
    <invoke partnerLink="internal" name="CheckAgain" portType="processPort" operation="CheckAgain" inputVariable="outputVariable"/>
    <empty/>
    </sequence>
    </case>
    <otherwise>
    <sequence>
    <invoke partnerLink="client" name="PublishTheList" portType="processPort" operation="PublishTheList" inputVariable="outputVariable"/>
    <empty/>
    </sequence>
    </otherwise>
    </switch><!-- The detailed Mapping of all subProcesses -->
    </sequence >
    </process>
    Thanks
    Rana

  • Forte compile error java source files must have a .java suffix

    Hello Guru's,
    I am using Forte for Java release 2.0 build 1160, and Java SDK 1.3.1.
    When I try to compile a project in Forte I get the following error :
    "fastjavac: java source files must have a .java suffix C:\Program"
    I have looked at the source files and they do hav .java suffix!
    If this is not the correct form can someone point me in the right direction. If this is a correct forum then help is very much appreciated.
    Cheers...Harki

    Hi,
    Try to compile like this:
    javac yourfile.java
    Hope this helps you.
    Cheers.....Dinesh

  • When I sign in to Gmail in FF I get this mess -Error undefined If this problem persists, try reloading the page, or using the basic HTML version. Learn More.

    When I sign in to Gmail in FireFox I get this mess -Error undefined If this problem persists, try reloading the page, or using the basic HTML version. Learn More.

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Cant load gmail except in basic html version

    When I go to open my gmail account it comes up with an error page and the only way I can view my emails is in basic html. I have cleared cookies and cache and firefox says I am up to date with the latest version (5 I think).
    What else can I try. It has been happening for the last 10 days.
    All other websites are working fine
    Thanks

    Version [[Updating Firefox|6.0.2]] is the newest version, you may also need to [http://www.mozilla.org/plugincheck/ update your plugins] . If that doesn't work, try running firefox in [[Safe Mode|Safe Mode]] and see if that helps.

  • Msi z77a-g45 and msi control center error please replace ME version??

    I am getting a error for some reason when i open MSI control center that tells me to Please Replace the ME version, i'm not sure why i'm getting this error out of the blue, is very strange, only thing i did was uninstall intel HD 4000 driver and reinstall it as i was getting a crash, i was using it as a extra monitor. but i don't think that had anything to do with this. I have not used control, center in a while thought i would open it up and now i get this Please replace ME version, i have uninstalled intel management engine and re d-loaded it and reinstalled it from my msi driver page, nothing works please help.

    Quote from: Beavise on 18-April-15, 12:46:23
    How can i flash to latest one when it is the latest one  i have version bios reported as E7752IMS V 2.12 and ME version 8.1.50.1456  i think this is all current is it not?
    Quote from: Beavise on 18-April-15, 12:46:23
    How can i flash to latest one when it is the latest one  i have version bios reported as E7752IMS V 2.12
    in your signature you have listed BIOS 2.5
    Quote
    and ME version 8.1.50.1456  i think this is all current is it not?
    basically yes, unless your ME version is somehow corrupted,
    or when bios was flashed your ME wasn't updated
    if issue persist reflash the bios to the one that i linked you,
    its still newest than 2.12 and will include proper ME update,
    so you will know that issue isn't there after reflashing
    Quote
    I have not used control, center in a while thought i would open it up and now i get this Please replace ME version, i have uninstalled intel management engine and re d-loaded it and reinstalled it from my msi driver page, nothing works please help.
    other things that you can try before flashing:
    install reinstall ME drivers from MSI web for your board:
    http://download.msi.com/dvr_exe/intel_me81_win78_xp.zip
    you said that you already done this..
    you can also try with those ME drivers instead: http://download.msi.com/dvr_exe/intel_me10_mb.zip
    and are you using control center 2.5.060
    from msi web for your board?: http://www.msi.com/support/mb/Z77AG45.html#down-utility&Win8.1 64
    Quote from: Beavise on 18-April-15, 12:51:55
    ALso if it's not does your usb flash tool work in WIN8.1 UEFI bios?
    yes
    Quote
    I am getting a error for some reason when i open MSI control center that tells me to Please Replace the ME version, i'm not sure why i'm getting this error out of the blue
    sounds like some kind of OS mess or driver mess,
    you can try to load some of older windows restore point
    assume if you haven't flashed anything and worked fine before

  • When trying to udate iTunes on my PC, I recieve the error message "The older version of iTunes cannot be removed"  How do I correct this error and not lose all the music I have in iTunes?

    When trying to update my version of iTunes on my PC with Windows 7,  I receive the error message "The older version of iTunes cannot be romoved".  How do I correct this problem without losing all the music that I have in iTunes on my PC?

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • After upgrade to 10.10, can't send email (SMTP cert. error).  On previous version running on another machine, can still send find.  This new version is missing the "Usual Ports" checkbox option.  Can someone please help?

    I just upgraded to 10.10.  On the mail program, one of my accounts is having an issue sending email.  I am getting the following error message:
    The certificate for this server is invalid.
    Select a different outgoing mail server from the list below or click Try Later to leave the message in your Outbox until it can be sent.
    But on another machine running Mavericks, I can still continue to send email.  The same is try from my iPhone 5S.
    On that machine running Mavericks the SMTP is configured as SSL and for "Usual Ports" (25, 465, 587) but THIS OPTION IS MISSING ON THE NEW VERSION.  On the new version I have tried configuring the port to 25 and then 465 and 587 with no success.  I have used the Network Utility to see if my provider is blocking me -- it is not.  I have no third-party software on this machine (anti virus).  I can receive email fine.  On the new Yosemitie Mail there are new checkbox options of Automatically check my settings and Allow unsecure connections.  I tried to uncheck SSL for SMTP but then it says it cannot send securely my passowrd and i need to check the option "Allow to send unsecurely".  I did that but the same error message keeps appearing.  So I have tried nearly everything I have been able to, all to no avail.  Please can somebody help?

    Thanks for your reply.  Yes, it is a POP account.  Incoming mail is fine.  My port for incoming is also 110.  But the outgoing port should be 587 (or 24, 465 and 587 as on Mavericks' "Usual Ports" option).  I am using the same configuration across three different devices and only the machine running Yosemite is having issues.  I notice in the new version of Mail there is no longer the "Usual Ports" option.  I am not sure this is the culprit or not.  But the fact is no matter how I configure it, it will not send mail for these particular servers.  I have multiple clients and only one is affected, meaning I can send email from other email addresses (different hosting contracts) on Yosemite but on this one particular one I cannot. 

  • IPad 3 and iPhone 4S won't synch with iTunes on Mac book pro. Error message says I need to have version 10.6.3 pr later for iTunes.

    iPad 3 and iPhone 4S won't synch with iTunes on Mac book pro. Error message says I need to have version 10.6.3 or later  for iTunes.  Mac iOS version 10.5.8 and iTunes on Mac is 10.6.1. iPad and iPhone version is 6.0(10A403). When I check for updates on the Mac book pro it says software versions are up to date.
    When I check for iTunes version  10.6.3 it looks like it is for snow leopard operating system which I am not on. How to I get my devices to sync with computer. Everything worked prior to iOS 6 upgrade on remote devices.

    I'm having the same problem.
    iPhone 4s won't sync with my Macbook Pro.
    I iust updated the iPhone to iOS6 (thought it wasn't syncing before the update either).
    Macbook Pro running Mac OS 10.5.8
    iTunes 10.6.3 (i.e. latest update - which hasn't had an issues apart from syncing).
    I tried 3 different USB sync cables. Still not syncing.
    Do I really have to update my Mac OS to 10.6.8 in order to sync my phone ? I thought as long as you have iTunes 10.6.3 you're ok...
    Is there a way to update to Mac OS 10.6.8 (or later) without wiping the hard drive and doing a new install?..
    thanks

  • After upgrading to Yosemite (I don't have iPhoto anymore, only PHOTOS) my pictures will not import from my iPad or iPhone 5s or any picture from web, it shows "Database Error: failured to persist version"

    After upgrading to Yosemite (I don't have iPhoto anymore, only PHOTOS) my pictures will not import from my iPad or iPhone 5s or any picture from web, it shows "Database Error: failured to persist version".  Any help will be greatly appreciated.

    Sorry,
    Yes, the error message is exactly like that  ("Database error: failured to persist version")
    No photos will import at all.  I use USB to import from iPhone 5s or iPad 2. 
    About the difference?  iPhoto and Photos .  Are there two softwares?
    I also will like to merge and/or synchronize all my photos I had saved to iCloud backups, Macbook Pro,  iPhone 5s and iPad hard drives using iPhoto.  It's call iPhoto library.  At one point I turned off streaming. 
    Thanks again Larry HN.

  • Error while saving new Version

    Hi,
    I am creating a new version in DRM by using Copy to New feature but I am getting an error while saving that version.
    The version gets created successfully but it does not allow me to save the same and gives the following error.
    Serve was unable to process request--->ORA-02291:Integreity constarint (MDM_SYS_C0047065)-violated - parent key not found
    Please help.

    Hi,
    I am creating a new version in DRM by using Copy to New feature but I am getting an error while saving that version.
    The version gets created successfully but it does not allow me to save the same and gives the following error.
    Serve was unable to process request--->ORA-02291:Integreity constarint (MDM_SYS_C0047065)-violated - parent key not found
    Please help.

  • Getting 507 error while Updating OS version

    Hi Folks,
    i am updating bb 8310 OS  version 4.2.2.114 to 4.5.X.X. Now i have wipe my 8310 device, Now any body can tell me the proper step to update this os version?
    i am trying to install 4.5.x.x version, but through Apploder but is is giving "The blackberry desktop software does not have BB device software for the device that  you have connected to the computer,contact your wireless service provider or system administrator".
    Plz help me out.

    Thanks for all the advice, it all really makes sense. I tried it, however, and it still gave me the same error message the previous guy said he got that it was unable to reconnect to the device. I even tried it without the battery in there....
    I have a 8830 World Edition
    Still getting the 507 error
    Must have tried reinstalling device software 30+ times...   
    PLease Help!!!
    Have A Great Day!!

  • Using time warner road runner. when I try to open up safari to home page I get error message that this version does not support the "community toolbar" can't proceed until closing the error message. sick of seeing it

    using time warner road runner. when I try to open up safari to home page I get error message that this version does not support the "community toolbar" can't proceed until closing the error message. sick of seeing it

    That toolbar/ct plugin seems to cause problems for all who install it!
    Close Safari, then locate and delete the following files and it should be gone:
    /Library/Application Support/Conduit
    /Library/InputManagers/CTLoader
    /Library/Receipts/ctloader.pkg
    /Library/Receipts/<Toolbar name>.pkg
    /Library/Application Support/SIMBL/Plugins/CT2285220.bundle
    /Users/<User name>/Library/Application Support/Conduit
    where / is the root library on your Hard Disk.
    If you are running Snow Leopard you should also look here:
    Library/launchAgents/com.conduit.loader.agent.plist
    Library/Application support/conduit plugins
    Also, as mentioned by Gilli2000:
    Library/Receipts - If you read it, it has information in it at the bottom referring extensively to "CT" and "community toolbar".
    Maybe it is harmless, but trash those items anyway!
    Note: Safari does not support any third-party toolbars except those supplied as an extension to Safari via the Extension Gallery.

Maybe you are looking for

  • Abap objects

    interview  questions on abap objects?

  • My Ipod nano doesn't want to turn on

    Hey I hope someone can help me with this problem. I really don't know what to do. I was planning on restoring my Ipod, because my laptop indicated there was some kind of problem with Itunes.exe after I plugged it in. So I started up the Ipod Updater

  • HTTPS with a archived payload

    Hi, In requirement Oracle Agile system is trying to send data to XI as an archived file thru HTTPS. Is there anyway to receive the payload and process it in XI as HTTP adapter does not support adding modules? Please respond. Thanks, Karthik

  • Sql Developer Data Modeler 3.0 EA1: Engineering relationships to relational

    When doing 'engineer to relational model' the relationship names are converted directly to foreign key names. So, when the relationship between EMPLOYEE and DEPARTMENT is called 'working in' then the generated foreign key is also called 'working in'

  • Please Help- Forum Solutions Don't Solve Blank Creative Cloud Desktop App Problem!

    I'm using Windows 7 and simply want to download a trial version of InDesign.  I downloaded the Creative Cloud desktop app and it's blank.  Thinking I still need to do more on the Adobe Creative Cloud web site I went and clicked on the download under