Controlling- Problem with Assigned

Hi
I have the following problem:
I implemet the budget control through customizing.
I start to creat internal orders and i settlement the original budget.
Then i continued working as normal creating PO, invoices etc, all against the internal order.
When i go to KO22 to see the original budget and the assigned, in some orders, the assigned is upper than the budget (its wrong becuase i implement the Bugdget controlling for internal orders). And in some cases the commitments plas the actual postings is upper than the assigned (its is wrog becuase the assigned is form by the commitments and actual postings).
I dont know why it happend.
Please if someone have a similar problem or know about this issue, please help me.
Thanks in advance for your help
Enzo

Commitments and actual postings can exceed budget if tolearnce limt for 100% of usage is set up at warning / information i.e. it will allow to post additional costs /create PO against the order with information / warning message to the user.
Check the tolearnce limit in customizing and it should be level '3' (error message) against 100% usage.
Assigned value should be equal to actual & commitments. You can 'Set up Availability Control again' (KO31) to reconstruct the database for the orders with error.
Regards,

Similar Messages

  • Problem with Assign reference document.

    Hi all,
    I defined transaction input parameter type Xml.
    I used Reference Document Loader to load document (structure.xml) below.
    <?xml version="1.0" encoding="UTF-8"?>
    <SO_VALIDATION>
        <L4_SO_ID/>
        <L4_SOI_NO/>
        <PPC_STATUS/>
        <PPC_INFO/>
    </SO_VALIDATION>
    I used menu command Assign Reference Document, to assign above document to transaction input.
    I tryed to use this transaction in vs.net application as a web service.
    But there is no xml structure in InputParams in web service.
    I tryed alot but i did not achieve.
    What must i do?
    Thanks.

    cml_bzl,
    I'm using version 12.04 and I have not had any problems with assigning reference documents and using .NET.
    You should not have to do anyting special to get the transaction inputs to show up in .Net. To map the output I do the following:
    1. Create an output transaction variable and assign it's type as XML
    2. Using a XML document block to create and XML document for your output transaction variable
    3. Assign the XML document as the reference for the output transaction variable.
    THis works for me every time. If you change the transaction parameters, make sure you update the web service form the .NET side.
    Glenn

  • Problem with Assigning more than one value to GROUP dynamically

    Hi,
    I have a problem with assigning more than one value to GROUP varible dynamically.
    I am able to assign only one value dynamically through Initialization block
    I have even tried with the ROW-WISE initialization blocks..
    using this query..
    SELECT 'GROUP', G.GROUP_NAME
    FROM GROUP_MAP G
    WHERE G.USER_NAME = ':USER'
    if GROUP_1, GROUP_2 are two groups to be associated,
    through this, i'm getting " GROUP_1;GROUP_2 " into GROUP variable ( seen from Narative view )
    And the properties and securities of this Groups are not inherited.
    Please let me know if there is any other way to Populate the GROUP variable dynamically with more than one value.
    Thank you.,

    Hi,
    i finally got in this way..
    i had created a function which takes USER_NAME as input and returns a string that contains the GROUP names with semicolon delimeted..
    Though it is same as that of ROW-WISE initialization,
    the properties of those groups are also being inherited..
    Now, i can assign more than one groups and its properties to a user dynamically.

  • Problem With Assignment, Need Tips

    Hi, i'll try and keep the code to a minimum. My assignment (at UNI) is to create a JUG Program (Java Ultimate Graphist) which works like a paint program.
    So far ive done most of it. But im having problems with combo boxes. Basically its required to have a combo box at the bottom where you choose your shape (rectangle, line, ellipse etc etc). When you choose your shape, and click on the screen, it draws that shape.
    This is the bit thats troubling me. The way ive programmed it, (we're using frames) I have one file "Application.java" which runs everything. Another file "Settings.java" which holds most of my methods as well as the control panel (for combo boxes) at the bottom, and a menu bar at the top.
    The final file is the actual drawing panel - "PaintPanel.java". This has the paint method etc in it.
    Now the problem im having is getting the combo box (Prefrences.java) to interact with the "PaintPanel.java". If i could put all this in one file it would probably work but i just get errors and it just wont work.
    Does anyone know how i can make an action listener, listen for my choice in the combo box, then change the shape drawn in the paint panel.
    I can post the entire code if you want it
    Thanks!

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class ClassCommunication
        DrawingCode drawCode;
        EventCode eventCode;
        public ClassCommunication()
            // pass a reference of/for/to the DrawingCode instance
            // to EventCode that EventCode can use to call methods
            // in the DrawingCode class
            drawCode = new DrawingCode();
            eventCode = new EventCode(drawCode);
        private JPanel getCenterPanel()
            return drawCode;
        private JPanel getSouthPanel()
            return eventCode.getUIPanel();
        public static void main(String[] args)
            ClassCommunication app = new ClassCommunication();
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(app.getCenterPanel());
            f.getContentPane().add(app.getSouthPanel(), "South");
            f.setSize(300,175);
            f.setLocation(200,200);
            f.setVisible(true);
    class DrawingCode extends JPanel
        String s;
        public DrawingCode()
            s = "hello world";
        public void setString(String s)
            this.s = s;
            repaint();
        protected void paintComponent(Graphics g)
            super.paintComponent(g);
            g.setFont(g.getFont().deriveFont(18f));
            g.drawString(s, 100, 50);
    class EventCode implements ActionListener
        DrawingCode drawCode;
        public EventCode(DrawingCode dc)
            drawCode = dc;
        public void actionPerformed(ActionEvent e)
            JComboBox cb = (JComboBox)e.getSource();
            String s = (String)cb.getSelectedItem();
            drawCode.setString(s);
        public JPanel getUIPanel()
            String[] items = { "rectangle", "ellipse", "line" };
            JComboBox combo = new JComboBox(items);
            combo.addActionListener(this);
            JPanel panel = new JPanel();
            panel.add(combo);
            return panel;
    }

  • User Account Control Problems with Premier Elements 7 32 bit in 64 Bit Windows 7

    I found User Account Control Problems in other forums but didn't see much in Premiere Elements, so I hope this helps others who may be having problems with 32 bit programs in a 64 bit computor. When I first got my 64 bit I didn't have problems.
    Back in February I bought a Quad Core Desktop with Windows 7 64 bit. Haven't been on the forum for 7 months since I wrote in regarding importing video with the Pyro AV Link (Premiere Elements Tips and Tricks). I was having problems importing video which started after March 28 sometime, as that was the last time I didn't have a problem importing VHS. Took me a few months off and on to find out what worked.
    I started uninstalling Windows updates and any programs I had installed back to that point in time. Checked after uninstalling each item. The capture screen would come up on a delayed basis but clicking on capture did nothing. Although no driver is required for IE1394 (so they say) I read where some people using the Legacy driver had fixed some problems, so I switched to the Legacy. Seemed to work great (for a few minutes).
    I had even uninstalled and reinstalled PE7 but no difference. Finally I noticed a shield in the PE7 Desktop icon. Thats weird. Never had that before. Just decided to show up after I had done all of the stuff I mentioned. Turns out at some point in time since I've had the computor Windows 7 decided to flag my 32 bit program as misusing the 64 bit system. User Account Control. I never bothered too much with UAC and just clicked on the yes box wen it popped up asking if I wanted this or that to take control of my computor. I tried using the minimum setting for safety reasons, and then finally turned User Account Control off. Bingo! PE7 capture works again and still working.
    While I am not recommending that people arbitrarily turn UAC off, this appeared to be my problem. I would recommed that they try turning it off before uninstallin a bunch of stuff. Having a restore point may or may not have been a fix for me. I think one of the Windows Updates caused the problem but I am not going to uninstall any more stuff at this point, I have not been back on the internet or installed any more updates in my desktop. I am going to use my laptop for internet and used the desktop for video.
    I am guessing this could be a problem for any 64 bit systems trying to use 32 bit programs. IE: XP,Vista,Windows 7 64 bit. In Vista there is also Data Execution Prevention (DEP) which you can turn on or off, supposedly to prevent misuse of memory (as I understand it), but Win7 either doesn't have it or I haven't found where it's located.
    Maybe this has been covered in the forum somewhere and I missed reading it. Hope I am not too confusing. Anyway, whatever feedback you guys have would be great.  

    John,
        Thanks for your answer, and I did check out the link you suggested. However, I have Windows 7 Home Premium as most people have I think, and the XP program was not available. I started with Vista and now have Win 7. I never could navigate around in XP anyway so am content to just leave User Account Control off.
        Interesting side note to turning UAC off is that my desktop seemed to be using more of the CPUs, where half of them were "Parked" as I wrote in also about 7 months ago when I 1st got my desktop. I am pleased to say that video processing seems to go quicker with UAC off. Have to observe things some more to confirm.
        I just thought if others were having problems after installing Windows Updates and leaving UAC off worked then they could possibly pinpoint a problem.

  • Problem with Assigning Policy button in Outlook 2010 and Exchange 2010

    First of all, I'm posting here because I'm not sure how to post in the previous version of Exchange forums.
    Secondly, I'm re-posting this from the Outlook forums as I'm not getting any responses there despite of views.
    Hi,
    I'm having an issue in Outlook 2010 where I can't assign personal policies to folders. I have setup personal tags and added the mailbox to the right policy. I have also ran Start-MangedFolderAssistant in Exchange 2010 Shell against the mailboxes.
    When I go into OWA, everything shows up perfectly, I can right-click and assign policies at will, but when I open Outlook 2010 then the Assign Policy button never appears. I force added it to the ribbon and I can see from there that the button stays grayed
    out irregardless of where I click in the folder structure. I have even assigned the mailbox user Owner rights to all the folders to see if it will  make a difference.
    If anyone can help me solve this problem I will very grateful, I'm pulling my hair out here and I'm certain I could just be missing something very obvious somewhere,
    It might be worth mentioning that the company has been using .prf files to configure Outlook thus far, I'm
    looking to eliminate that. I'm not sure if that will have any effect on my current problem.
    Thanks for your time.
    Nico

    Thanks for the reply Max, that's a pretty good link.
    Like is I said though, I have the policies all set up in the Exchange configuration side of things, when I use OWA all the options for applying tags appear. It's just in Outlook 2010 Standard that the Assign Policy button stays grayed out.
    Thanks.
    EDIT:
    This has been solved, looks like version problem with Outlook.
    http://office.microsoft.com/en-us/outlook-help/license-requirements-for-personal-archive-and-retention-policies-HA102576659.aspx

  • Problems with Assign Task operation

    I'm having a problem with the Assign Task operation. When I export an application of the LiveCycle ES2 environment and import into another environment LiveCycle ES2, my process get stalled in the all Assign Task operations, and the only way to solve the problem I found is to redo all the Assign Task operations. But in an application with many Assign Task operations, this solution becomes very complicated.
    Anyone who has encountered this problem could help me better to fix it?
    Thanks for any help!
    Following is the error message:
    StackTrace:
    java.lang.NullPointerException
    at com.adobe.idp.taskmanager.dsc.util.UserManagerUtils.getUserOID(UserManagerUtils.java:959)
    at com.adobe.idp.taskmanager.dsc.userservicev2.UserServiceImpl.createTaskFromDialogPropertie s(UserServiceImpl.java:941)
    at com.adobe.idp.taskmanager.dsc.userservicev2.UserServiceImpl.createLongLivedTask(UserServi ceImpl.java:1631)
    at com.adobe.idp.taskmanager.dsc.userservicev2.UserServiceImpl.createLongLivedTask(UserServi ceImpl.java:1506)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:227)
    at sun.reflect.GeneratedMethodAccessor643.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    at $Proxy378.doSupports(Unknown Source)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:165)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
    at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:22 5)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
    at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    at com.adobe.idp.jobmanager.execution.workadapter.AbstractExecutableJob.invokeRequest(Abstra ctExecutableJob.java:127)
    at com.adobe.idp.jobmanager.execution.workadapter.PersistentExecutableJob.execute(Persistent ExecutableJob.java:60)
    at com.adobe.idp.dsc.workmanager.adapter.UnManagedAsynchronousWorkAdapter.run(UnManagedAsync hronousWorkAdapter.java:39)
    at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
    at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
    at java.lang.Thread.run(Thread.java:619)

    Hi javier,
    1. record = <DATOS>
    If possible, try to use
    a pre-defined strucure of type P9069
    for putting data into this infotype.
    2. Avoid using field symbols.
    3. Try with P9069
    regards,
    amit m.

  • Game controll problem with keyAdapter

    hi folks,
    I have build an game in which i want to move the player sprite with the W,A,S,D keys(use them as arrows as in maby games). It works fine, but for example: when i walk up(w) en press then (a) to walk diagonal across the screen the sprite hangs for an moment. before it actualy does go diagonal across the screen. How can i get this movement without any hanging?
    I got the following code in my application: (where up, down, left and right are instance variables)
    private void activateGameControlsKeys(){
              addKeyListener(new KeyAdapter(){
                   public void keyPressed(KeyEvent e){
                        int keyCode = e.getKeyCode();
                        if(!isPaused&&!gameOver){
                             if(keyCode == KeyEvent.VK_W){
                                  up = true;
                             if(keyCode == KeyEvent.VK_S){
                                  down = true;
                             if(keyCode == KeyEvent.VK_A){
                                  left = true;
                             if(keyCode == KeyEvent.VK_D){
                                  right = true;
                             if(up){
                                  player.movePlayer("W");
                             if(down){
                                  player.movePlayer("S");
                             if(left){
                                  player.movePlayer("A");
                             if(right){
                                  player.movePlayer("D");
                   public void keyReleased(KeyEvent e){
                        if(!isPaused&&!gameOver){
                             int keyCode = e.getKeyCode();
                             if(keyCode == KeyEvent.VK_W){
                                  up = false;
                             }else if(keyCode == KeyEvent.VK_S){
                                  down = false;
                             }else if(keyCode == KeyEvent.VK_A){
                                  left = false;
                             }else if(keyCode == KeyEvent.VK_D){
                                  right = false;
              });Hope someone can help me out..
    Greetz,

    hi folks,
    I have build an game in which i want to move the
    player sprite with the W,A,S,D keys(use them as
    arrows as in maby games). It works fine, but for
    example: when i walk up(w) en press then (a) to walk
    diagonal across the screen the sprite hangs for an
    moment. before it actualy does go diagonal across the
    screen. How can i get this movement without any
    hanging?
    I got the following code in my application: (where
    up, down, left and right are instance variables)
    private void activateGameControlsKeys(){
              addKeyListener(new KeyAdapter(){
                   public void keyPressed(KeyEvent e){
                        int keyCode = e.getKeyCode();
                        if(!isPaused&&!gameOver){
                             if(keyCode == KeyEvent.VK_W){
                                  up = true;
                             if(keyCode == KeyEvent.VK_S){
                                  down = true;
                             if(keyCode == KeyEvent.VK_A){
                                  left = true;
                             if(keyCode == KeyEvent.VK_D){
                                  right = true;
                             if(up){
                                  player.movePlayer("W");
                             if(down){
                                  player.movePlayer("S");
                             if(left){
                                  player.movePlayer("A");
                             if(right){
                                  player.movePlayer("D");
                   public void keyReleased(KeyEvent e){
                        if(!isPaused&&!gameOver){
                             int keyCode = e.getKeyCode();
                             if(keyCode == KeyEvent.VK_W){
                                  up = false;
                             }else if(keyCode == KeyEvent.VK_S){
                                  down = false;
                             }else if(keyCode == KeyEvent.VK_A){
                                  left = false;
                             }else if(keyCode == KeyEvent.VK_D){
                                  right = false;
              });Hope someone can help me out..
    Greetz,Wait, what?
    Your making it to complicated. Anyway, it would be easier if you did this:
    private void activateGameControlsKeys()
    { addKeyListener(new KeyAdapter(){public void keyPressed(KeyEvent e)
    { int keyCode = e.getKeyCode();
    if(!isPaused&&!gameOver)
    { if(keyCode == e.VK_UP)
    { //Execute code here }
    if(keyCode == e.VK_DOWN)
    { //Execute code here }
    if(keyCode == e.VK_LEFT)
    { //Execute code here }
    if(keyCode == e.VK_RIGHT)
    { //Execute code here }
    } } } ); }I think i got the right amount of { things...
    Anyway, execute the code within the keyPressed code, it's much easier. Believe me, I know. And the code won't repeat itself if you don't have the keyRelease code. And I have the same problem with the sprite hanging, it's just the way the code executes. I tried to find a way around it, but with no luck. I hope my revision of your code helps some.
    Message was edited by:
    g@m3r

  • Problems with assign profile

    Hi,
    I want to make default an option "don't color manage this dokument".
    How can I do that?

    Unfortunately, it appears that you can't - at least not with the default interface.
    There is an option "Don't Color Manage this Document" in the Advanced section of the New... dialog window but unlike the other options there, this doesn't remain for the next time and reverts (defaults) to the profile selected for the Working Spaces in the Color Settings. The problem is that this options is not available in the profile menus of the Color Settings. I think you have a good case for a feature request - to include this option in the Working Spaces section of the Color Settings.
    Meanwhile, you can create an action by recording Edit > Assign Profile with the option Don't Color Manage This Document and use it with a hot key which you have to press each time after creating a new document and when you want to remove a profile.
    You can check what color profile an image has in the Info palette (F8). To display this information make sure it is checked in the Info palette's options accessible from its menu located at the top right on the palette.

  • Problem with assigning chart of Depreciation to company code

    Hi Everybody
    I am just trying to assign chart of accounts to company code. I get the following error message:
    Inconsistency between FI company code 9100 and chart of deprec. 9100
    Message no. AC481
    Diagnosis
    You tried to assign chart of depreciation 9100 to company code 9100. According to its Customizing definition, this company code manages parallel currencies.
    The chart of depreciation does not contain a corresponding depreciation area for each of the currency types that are defined in the company code.
    System response
    This assignment is not possible.
    Procedure
    1. Check the currency types of the company code.
    2. Specify a corresponding depreciation area for each currency type.
    I have maintained parallel currency for the company code i.e. Currency for Leading ledger is INR and the 2nd and 3rd local currency is EUR and want to keep this setting unchange.
    Can anybody help me to solve this problem.
    Thanks
    SIM
    Edited by: SIM on May 5, 2008 11:10 AM

    hi all
    can anybody help us to solve this issue.
    thanx
    vijay

  • Volume control problem with 30GB iPod 3G, Universal Dock, and Apple Remote

    I just hooked up my 30GB iPod 3G to the Universal Doc and tried the my new Apple remote. The only buttons on the remote that work in controlling my iPod while on the dock are the play/pause and the skip forward and back buttons.
    For some reason the volume up and down buttons don't adjust the volume on my iPod while it's on the dock. Any ideas? Shouldn't the volume up and down work? Or do they only work on the newer iPods?
    Any info appreciated.
    17' Aluminum Powerbook Mac OS X (10.4.3) 30GB iPod 3G
    17' Aluminum Powerbook   Mac OS X (10.4.3)  

    btabz,
    Thanks for your response. No the iPod doesn't respond at all--the volume display doesn't come up or change.
    When I press the play/pause or either skip forward or back on the remote, the iPod, while on the dock, lights up and responds to the command as it should. But when I press volume up or down on the remote the iPod does not respond at all.
    According to Apple's store info on the remote, the volume up/down controls should work. I am wondering if maybe it doesn't work with the 3Gs for some reason. But if that is the case, Apple should indicate that. It is kind of frustrating to not be able to adjust the volume.
    Thanks,
    gerb38
    17' Aluminum Powerbook   Mac OS X (10.4.3)  
    17' Aluminum Powerbook   Mac OS X (10.4.3)   30GB 3G iPod

  • Problem with assigning purchased Skype number to a...

    Hello, I have encountered difficulty with Skype number settings. I have purchased Skype number and assigned it to my existing Skype account. Though, decided to reassign the Skype number to another account. Is there a way to do that? Thank you.
    Solved!
    Go to Solution.

    Hi,
    Unfortunately, it is not possible to transfer Skype Credit or products such as Skype Number or any subscriptions from one Skype account to another.
    If further assistance is needed, you may contact Customer Service via chat or email through this link: https://support.skype.com/en/faq/FA1170/
    Hope this helps.
    Julian

  • Cisco AP 1131AG - Problem with assign IP

    Hello
    I have a Cisco AP 1131Ag with ip 192.168.1.100 and mask 255.255.255.0
    ANd two laptops with PCI WIRELESS a/g
    I have configurated a Ap with SSID : Ciscoap2010 , no security,no vlan
    1.When a laptop detect new wireless,it show "other networks" but doesnt show "Ciscoap2010"
    2. When in this laptop i have connected to "other network" and i execute start -> execute -> cmd and execute ipconfig shows 169.254.3.116 and mask 255.255.255.0... and doesnt show 192.168.1.XX and mask 255.255.255.0
    Why doesnt show a ip in the range 192.168.1.1 to 192.168.1.254 exception 192.168.1.100
    Thanks

    You can also just search for the AP config guide on cisco.com to reach the link I put.
    A copy/paste of the content :
    Configuring the Access Point to Provide DHCP Service
    These sections describe how to configure the wireless device to act as a DHCP server:
    •Setting up the DHCP Server
    •Monitoring and Maintaining the DHCP Server Access Point
    Setting up the DHCP Server
    By default, access points are configured to receive IP settings from a DHCP server on your network. You can also configure an access point to act as a DHCP server to assign IP settings to devices on both your wired and wireless LANs.
    The 1100 series access point becomes a mini-DHCP server by default when it is configured with factory default settings and it cannot receive IP settings from a DHCP server. As a mini-DHCP server, the 1100 series access point provides up to 20 IP addresses between 10.0.0.11 and 10.0.0.30 to a PC connected to its Ethernet port and to wireless client devices configured to use no SSID, and with all security settings disabled. The mini-DHCP server feature is disabled automatically when you assign a static IP address to the 1100 series access point. Because it has a console port to simplify initial setup, the 1200 series access point does not become a DHCP server automatically.
    Note When you configure the access point as a DHCP server, it assigns IP addresses to devices on its subnet. The devices communicate with other devices on the subnet but not beyond it. If data needs to be passed beyond the subnet, you must assign a default router. The IP address of the default router should be on the same subnet as the access point configured as the DHCP server.
    For detailed information on DHCP-related commands and options, refer to the Configuring DHCP chapter in the Cisco IOS IP Configuration Guide, Release 12.3. Click this URL to browse to the "Configuring DHCP" chapter:
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fipr_c/ipcprt1/1cfdhcp.htm
    Beginning in privileged EXEC mode, follow these steps to configure an access point to provide DHCP service and specify a default router:
    Command
    Purpose
    Step 1
    configure terminal
    Enter global configuration mode.
    Step 2
    ip dhcp excluded-addresslow_address [high_address ]
    Exclude the wireless device's IP address from the range of addresses the wireless device assigns. Enter the IP address in four groups of characters, such as 10.91.6.158.
    the wireless device assumes that all IP addresses in a DHCP address pool subnet are available for assigning to DHCP clients. You must specify the IP addresses that the DHCP Server should not assign to clients.
    (Optional) To enter a range of excluded addresses, enter the address at the low end of the range followed by the address at the high end of the range.
    Step 3
    ip dhcp poolpool_name
    Create a name for the pool of IP addresses that the wireless device assigns in response to DHCP requests, and enter DHCP configuration mode.
    Step 4
    networksubnet_number
    [ mask | prefix-length]
    Assign the subnet number for the address pool. The wireless device assigns IP addresses within this subnet.
    (Optional) Assign a subnet mask for the address pool, or specify the number of bits that comprise the address prefix. The prefix is an alternative way of assigning the network mask. The prefix length must be preceded by a forward slash (/).
    Step 5
    lease { days [ hours ] [ minutes ] |
    infinite }
    Configure the duration of the lease for IP addresses assigned by the wireless device.
    •days—configure the lease duration in number of days
    •(optional) hours—configure the lease duration in number of hours
    •(optional) minutes—configure the lease duration in number of minutes
    •infinite—set the lease duration to infinite
    Step 6
    default-routeraddress [address2 ... address 8]
    Specify the IP address of the default router for DHCP clients on the subnet. One IP address is required; however, you can specify up to eight addresses in one command line.
    Step 7
    end
    Return to privileged EXEC mode.
    Step 8
    show running-config
    Verify your entries.
    Step 9
    copy running-config startup-config
    (Optional) Save your entries in the configuration file.
    Use the no form of these commands to return to default settings.
    This example shows how to configure the wireless device as a DHCP server, exclude a range of IP address, and assign a default router:
    AP# configure terminal
    AP(config)# ip dhcp excluded-address 172.16.1.1 172.16.1.20
    AP(config)# ip dhcp pool wishbone
    AP(dhcp-config)# network 172.16.1.0 255.255.255.0
    AP(dhcp-config)# lease 10
    AP(dhcp-config)# default-router 172.16.1.1
    AP(dhcp-config)# end

  • Problem with assigning Quotation number to notification number

    Hi Experts,
    I have a requirement where when a Quotation number is created using IW52 transaction it should get assigned to notification number. The problem am facing is as  below.
    1) As you all know QMEL is the header table for Notification number, we have added a custom field ZZ_VBELN of type KDAUF to QMEL tabel.
    2) When i try to create Quotation number without clicking on the SAVE button Quotation number is getting assigned to notification number. This Quotation number is saved in VBELN field of QMEL.
    3) However when i click on SAVE button after creating Quotation number, the quotation number is moved to ZZ_VBELN field as a result Quotation number is not getting assigned to notification number.
    My question why this is happening?  In what way i should approach to solve this problem?
    Thanks
    Balu

    when you press the save button the strcture of notification number not there ,
    when you press the save button that time find user exit and pass this values to standard strcture..
    use this exit , it may be usefull
    IWOC0001            Create PM/SM notification: Determine reference object

  • Having problems with assignment

    Hello all, I'm fairly new to java and finding this assignment quite hard as Ive had no assistance with it from my trainer.
    In a brief description, its has to work like a financial system, where a user inputs several numbers into a JOptionPane.showInputDialog and they are displayed down in a JtextArea. At the bottom these inputs need to be added up. Below I have pasted what Ive done so far, as I said I�m still new to java. I have not added the calculate part but it should be located under the final text area.
    The major difficulty I�m having at the moment is displaying the inputs from the user into the Jtextarea created.
    Here is the code, cut and paste to run (hopefully this will show u more what I�m talking about.
    When i tested this i get [Ljava.lang.String;@46cbe9ee in the program, i dont know why this is comming up, but under AccountName and AccountNo.  the static names that have been decleared should be displaying, and under debit and account there should be nothing there till user has inputed it.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.text.DecimalFormat;
    public class prog3c3 extends JFrame {
    // DECLARE VARIABLES //
    private JTextArea textArea1;
    private JButton inputButton;
    private String output, output1, output2, output3, output4, output5,output6;
    private String output7,output8,output9,output10,output11,output12, output13;
    private String output14, output15, output16, output17, output18, output19;
    private String output20, output21, output22, output23, output24, output25;
    private String output26, output27, output28, output29; //Declearing outputs from the dialog boxes
    private int pointer = 14;
    private String accounttitle [] = { "Cash", "Acts Recievable", "Merch Inventory", "Supplies", "Pre Insurance", "Sam's Drawing", "Purchases", "Delivery Exp", "Miscel Exp", "Rent Expense", "Salary Expense", "Acct Payable","Sam's Capital", "Sales"};
    private String accountno [] = { "1001", "1002", "1003", "1004", "1005", "3002", "5001", "6001", "6003", "6004", "6005", "2001", "3001", "4001" };
    private JTextField textField1; //Declearing text area
    private JButton plainButton; //Declearing input button
    public prog3c3()
    super( "RIT Reports" ); //JPane heading
    Box box = Box.createHorizontalBox();
    //Text are output
    output = "\t\t\t\t Sam's Computers\n \t\t\t\t Trial balance\n \t\t\t\t For Month Ending \n\n\n " +
    "Account Title \t\t\t Act No \t Debit \t Credit \n\n";
    // set up textArea1
    for ( int i = 0; i < 14; i++ ) {
    output = output + accounttitle +"\t\t\t" + accountno + "\n"; }
    textArea1 = new JTextArea( output, 10, 15 );
    textArea1.setToolTipText ( "Values and Calculations for this month" );
    textArea1.setEditable(false);
    box.add( new JScrollPane( textArea1 ) );
    // set up Input button
    inputButton = new JButton( "Input Financial Data" );
    inputButton.setToolTipText ( "Click this button to start entering the montly values" );
    inputButton.addActionListener(
    new ActionListener() {
    public void actionPerformed( ActionEvent event )
    output1 = JOptionPane.showInputDialog( "Please enter todays date" );
    output2 = JOptionPane.showInputDialog( "Please enter the Cash debit amount" );
    output3 = JOptionPane.showInputDialog( "Please enter the Cash credit amount" );
    output4 = JOptionPane.showInputDialog( "Please enter the Accounts Recievable debit amount" );
    output5 = JOptionPane.showInputDialog( "Please enter the Accounts Recievable credit amount" );
    output6 = JOptionPane.showInputDialog( "Please enter the Merchandise Inventory debit amount" );
    output7 = JOptionPane.showInputDialog( "Please enter the Merchandise Inventory credit amount" );
    output8 = JOptionPane.showInputDialog( "Please enter the Supplies debit amount" );
    output9 = JOptionPane.showInputDialog( "Please enter the Supplies credit amount" );
    output10 = JOptionPane.showInputDialog( "Please enter the Prepaid Insurance debit amount" );
    output11 = JOptionPane.showInputDialog( "Please enter the Prepaid Insurance credit amount" );
    output12 = JOptionPane.showInputDialog( "Please enter the Sam's Drawing debit amount" );
    output13 = JOptionPane.showInputDialog( "Please enter the Sam's Drawing credit amount" );
    output14 = JOptionPane.showInputDialog( "Please enter the Purchases debit amount" );
    output15 = JOptionPane.showInputDialog( "Please enter the Purchases credit amount" );
    output16 = JOptionPane.showInputDialog( "Please enter the Delivery Expense debit amount" );
    output17 = JOptionPane.showInputDialog( "Please enter the Delivery Expense credit amount" );
    output18 = JOptionPane.showInputDialog( "Please enter the Miscellaneous Expense debit amount" );
    output19 = JOptionPane.showInputDialog( "Please enter the Miscellaneous Expense credit amount" );
    output20 = JOptionPane.showInputDialog( "Please enter the Rent Expense debit amount" );
    output21 = JOptionPane.showInputDialog( "Please enter the Rent Expense credit amount" );
    output22 = JOptionPane.showInputDialog( "Please enter the Salary Expense debit amount" );
    output23 = JOptionPane.showInputDialog( "Please enter the Salary Expense credit amount" );
    output24 = JOptionPane.showInputDialog( "Please enter the Accounts Payable debit amount" );
    output25 = JOptionPane.showInputDialog( "Please enter the Accounts Payable credit amount" );
    output26 = JOptionPane.showInputDialog( "Please enter the Sam's Capital debit amount" );
    output27 = JOptionPane.showInputDialog( "Please enter the Sam's Capital credit amount" );
    output28 = JOptionPane.showInputDialog( "Please enter the Sales debit amount" );
    output29 = JOptionPane.showInputDialog( "Please enter the Sales credit amount" );
    JOptionPane.showMessageDialog( null,
    "Thank you for useing the Financial system.\n Your input is now being calculated." );
    } // end anonymous inner class
    ); // end call to addActionListener
    box.add( inputButton );
    // add box to content pane
    Container container = getContentPane();
    container.add( box ); // place in BorderLayout.CENTER
    setSize( 690, 500 ); //Box Size
    setVisible( true ); //set vusiblity
    // execute application
    public static void main( String args[] )
    prog3c3 application = new prog3c3();
    Any help would be great im really stuck on this.
    PS thank you to guguBanana

    here is a slight modifiction of your orriginal program... i hope this is what you are asking for.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.text.DecimalFormat;
    public class prog3c3 extends JFrame {
    // DECLARE VARIABLES //
    private JTextArea textArea1;
    private JButton inputButton;
    private String output, output1, output2, output3, output4, output5,output6;
    private String output7,output8,output9,output10,output11,output12, output13;
    private String output14, output15, output16, output17, output18, output19;
    private String output20, output21, output22, output23, output24, output25;
    private String output26, output27, output28, output29; //Declearing outputs from the dialog boxes
    private int pointer = 14;
    private String accounttitle [] = { "Cash", "Acts Recievable", "Merch Inventory", "Supplies", "Pre Insurance", "Sam's Drawing", "Purchases", "Delivery Exp", "Miscel Exp", "Rent Expense", "Salary Expense", "Acct Payable","Sam's Capital", "Sales"};
    private String accountno [] = { "1001", "1002", "1003", "1004", "1005", "3002", "5001", "6001", "6003", "6004", "6005", "2001", "3001", "4001" };
    private JTextField textField1; //Declearing text area
    private JButton plainButton; //Declearing input button
    public prog3c3()
    super( "RIT Reports" ); //JPane heading
    Box box = Box.createHorizontalBox();
    //Text are output
    output = "\t\t\t\t Sam's Computers\n \t\t\t\t Trial balance\n \t\t\t\t For Month Ending \n\n\n " +
    "Account Title \t\t\t Act No \t Debit \t Credit \n\n";
    // set up textArea1
    for ( int i = 0; i < 14; i++ ) {
    output = output + accounttitle[i] +"\t\t\t" + accountno[i] + "\n"; }
    textArea1 = new JTextArea( output, 10, 15 );
    textArea1.setToolTipText ( "Values and Calculations for this month" );
    textArea1.setEditable(false);
    box.add( new JScrollPane( textArea1 ) );
    // set up Input button
    inputButton = new JButton( "Input Financial Data" );
    inputButton.setToolTipText ( "Click this button to start entering the montly values" );
    inputButton.addActionListener(
    new ActionListener() {
         public void actionPerformed( ActionEvent event )
    String debit[]     =new String[14];
    String credit[]     =new String[14];
    String date;
    date = JOptionPane.showInputDialog( "Please enter todays date" );
    debit[0] = JOptionPane.showInputDialog( "Please enter the Cash debit amount" );
    credit[0] = JOptionPane.showInputDialog( "Please enter the Cash credit amount" );
    debit[1] = JOptionPane.showInputDialog( "Please enter the Accounts Recievable debit amount" );
    credit[1] = JOptionPane.showInputDialog( "Please enter the Accounts Recievable credit amount" );
    debit[2] = JOptionPane.showInputDialog( "Please enter the Merchandise Inventory debit amount" );
    credit[2] = JOptionPane.showInputDialog( "Please enter the Merchandise Inventory credit amount" );
    debit[3] = JOptionPane.showInputDialog( "Please enter the Supplies debit amount" );
    credit[3] = JOptionPane.showInputDialog( "Please enter the Supplies credit amount" );
    debit[4] = JOptionPane.showInputDialog( "Please enter the Prepaid Insurance debit amount" );
    credit[4] = JOptionPane.showInputDialog( "Please enter the Prepaid Insurance credit amount" );
    debit[5] = JOptionPane.showInputDialog( "Please enter the Sam's Drawing debit amount" );
    credit[5] = JOptionPane.showInputDialog( "Please enter the Sam's Drawing credit amount" );
    debit[6] = JOptionPane.showInputDialog( "Please enter the Purchases debit amount" );
    credit[6] = JOptionPane.showInputDialog( "Please enter the Purchases credit amount" );
    debit[7] = JOptionPane.showInputDialog( "Please enter the Delivery Expense debit amount" );
    credit[7] = JOptionPane.showInputDialog( "Please enter the Delivery Expense credit amount" );
    debit[8] = JOptionPane.showInputDialog( "Please enter the Miscellaneous Expense debit amount" );
    credit[8] = JOptionPane.showInputDialog( "Please enter the Miscellaneous Expense credit amount" );
    debit[9] = JOptionPane.showInputDialog( "Please enter the Rent Expense debit amount" );
    credit[9] = JOptionPane.showInputDialog( "Please enter the Rent Expense credit amount" );
    debit[10] = JOptionPane.showInputDialog( "Please enter the Salary Expense debit amount" );
    credit[10] = JOptionPane.showInputDialog( "Please enter the Salary Expense credit amount" );
    debit[11] = JOptionPane.showInputDialog( "Please enter the Accounts Payable debit amount" );
    credit[11] = JOptionPane.showInputDialog( "Please enter the Accounts Payable credit amount" );
    debit[12] = JOptionPane.showInputDialog( "Please enter the Sam's Capital debit amount" );
    credit[12] = JOptionPane.showInputDialog( "Please enter the Sam's Capital credit amount" );
    debit[13] = JOptionPane.showInputDialog( "Please enter the Sales debit amount" );
    credit[13] = JOptionPane.showInputDialog( "Please enter the Sales credit amount" );
    JOptionPane.showMessageDialog( null,
    "Thank you for useing the Financial system.\n Your input is now being calculated." );
    String newoutput = "\t\t\t\t Sam's Computers\n \t\t\t\t Trial balance\n \t\t\t\t For Month Ending "+date +"\n\n\n " +
    "Account Title \t\t\t Act No \t Debit \t Credit \n\n";
    // set up textArea1
    for ( int i = 0; i < 14; i++ ) {
    newoutput = newoutput + accounttitle[i] +"\t\t\t" + accountno[i] + "\t"+debit[i]+"\t"+credit[i]+"\n"; }
    textArea1.setText(newoutput);
    } // end anonymous inner class
    ); // end call to addActionListener
    box.add( inputButton );
    // add box to content pane
    Container container = getContentPane();
    container.add( box ); // place in BorderLayout.CENTER
    setSize( 690, 500 ); //Box Size
    setVisible( true ); //set vusiblity
    // execute application
    public static void main( String args[] )
    prog3c3 application = new prog3c3();

Maybe you are looking for