Staffing status indicator for a position( whether vacancy open or filled )

Hi Experts,
      I have a doubt regarding Staffing status indicator that has to be maintained for a position( whether vacancy open or filled ). When I m running the joining process for an employee I want the staffing status to be updated accordingly. How this is possible. Please advise.
Regards,
Tomesh

Hi,
  You can use exit - EXIT_SAPFP50M_002 for achieving this task
Regards,
Manoj.

Similar Messages

  • Network Connectivity Status Indicator for IPv6 works wrong in Windows 7 and Windows 8

    Hi Folks,
    I am working on testing Network Connectivity Status Indicator for IPv6 in Windows 7 and 8.
    Waht is "Network Connectivity Status Indicator(NCSI)" you can refer to https://technet.microsoft.com/en-us/library/ee126135%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    I found that even if Network Connectivity Status Indicator detect IPv6 connection to http://ipv6.msftncsi.com/ncsi.txt failed.
    Windows IE still use IPv6 to connect to website first, rather than stop using IPv6 and to use IPv4.
    It will cause IPv6 fallback to IPv4 problem, that's 21 secs and 7 secs delay for fallback in Windows 7 and 8.
    Does anyone suffer the same problem?
    Or someone know how this works?
    Thanks!

    Hi Roger_Wang0214,
    "Windows IE still use IPv6 to connect to website first, rather than stop using IPv6 and to use IPv4."
    By default Windows prefers IPv6 over IPv4,we can manually configure the IPv4 prefer over IPv6 if it has result in any troubles.
    Here is a link for reference :
    Resolving Internet connectivity issues after World IPv6 Launch (June 6, 2012)
    https://support.microsoft.com/en-us/kb/2533454
    "The "Prefer IPv4 over IPv6" Fix it solution will configure your computer to prefer IPv4, instead of IPv6. By default, Windows prefers IPv6 over IPv4. If you are having problems using IPv6 to connect to some websites, this may resolve the
    problem."
    For a Windows 7 machine ,we can try the following fixit tool to configure IPv4 prefer over IPv6 .For a Windows 8.1 machine ,we can configure it referring to the manual part .
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\DisabledComponents
    If the DisabledComponents entry is unavailable, we can create it (DWORD (32-bit) Value).Then set a value with "0x20"to prefer IPv4 over IPv6 by changing entries in the prefix policy table.
    Here is a link for reference :
    How to disable IPv6 or its components in Windows
    https://support.microsoft.com/en-us/kb/929852
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Unrecogniz​able status indicator for tour

    I have a status indicator on my display, top left corner, which looks like a circle with an arrow pointing down towards the center, with red asterick and a 1 next to it.  I have opened every application I have and cannot figure out WHAT this one means.  Sometimes also my facebok icon shows 2 yet I dont have any that have not been opened or taken care of.  Is there a clear icon I can use? 
    I have taken the battery out and rebooted and still there....can anyone please help?

    Ok figured out finally it means there is an update to one of the applications....now my question is, NONE of my apps show that they need an update....I have opened each one and none have given me an update option....I would love to get rid of this indicator so can anyone please help?

  • Status indicator for calendar events

    Calendar events can be set to busy, tentative or out of office. However, there seems to be now way to have a visual clue to what the status of an event actually is. (I am using an Exchange backed email account).
    Even in day-view mode there is no textual info that suggest the status. One had to open the event to check.
    Color is already used for different calendars, but possibly some other (graphical) clue could help manage such entries more easily and make one more productive.

    There doesn't seem to be a question. Boilerplate follows.
    FEEDBACK
    If you wish to raise issues with or suggest changes to Apple, then you need to talk to them directly. These forums, strictly user-user and for technical support issues, are not an avenue for that. Use the feedback forms set up for the various hardware and software packages:
    Feedback area of Apple Support: http://www.apple.com/feedback
    iPad Feedback Form: http://www.apple.com/feedback/ipad.html

  • Messenger status indicator on a JSP page

    Greetings
    I would like to ask anyone, where can i find a status indicator for the most famous messengers eg. MSN, Yahoo, ICQ, IRC, Jabber. Actually there are two points i want to include to my JSP Page: 1. icons that indicate whether a user is offline or online, for each and every of his messengers (if any) 2. code or script that pops up the selected messenger, if the user i want to chat with, is online.
    Actually the second point i mention, is almost fullfilled, but my main problem is the online/offline indicator.
    Please help !
    Thanks in advance

    See for example Yahoo presence taglib in Coldtags suite:
    http://www.servletsuite.com/jsp.htm

  • Download of a fancy status indicator?

    Hey,
    I'm kinda new to Java, and just can't find a nice status indicator for my app. The idea is that the light must be green when my app is done running tasks in the background, and it must randomly blink and blipper when there are some tasks pending.
    It must be a simple green/red light, just like in WinZip. And I want to be able to set the blink rate if that's possible.
    It doesn't necessarily have to be Java code, if I can just find the graphics somewhere I can do the rest myself. I'm real bad at graphics... :D
    So who knows some nice download places for these small gadgets?
    Thanks alot in advance!
    Grub

    http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=greenball.gif+redball.gif

  • Table for staffing status

    Hi all,
    Can you tell what table is for <b>staffing status</b>. I can c this in transaction <b>PPOME</b> but couldnt find table for this.
    Just I am trying to find status of possition. is there any function module for this?
    Thanks
    Shiva

    Hi
    Every staff Position (employee) status is stored in Infotype <b>PA0000
    in STAT2 field only.</b>
    Reward points for useful Answers
    Regards
    Anji

  • Show only status indicator icon for Status List Web Part

    Is there anyway to show ONLY the traffic light status indicator option for the status indicator web part?

    Well heck! I didn't know you were being forced to suffer in Quirks Mode!
    Quirks Mode kicks in if a page doesn't have a <!DOCTYPE> tag as its first element, which might have happened if you have any custom master pages, or if you upgraded to SharePoint 2010 from 2007, reusing some of the default master pages.
    The fix appears to be to add a proper doc type declaration to the top of your masterpage (or to your standalone page, if it's been customized), before the opening <html> tag.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    For reference:
    http://blogs.msdn.com/b/alimaz/archive/2010/01/10/sharepoint-2010-ribbon-and-quirks-mode-issue.aspx
    http://blog.tylerholmes.com/2008/08/quirks-mode-strikes-again.html
    http://heathersolomon.com/blog/archive/2008/01/25/DOCTYPES-and-SharePoint.aspx

  • Pull html from solarwinds for sharepoint status indicator.

    Hi everybody had a question not sure if this is possible. I want to put a status indicator image from Solarwinds on our sharepoint site. Im not sure what kind of html code that requires but let me try to explain.I need sharepoint to go and check the nodes site Here: http://solarwinds/orion/node.aspxI need it then to grab the nodes status in the html sourcehere:andTextthe status=1 decides if it is green or red 0 is offline 2 is redSo wants it grabs that 0, 1, or 2 I need it to give that to SharePoint so it can tell me if its status.I was then going to add a url to the pc name to take me out to solarwinds for more info.If anyone knows a way to do this let me know I have been looking into it for 2 days with no luck.
    This topic first appeared in the Spiceworks Community

    Thanks for your efforts and help.
    I implemented the above condition.Its working fine for several situtations except the below one.
    The client creates a ticket and the support team members are closing it with Root Cause and Resolution.
    The client is not satisified with the response and he is asking more clarity on the root cause and resolution.
    So again the support team members open the existing ticket and they are trying to modfiy the Root Cause and Resolution fields.At that time the if the support team memebers are not providing root cause and resolution(I mean they removed the exisitng root
    cause and resolution which was provided laready)then its failing.When i looked in to the workflow history i am getting values for empty multi line text box as
    <div class="ExternalClass9E8676C798FA4CCEA5B78BEC226D8881"><p> </p> </div>.
    <div class="ExternalClassDA7B4AE3074F4DE78FA582351C31485D"><p> </p> </div>        <div class="ExternalClassF487CA8EBABA46A688E138D0841D364C"><p>​</p>
    <div> </div></div>
    I have modified my workflow to check for above values also but still its not working.Any thoughts on this.I dont my workflow to fail under any situtations.
    Thanks, Vijay Arockiasamy

  • :Due On" date field missing while posting with Spl GL indicator for vendor

    Hello,
    I am facing a problen while posting a n entry with spl GL indicator in fb01, the issue is Due On date field is missing in the screen.
    I am posting an spl GL transaction for a vendor thro FB01 and after entering the posting key 39, vendor code and spl Gl indicator in line item and in next screen, the "Due ON" date field is not appearing.
    Both vendor recon account and spl GL alternative account use same field status group and  checked the field status group , the due date, payments terms are made optional.
    The strange thing is, when I use the same vendor with Spl GL indicator "A" , the Due ON field is missing in next screen, and when I use spl indicator " B" , for same vendor, Due On date field is appearing.
    Is there any specfic field status setting for DUE ON date field for Spl GL indicator wise? or please help me how to bring due on date field in the screen when posting spl GL transaction?
    Please help me on this.
    Regards
    Surya

    Hello Surya,
    To make field baseline date for payment (BSEG-ZFBDT) ready for input for
    posting the down payment, the following Customizing setting is
    necessary:
    Financial Accounting -> Accounts Receivable and Accounts Payable ->
    Business Transactions -> Outgoing Payments -> Automatic Outgoing Payment
    -> Payment Method/Bank Selection -> Configure payment program -> All
    company codes -> double-click on corresponding company code -> under
    Customer -> 'Sp. G/L transactions to be paid' the letter A should be
    entered.
    The field "Due On (BSEG-ZFBDT)" cannot be controlled with field status.
    It is contolled by field attribute of screen painter (Tcd: SE51).  If
    you look at element attribute for "Due On" field, a flag for required
    entry is activated.  In this case, field status has no control over
    the field.
    As of release 3.1G, field BSEG-ZFBDT is hardcoded in most FI screens
    to be mandatory and cannot be influenced by any field status
    changes. This situation is only valid when posting with special G/L
    indicator (ie PK 29/39).
    SAP development team has determined that this is a critical field.  The
    reason behind this is that this special GL screen and the data entered
    here are very important to many other programs. This data affects
    liabilities and receivables where due date is necessary almost
    everytime. Thus, we changed this field in this screen in order to
    prevent problems in many other areas. The reason is explained further in
    note 95079.
    545944    FAQ, down payment, tax code, baseline date
    above Field is controlled through SE51 only.
    Tcode : SE51
    Program (screen)     SAPMF05A
    Screen number        304
    Eliment list  press display.
    special attributes.
    BSEG-ZFBDT - Required.
    Other options are below.
         The attribute "Input" can have the following values:
         o    Not possible
             The input/output field cannot be supplied with an input - that
             the screen element can only be used for outputs.
         o   Possible
             The input/output field can be supplied with an input at runtime
             the remainder of the transaction, an input is not required.
         o   Recommended (Optional Field)
             The input/output field should be supplied with an input at runt
             The system, of course, does not check immediately whether there
             been an input. During the remainder of the transaction, however
             input is necessary.
             To mark this kind of target field, the input template starts wi
             special character that is represented in the Screen Painter by
             question mark ('?'). The question mark will be suppressed only
             the field is in a table control or a step loop.
             You use the "target field", for example, if inputs cover severa
             screens and only at a later stage are subject to a common check
    o   Required Field
        The input/output field must be supplied with an input at runtime.
        The system checks this property immediately, and very definitely
        when the event is processed  (PROCESS AFTER INPUT).
        So that such a required field is marked accordingly, its input
        template must begin with a special character that is represented in
        the Screen Painter by a question mark ('?'). The question mark is
        suppressed only if the field is in a table control or a step loop.
    I hope above information will resolve your issue.
    Kind Regards,
    Fernando Evangelista

  • I have a problem with the indicator for power on the side of my HP DV6-1341el.

    I have a problem with the indicator for power on the side of my HP DV6-1341el. Insert the adapter's power jack on the notebook in front of the LED battery charging works, windows detects that the battery is charged, but if I use the diagnostic programs, they tell me they found that the computer is running on battery power and not AC mode.
    Where is the problem?
    I have also made the maneuver for the recognition by the operating system of the battery and does not seem to be there the problem.
    If I use the laptop without battery in AC mode happens that led to the side of the notebook blinks twice, three times and then goes off when I put the power jack.

    Go into the Device Manager. Expand the battery device, select the ACPI-Compliant Battery Control Method device, right-click it and select uninstall. After you have done that, right-click any device in the Device Manager and select scan for hardware changes. Your operating system will reinstall the  ACPI-Compliant Battery Control Method device. 
    Post your results whether they are negative or positive to keep us posted.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Staffing Status in RPM Item

    Hi All
    Right now we are having two systems (one is IDES and another is ECC). I am maintaining the configurations for all icons under SPRO -> RPM -> Global Customizing -> Portfolio Item Settings -> Define Portfolio Item Alerts. I am able to maintain/edit the existing status icons. But i am not getting a 'New Entries' button to maintain the status icons for Staffing Groups.
    Becuase there are icons maintained for Staffing Groups after running the program '/RPM/SET_ITEM_ICONS', i am not seeing any result for staffing status.
    Thanks
    Rajesh

    Hi Vivek
    Thanks for the response. I have maintained the staffing for the cProjects project and it is showing green indicator in the Capacity Planning and Staffing tabs already.
    Even when i run the report /RPM/SET_ITEM_ICONS, i am getting a message saying icon '' is updated. Where as it is giving value '@5a@' for the other status icons. I have verified the configuration under given path. There i am not able to see any entries. Does it need any initial copy or something to populate these values.
    Thanks
    Rajesh

  • Status Indicator Light permanently off

    Hi there,
    I'm hoping someone can help me with this problem. I've set out some of the history too, as I have no idea whether this is hardware or software related. Apolgies for the length!
    1) The immediate issue is that the status indicator light at the front of my black Macbook stopped working today. When I shut the lid or press the sleep option on the Apple logo in the top left corner, it remains off, even though it does appear to go asleep (makes the waking up noise when I open the lid).
    2)I have followed the recommended procedures in Apple Help to re-set the PRAM and the SMC settings, and it made no difference.
    3)My battery says it's charged at 100%. Here's the profiler report:
    Battery Information:
    Model Information:
    Manufacturer: DP
    Device name: ASMB016
    Pack Lot Code: 0002
    PCB Lot Code: 0000
    Firmware Version: 102a
    Hardware Revision: 0500
    Cell Revision: 0102
    Charge Information:
    Charge remaining (mAh): 4029
    Fully charged: Yes
    Charging: No
    Full charge capacity (mAh): 4036
    Health Information:
    Cycle count: 403
    Condition: Normal
    Battery Installed: Yes
    Amperage (mA): 0
    Voltage (mV): 12504
    System Power Settings:
    AC Power:
    System Sleep Timer (Minutes): 25
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 20
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On LAN: No
    Current Power Source: Yes
    Display Sleep Uses Dim: Yes
    Battery Power:
    System Sleep Timer (Minutes): 20
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 10
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Display Sleep Uses Dim: Yes
    Reduce Brightness: Yes
    Hardware Configuration:
    UPS Installed: No
    AC Charger Information:
    Connected: Yes
    ID: 0x0100
    Wattage (W): 60
    Revision: 0x0000
    Family: 0x0085
    Charging: No
    4) I have no idea whether it's related, by my hard drive failed completely 3 days ago and was replaced (mechanical failure - sudden onset of click of death, spinning beachball, turned it off, wouldn't turn on, no data recoverable). When the drive was replaced (by Apple, but not under warranty), I also upgraded from Leopard to Snow Leopard. The light seemed to work until today though.
    5) This is the third time the drive has failed in the same way and been replaced. The computer is 3 1/2 years old, and first failure happened about 7 months in. Second failure a year ago. Third three days ago. Apple say 'drives fail'. I am a very careful and unadventurous user of my MacBook. I do carry it around, but for large amounts of time it sits quietly on a table, using only licensed software to do not very challenging tasks. Does anyone have any ideas as to why 3 failures?
    6) Yesterday I installed Dragon Dictate for Mac 2.0, which seems to be full of bugs and keeps crashing. This morning it was hanging and I tried to force quit but couldn't. I was then able to quit it normally, but the force quit window was still open and I could neither cancel nor make it force quit, and had to shut down the computer and start again.
    7) It was after this that I notice the SIL issue, but can't say whether it was working immediately before. I know it worked initially after the Dragon install.
    Thanks in advance for any help.
    Message was edited by: gregormac

    I don't seem to be able to edit the post above, hence this update.
    I closed the lid and left the machine to sleep overnight, and when I woke up this morning the SIL light was on, and now appears to be working as normal each time I close it.
    So my question now is:
    a) If it happens again, is it something to be worried about?
    b)re my point 5): can anyone think what would cause three hard drive failures? In particular, if it's something I'm causing, I'd like to know how not to cause it!
    Thank you.

  • To Set Goods Receipt Indicator For Particular Line Items In SRM

    Hi All,
      i am working on BBP_DOC_CHANGE_BADI in SRM. i am trying to set the goods receipt indicator for particular line items based upon certain conditions. The values are being set in the badi. But when the Purchase Order is created in the backend R/3 i coudn't able to find the goods receipt indiactor being set..
    i used this field to set the GR indicator
      GR_IND = 'X'.  " Goods Receipt Indicator
    Can anyone help me in this?
    helpfull answers will be rewarded....
    Thanks,
    Murali

    To Murali and Christophe,
    I have set the GR and GR non val indicator in CREATE_PO BADI but I face the following situation :
    problem -
    In case of multiple account assignment in the shopping cart, the R/3 transaction ME21N sets these flags. 
    The flag status determined as per EBP conditions is lost.
    I need to retain the flag status as per EBP conditions even in this multiple account assignment scenario.
    proposed solution -
    - CREATE PO badi is already implemented in EBP and customised logic for GR and GR non valflag is in place.
    - I create user exit in R/3 backend system in ME21N transaction 
    - I make RFC call in this user exit to EBP and check the table BBP_PDPSET for the shopping cart.
    This is how I get the flag status as per EBP conditions and copy the same to R/3 thereby overriding the multiple account assignment check of the R/3 system.
    issue - 
    When I tried to verify that I can check the BBP_PDPSET table from R/3, I found that this table is not having entries for all the records in  CRMD_ORDERADM_I table.
    For which shopping carts will the BBP_PDPSET table not  be populated ?
    thank you in advance,
    Bhakti.

  • Status update for MeeGo on the N900

    Here's a copy of the text sent by Harri Hakulinen from Nokia. He is the project lead for MeeGo on the N900. This message was sent to the MeeGo developer mailing list just now:
    Hello MeeGos !
    This is brief status update of "MeeGo to N900" project. This project is currently running as Nokia project, and I am Nokia project lead for it. The current closed mode of development is not the target for us at all, but rather transitional condition. As already discussed by Valtteri in TSG meeting, we are looking into going more open mode shortly. One reason why we have done this on this way is that at the same time we have been trying to handle opening of many currenly closed components that are needed in MeeGo and to build feasible MeeGo images for N900.
    However, a lot of related work is already done completely open, you can find more info from places like ofono.org, connman.net and meego.gitorious.org . So if you are eager to contribute or want to closely follow whats happening, please work on those.
    As you know, we have delivered working MeeGo images for N900 as part of first code drop in the end of March. At that state we were using older kernel version on N900 than on Atom side, as we used the same kernel (.28) than what is used in Maemo 5 based products today. We ended up doing that simply because lack of time to contribute and port all the drivers to the newer kernels.
    Now, for the upcoming May release of MeeGo, we are going to use the same kernel version (.33) than Atom based devices are using. For that we need to submit number of ARM-architecture patches to MeeGo as well, because many of the required ones have just been contibuted upstream kernel and were not available in .33 version originally.
    We have already enabled most of the main drivers, like LCD, GFX, Wlan and BT. Still, there is a lot to do in order to enable .33 on N900, like audio drivers, and modem subsystem including SSI buss driver, modem data and audio drivers etc. Our adaptation guys are in fact contributing those modem subsystem related drivers as we speak, and if you are following kernel mailing lists you can see how that goes on.  
    Besides of enabling the new kernel, we are working with number of smaller and bigger issues for N900. Starting from the beginning, we are now based on ARMv7 combiled code, so the code should be better optimised for N900 now. ARMv5 compilation that was in use for code drop will still be there, and it also seems to be used at least by community project that is planning to release MeeGo for good old N810 tablets
    Also, we are planning to enable dual booting of Maemo 5 and MeeGo for the upcoming release. So that will be offered as 3rd way to setup MeeGo to N900, including the existing "native" MeeGo only on N900 and chroot based MeeGo on Maemo 5 setups. Taking the dual boot mode into use likely includes upgrade to Maemo5 kernel as well, but that should not be big issue in the process of enabling that.
    As I don't want to go ahead of others working on MeeGo architecture and other issues I will stop now, but I will report again when we have more to tell about the subject.
    Br,
    // Harri

    Here's another update..
    It seems that MeeGo on the N900 is not directly being driven by Nokia! It's an open project.. so the net result is MeeGo on the N900 may look and feel very different to Meego on the N900's sucessor
    Either way, I'm certainly greatful for their efforts!
    Hello Meego's,
    As indicated in my previous mail about "MeeGo for N900" status, we were planning to open up our MeeGo work around N900. Now I am happy to announce, that we are there
    First, to make it absolute clear for everybody: This is about open MeeGo adaptation to N900 device.
    Like any other MeeGo project, it is open source project for all applicaple purposes, and does NOT directly have links to any potential Nokia product or potential product plans. So, based on this or any other of my posts, please do NOT start or continue speculation of upcoming Nokia MeeGo releases. That is practically not helpfull, and mostly only takes our time when we need to explain our words and actions in detail to various directions. 
    From our part, we are trying to implement the open development model that has been discussed now so many times around MeeGo. On practical terms, we are trying to work based on proposal by Carsten Munk, see
    http://wiki.meego.com/Proposal_for_Best_Practices_for_working_in_a_MeeGo_team 
    We have already created some resources that will be used by the team, you can learn about those and the upcoming ones from http://wiki.meego.com/ARM/N900. We have IRC channel for realtime discussion, we will use meego-dev mailing list for normal discussions and announcements, and we will have Gitorius project for code.
    We will evolve our practicies during the work, so if you are interested, stay tuned to those channels. I belive that soon we are also able to figure out, what is best way for community members to help us in development, and then effectively be part of the team. 
    I would also like to use this as opportunity to introduce the team behind this work (so far) and also thank them about their hard work and long hours. We have team that consist of some Nokia subcontractors and also growing team of Nokia personel:
    "MeeGo for N900" team (so far)
    - Cybercom Turku team; Marko Saukko, Jouni Peltonen, Sami Sirkiä, Jari Smura and Luka Milovanov.
    - Cybercom Tampere team; Kalle Lampila,Teemu Tuominen,Tuukka Mäkinen and Ville Marjusaari.
    - Carsten Munk via Nomovok
    - Jarkko Nikula via Atomide
    - Jan-Simon Möller from Linuxfoundation
    - Nokia team; Alexander Kanevskiy, Felipe Contreras, Markus Lehtonen, Ameya Palande, Sakari Poussa, Roger Quadros and me.
    In addition to official project team, many Nokia people have helped us despite their hectic daily work, even with their free time. Most of them are driven by the desire to open, repurpose and upstream all relevant sw that has been originally created for Maemo 5 based N900 product during previous years.
    Marko, Jouni, Sami & Luka and Markus were working with me already on last year when we did prototypes and interoperability tests of Maemo & Moblin stuff combined in different ways. Based on those we had pretty good picture of what we are doing and why. 
    And of course, we have had very good and productive co-operation with various Intel teams since those times. Anas Nashif and many others from Intel's MeeGo team have done a lot for us by enabling ARM stuff in MeeGo OBS and repositories.
    Last but not least, I want to give special thanks to Stskeeps (alias Carsten Munk . He has teached us how to operate on open, and he has also done respectable amount of this work since early days of Meego. In addition to that, I belive that his earlier work on Maemo community and on Mer project has in fact inspired all of us and shown a way to MeeGo alredy years ago.
    Br,
    //Harri

Maybe you are looking for

  • Plant my G4's internal disk in new Mac Pro?  Then what?

    Hi all, I'm debating how to transfer existing data on my G5 to my new Mac Pro. There are old applications & stuff I'd still like to access on the G5 but not gum up my new system. This is what I'm considering: * Extract my boot disk from the G4 and in

  • Mail not working need help urgent!!

    I install os x leopard and every time I try to get in to mail a message come up telling me the following: You can't use this version of the application Mail with this version of Mac OS X. You have Mail 3.6. and I cant find the new version please help

  • Hi it's urgent

    hi genius i need a help in hr madule ,i am developing a report based on the tcode pa20, actually when u are go to the tcode pa20,in that give one personnel number and choose organizational assignment excecute it,you can find a screen consist of datas

  • How i will configure handling unit(3shirt in one pocket and 10 pocket in ca

    Hi MM guru,,, i want to know how Handling unit  is configured.. actually my client is garment company... senero is shirt pack in one pocket..and 10 pocket pack in one cartoon... then how i will configure this and in sales order what will be material

  • Share Online- System error -34

    Hallo, if I want to upload pictures to Ovi store from my Nokia N82 ( by aplication Share Online) there is a System error -34 and I can´t upload my images   Only when I come home and I am on Wlan it works. If I want to upgrade my Share online, I can´t