Actual assessment cycles does not work

Hello.
I have a problem with actual assessment cycles.
I use KSU5 to run one cycle and when I run it in test mode it says that there is a sender and a receiver and that there are no errors, but when I run it without test mode it says that there are no senders nor receivers and no errors appear
Which could be the problem?
Thanks a lot!!

Hi,
Try these following things :-
a. Change the Receiving tracing factor in the header of the cycle from variable to fixed perct.
b. Check whether GL is assigned in Tcode OK17.
Rgds,
SAP Friend

Similar Messages

  • CCA - Actual assessment (KSU5) / allocation not reflected in GLFUNCT table

    Hi there,
    One of my client uses functional area for reporting.  Functional area is derived using cost ctr category while posting.  When reports are generated, actual assessment / allocation does not reflect in the functional area report.
    The amounts shown are same as the original posting.  Is there any report which can show functional area values after the assessment  (KSU5) / allocation (KSV5)?
    I created a report using report painter using the library 0F (GLFUNCT), but the value is before KSU5 / KSV5.  Any way to get the amount after KSU5 / KSV5?
    Thanks
    RG

    Hi,
    Functional areas are being  deployed for the purpose of Cost of sales accounting in FI area only. The distribution and assessment cycles which are being undertaken in Controlling will not be available in Finance tables. If you need functional area wise report in Controlling, you can run the standard report on the basis of group of cost centers which are assigned to a particular Functional area.
    Trust this helps much!
    Cheers!

  • Nokia Charging Stand NFC does not work on 920

    I just received my Nokia Charging Stand DT-910 to go with my ATT Nokia 920.
    1) I ordered the black stand.  The stand and proprietary cord are black, but that huge AC charger is actually white.  I can't believe that they didn't match the color on such an expensive accessory.
    2) The actual NFC functionality does not work for me on the 920.  Yes, when I tap the 920 to the base of the stand, I correctly get the NFC popup, and when I accept it takes me to what is obviously the Nokia software.  The screen is titled "Charging Stand", and it starts on the Set Up page.  It shows a diagram of the charging stand.  The problem is that this app hangs.  The progress dots on the top of the screen never stop moving.  And the list where I am supposed to choose the application to open stays greyed out and never responds.  It just continues hung like this forever, or on one occasion the phone rebooted itself.
    Is there a fix for this?  The software hang is making my stand useless in terms of it's NFC functionality....

    You can actually get to more support options from that link, like here, http://www.nokia.com/us-en/support/contact/ which offers chat and phone numbers. Not sure what could happen in this case though, as there just seems to be some issues in the NFC implementation. Seems it varies a bit between devices, but overall has some issues. I would guess the number of folks with a wireless charge capability, that also know about this forum is probably small, but I'm sure the issue will gain some visibility as more folks give it a try. As I said I got it past the streaming dots and selected an app to launch, but now I have the interminably slow app launch. The same app that springs up instantaneously from the start or program menu, takes 5-10 minutes to launch when initiated via the NFC tap. I've just turned this off for now, as I expect some software update at some point. I have done some other NFC stuff with marginal success. Tapping the charging base to start an app is not a make or break feature for me. If it is for you, contact Nokia directly, rather than through this user forum.

  • HT1338 preview does not work with mountain lion

    I updated my mid 2011 mac mini to mountian lion and i find Preview and all of MS Office 2011 for MAC fails to work
    I can cut and paset the logs, but lets astart with assessing whagt does not work with Mountain Lion.

    Your profile lists a 2008 MacBook with Snow Leopard.
    I installed Windows XP into Bootcamp on my 2009 MacBook Pro (either in Leopard or Snow Leopard, I do not remember which) and I used it with Parallels 6.
    When I upgraded it to Lion, even though the Lion Bootcamp will NOT install Windows XP, my Bootcamp (and use by Parallels 7) survived the upgrade.
    It may be possible that it will also survive and operate a future upgrade to Mountain Lion. 

  • Tab key does not work properly in Assessment mode

    I am predominatly using Adobe Captivate for software simulations and assessment purposes. 
    I've seen similar items posted on the forums and noted this appears to be a common problem with a solution, to edit the HTM file with the code  so.addParam("seamlessTabbing", "false"); see post http://forums.adobe.com/message/5283597#5283597.
    I tried this with a file that was published without the need for SCORM compliance and it worked fine.  Once the requirement was introduced for SCORM compliance (and to publish as a Zip file), this does not work as the code is different in the HTM file.
    My file has the following code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <!-- Copyright [2012] Adobe Systems Incorporated.  All rights reserved -->
    <html lang="en">
    <head>
      <link rel="stylesheet" type="text/css" href="captivate.css" />
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <title>Enter Billable Time - Assessment</title>
      <!-- Include external JS files -->
      <script language="JavaScript1.2" src="standard.js"    ></script>
      <script language="JavaScript1.2" src="scormdriver.js"  ></script>
      <script language="JavaScript1.2" src="SCORM_utilities.js"  ></script>
      <script language="JavaScript1.2" src="Utilities.js"   ></script>
      <script language="JavaScript1.2">
       //Register event handlers
       window.onkeypress    = CheckForDebugCommand;
       window.onload    = OnloadActivities;
       window.onbeforeunload  = Finish;
       window.onunload   = Finish;
       document.onkeypress   = CheckForDebugCommand;
      </script>
    </head>
    <body>
       <div id = "CaptivateContent">
        <noscript>
         This course requires JavaScript to be enabled in your browser.
         Please enable JavaScript, then relaunch the course.
        </noscript>
       </div>
    </body>
    </html>
    How could I edit this to disable the "seamless tabbing" referred to in the original article to make the TAB key work as intended.
    Thank you.

    This is from my e-book:
    http://www.infosemantics.com.au/troubleshoot-adobe-captivate
    Notice that the procedure for Seamless Tabbing in Cp6 with SCORM is different to that for normal non-LMS courses.
    Implementing Seamless Tabbing in Cp6
    All Captivate versions up to and including Cp6 had Seamless Tabbing active by default and set in the HTM template code. But you can still turn it off by manually inserting some code into the published HTM file as follows:
    Navigate to your published Captivate content and open the HTM file in Notepad.
    Locate the line of code in the HTM file that starts with:
    var so = new SWFObject(
    Add the following code on the next line:
    so.addParam("seamlessTabbing", "false");
    Save changes to the file and test by running your project again in the browser.  You should now be able to use the TAB key without leaving your published content.
    Adding seamless tabbing to Cp6 SCORM support files
    Seamless tabbing in Cp6 SCORM projects is a little more complex because the templates are quite different to those used for normal content.  To control seamless tabbing in SCORM content you need to make the changes to the SCORM_utilities.js file in the Captivate install directory.
    Depending on whether you’re on 32bit or 64bit, you should be able to find it at one of these locations:
    32bit:
    C:\Program Files (x86)\Adobe\Adobe Captivate 6 (32 Bit)\Templates\Publish\SCORM\Default\js
    64bit:
    C:\Program Files\Adobe\Adobe Captivate 6\Templates\Publish\SCORM\Default\js
    Open the SCORM_utilities.js file in Notepad or another suitable plain text editor. Scroll down to the end of the code until you find the following lines:
    so.addParam("quality", "high");
    so.addParam("wmode", CONFIG.WMODE);
    so.addParam("bgcolor", CONFIG.BGCOLOR);
    so.addParam("menu", "false");
    so.setAttribute("name", CONFIG.SWFOBJ_NAME);
    so.setAttribute("redirectUrl", CONFIG.REDIRECT_URL);
    so.addParam("AllowScriptAccess","always");
    so.write(CONFIG.TARGET);
    Add the so.addParam("seamlessTabbing", "false"); code to this group and save the file.
    If you are currently unable to save changes to these template files, my gut feeling would be that it must have something to do with your user permissions. E.g. you are not an Administrator for your own PC. Is that possible?

  • I am actually using a free trial of photoshop cc and the contact sheet option does not work-?

    i am actually using a free trial of photoshop cc and the contact sheet option does not work...

    Hi dmomoney24  ,
    Kindly refer : CC desktop lists applications as "Up to Date" when not installed.
    Please revert if the problem persists.
    Thanks,
    Atul Saini

  • The two finger cycle through apps does not work?

    Hello,
    I don'nt know what is wrong, but it seems that the two finger gesture allowing to cycle through apps does not work for me. I  am using a standard mac Bluetooth mouse. 
    Can anyone help me with this?
    Thank you
    Sebastien  Dion
    from Quebec city, Canada

    Download a free app. It reauthorizes your device for use of your apple id.

  • I can not download the last Iphoto update, and in the actual version 9.4.3 it does not work the sending photos by e-mail.

    I can not download the last Iphoto update that I already purchased it by app store, and in the actual version 9.4.3 it does not work the sending photos by e-mail.

    Thanks for your replay,
    Finally the Iphoto 9.5 was installed...any way ..I had to go to app store to purchase it because the previous version did not updated autimatically... only shoed me that there is a new version ...but it guided me to the app store to purchase it.... and I did it because I did not know that the up date was free...and the sistem did not adviced me about that...
    I have the last up date of os x 10.9 already...
    in this new version I have no problem to send the photos by e-mail... but in the previous one it allways showed me an error message like ¨I should try later because the server does not work¨  but I tryed with 4 differents e-mail account that worked perfectly in the app Mail.
    any way, this new version is ok..
    thenks a lot
    Damian from Buenos Aires

  • I recently uploaded OSX 10.6.7 and ever since then, my Boris titler in FCP does not work with all the fonts, notably Avenir. It actually crashes FCP now. It was fine with the previous version. What's up Apple?

    I recently uploaded OSX 10.6.7 and ever since then, my Boris titler in FCP does not work with all the fonts, notably Avenir. It actually crashes FCP now. It was fine with the previous version. What's up Apple?

    I know what your'e going through, Gary.   OSX 10.6.7 is an absolute disaster.   Since I upgraded, I've had problems in FCP, Logic, Garageband, even issue dealing with peripheral hardware like external monitors.
    Before 10.6.7 my system was running fine.
    I've brought this up with Apple repeatedly.   They smile and shrug.   They've been helpful resolving the issues, but none of them has been easy to solve.  I have spent days, dealing back and forth with tech support, sending logs, etc., before solutions have been found.  
    I wish I could give you an answer to your question.   My only guess is that Apple has totally dropped the ball on this one.   In the future they should provide a disclaimer when they offer an upgrade.  Something like:   "Caution: all of your software may not function after this upgrade. But go ahead, you'll feel cool that your OS is the latest thing."
    As someone who has been with Apple for close to 25 years, I'm disturbed by what appears to be an increasing sloppiness in their work.   This is especially disturbing when you depend upon their system to make your living.
    Good luck.
    david

  • Can I power cycle a 2G touch if the button does not work?

    The power button on my touch has been flaky since by toddler put it in her mouth and got slobber all over it. It has stopped working completely and I would like to know if there is a way to power cycle it when that button does not work.
    Other than the power button the device is working fine.

    I know of know other way.  However, this fix for the Home button may be applicable.
    FIX for iPod Touch Home Button: Apple Support Communities

  • I just bought my first iphone 4 actually i bought two and for some reason on both phones one of the speakers does not work im just wondering if this is normal because i took it back to the store and they told me all of the phones are the same?????

    i just bought my first iphone 4 actually i bought two and for some reason on both phones one of the speakers does not work im just wondering if this is normal because i took it back to the store and they told me all of the phones are the same?????

    There is only one speaker, what looks like another speaker is actually a microphone. All iPhones only have one speaker down by the dock connector.

  • My Nokia c6 - 01 does not work

    I wouldn't recommend buying this phone. It doesn't work. I have no apllications open and the phone runs out of battery after one day. I also had problems with the touchscreen not working , I can't send sms messages because the touchscreen for certian letters does not work, and incoming calls are not registered on the phone, I can hear the phone ring and can't get to it in time and there is no registered missed call - I can then hear it beep like someone has left a message, but no message is registered. When people phone I often can't pick up the call because the touch screen does not work. I bought my phone into a nokia shop and they sent it to be assessed. They said the phone had been water damaged which means my warrenty is not valid. I had not water damaged the phone. I had reported the problems I was having with the phone from when I first started using it, on the date of purchase. To top it off they have charged me $35 for them looking at my phone. I am so dissapointed with Nokia. The way they work is very unethical. I will never use their products again. Has anyone else had these problems?

    Some of the behaviour you described does sound like the phone had been damaged by moisture.
    There's many causes of moisture damage, for example:
    Phone left in an overly humid or steamy place such as a kitchen or bathroom for an extended period.
    Prolonged contact with sweaty skin, for example in your pocket whilst working out.
    Placing a phone somewhere cold and humid, for example in a fridge or freezer (sounds silly but some people do this).
    Phone dropped in the snow.
    Splashes from drinks etc if left on a table.
    I even once saw a phone that had moisture damage because a parent had allowed their young child to suck and bite the phone!
    These are just some of the causes of moisture damage that don't involve dropping the phone in actual water!
    If you feel that none of these apply to you then you will have to make an official written complaint to Nokia in your country.
    As for the C6-01 I highly recommend the phone, it's good looking, tough and has a good feature set for it's price. My wife has had one since before xmas and it's performed great with none of the above issues. It even survived a drop down twelve wooden stairs totally undamaged. As with any electronic device she has been careful to protect it from sources of moisture.

  • Request Scope for portlets? Sharing data tutorial does not work for portlet

    I created 2 identical applications, one that was a regular JSF web app, and one a JSR168 portlet. By following the "Sharing Data Between Two Pages" tutorial, I can get this technique to work without a problem in the web app, but the portlet (deployed locally using the pluto server) does not work. What is the difference between a regular app and a portlet app?
    This shows that portlets apparently handle scope much differently than other applications, so any information relating to this would be helpful to pass along.

    Portlet Life Cycle Differences
    A portlet page is the same as a web application page in the Creator 2 application
    model with differences only in the page life cycle. To best understand the life
    cycle differences, you must first understand how a portal interacts with a portlet.
    This interaction between portals and portlets is defined by the JSR-168 Portlet
    specification. Typically a portal display in the web browser shows multiple
    portlets. That is, when the portal page is displayed, there are actually multiple
    portlets displaying or rendering their content. The job of the portal is to manage
    how these portlets are displayed. Internally, the portal is responsible for telling
    each portlet two things:
    1. When to display itself
    2. If there has been an action, such as a button press, performed inside that
    portlet.
    When a portal wants portlets to display their contents, the portal sends a render
    request to each portlet showing in the portal. If one of the portlets showing in the
    portal has a button tied to an action request, when that button is pushed, the
    portal fires an action request for that portlet. In addition, the portal generates a
    render request for the portlet and all other portlets on the page. You should note
    that the portal implementation fires both action and render requests for each
    action method on a portlet showing in the portal. The implication of this
    interaction means the portlet page being rendered can not make assumptions
    about the state of the values to be shown. Unlike a normal web application page,
    a portlet page can't assume that the page being rendered in the Render Response
    phase is the same page that was built in Restore View. If a portlet wants to
    maintain state across repeated render requests, the portlet must use the session
    bean to store stateful information.
    The main point to remember is a portlet page must always be prepared to render
    it's values from scratch or session data. This implies you should never bind
    portlet page UI components to page bean properties or request bean properties.
    Also, you should never rely on page bean instance variables that might be set
    during an action event.
    Hope this helps.

  • Voice Memo does not work on 3g

    The voice memo does not work. If I scream in to the mic it finally shows movement on the readout. But, when you play it back all you get is static noise where I screamed. Other wise, any normal voice speck is totally silent.
    Actually it works with the iPhone head phones but not the mic in the phone it's self.
    Message was edited by: Hoddypeek

    Yes, the low level while recording doesn't result in a low or weak "memo". Sounds fine and mails to my email as well . . . But !
    I had a phone-message waiting two months, a little song-fragment I called home to leave with the hope that Voice-Memo would eventually save it for me. And it sounded better once mailed that it even did playing out of my cheap little land-line speaker ( I guess mic-placement is everything ! )
    But the recording was 2 min 50 seconds and trying to mail it to myself brought up the warning that it was "too big" !! Luckily, the first 27 seconds was unrelated and expendable . . . and being able to trim it did the trick.
    *So what's the size limit on a mailable Memo Apple people ?*
    ( It was 4.1 mb as attached to the mail )
    Also, how odd is it that it was still "Sending" within the iPhone, yet already sitting in my iMac's email well before the "airplane whoosh" of sent mail sounded.
    Hmm . . . . .

  • HT1688 My Hot Spot does not work after update to 6.0.1.  Service is with ATT.  Apple says problem is with ATT, ATT says problem is with Apple.  Anyone else having this problem?

    My Hot Spot does not work after update to 6.0.1.  Any suggestions?

    Ok, I had the same issue, my phone is unlocked(iphone 5 with 6.1.3). So I went to the apple store and had it replaced. it worked good for a day and started doing the same thing. When the apple tech replaced my phone, he transfered my screen protector to the new one.
    so I thought it was my sim card, I put in my sisters sim card from a different carrier and it did the same, so then I was like let me take off the screen protector, and that was it.
    so guys, if you have a screen protector on your phone and it's doing "low signal", "No Service", "Searching", "Full bars cycle" then take off the screen protector. so far my phone is working normal.

Maybe you are looking for