Single Project for all services across all business areas

Dear all,
We are into service industry doing projects as a business.  Our current business procedure is like this
For each and every business area, plant a separate customer and projects are created with service wise & location wise. Here service refers to Work break down structures.
Now we got a project for which we need to do services which are located across all the business areas.
Now can anyone tell me how to do the new project this in our existing scenario?
Regards,
Karunakaran.

closing the issue

Similar Messages

  • Block from key in business area for company do not have business area

    Dear experts,
    How can I do a validation rule to block from key in business area for company do not have business area?
    Kindly advice.
    tks!

    Hi,
    One option, you can create role via Tcode PFCG for each user/company which do not have business area. You can disable the business area in authorization tab.
    One more option you can greyed or freezed the business area field for the company which do not have the business area by using Tcode OBC4. You can suppress the business area field for each GL that been used by the company code. In other words, you create special field status group for the company and suppress the business area.
    Hope this will help you.
    TQ
    Regards,
    Nazrul

  • Upgraded to Mavericks - and iCloud.   Calendar will not stop 'updating' - and has not synced all entries across all devices/calendars.

    Hello Apple Support Community;
    I am looking for some help on several matters related to my upgrade to OS X Mavericks this week.   THIS issue is one related to CALENDAR.
    I believe that I have done everything (as instructed) to install, activate, and sync contacts and calendars via iCloud - immediately following my upgrade to Mavericks earlier this week.   When I opened CALENDAR for the first time - from the Dock on my computer (not the iCloud calendar) - after upgrading to Mavericks and setting up iCloud - CALENDAR provided a pop-up notification stating "Moving calendars to server account..." with a moving "candy cane" progress bar.  
    This has been "updating" for about 12 hours, now.   And while open and "updating" - it will not allow ANY other commands, scrolling, or menu options.   Additionally, I am unable to close this calendar of the Mac, unless I 'Force Quit'.   I have, in fact, executed Force Quit, and restarted the Mac.   No change... it still "updates".  
    When I open the iCloud calendar - it opens and works (mostly).   There are events on my iPhone 5 that are not on the iCloud calendar.   And there are events on the iCloud calendar that are not on my iPhone.   I have created new calendar events on each calendar account (iCloud on my Mac and iPhone 5) - and they seem to automatically update each device.   There does not seem to be any obviously rationale for the inconsistency of the calendar (iCloud and iPhone).
    Can you offer ideas for possible solutions to:
    1)  the "permanently updating" calendar from the Dock on my Mac?
    2)  ensure that all events are properly synced across all calendar accounts (and devices)?
    THANK YOU!!

    Hello Phil... I got nothing from the Apple Communities.   May have been very hard to diagnose via my description - or hard to resolve given many possible solutions.  
    The perpetually updating scroll-bar-of-death continued for about a week.
    I DID (finally) get resolution from the Genius Bar in my local Apple Store.   They deleted all prior "local" calendar back-ups and content - as I had my Calendar up on iCloud - which essentially "reset" the calendar function... and then reloaded the calendar, and then pulled in my calendar data from iCloud.  
    They twisted and tweaked a few more things that I was not able to follow (sorry I cannot offer more assistance on these other things).
    They also reloaded Mavericks.  
    Everything seems to be working well now.
    Apple Community... any more guidance for Phil - and others???
    Good luck, Phil.

  • How to view all workbooks in a Business Area? (4i)

    Discoverer 4i, Using Desktop Admin and Desktop Client.
    I've got a user set in the Admin layer as:
    Security -> Assigned to the Business Area and set as 'Allow Administration'
    Privileges -> All 'User' and 'Administration' options ticked
    When I log in with this user to the Desktop Client and go on to any responsibility I see no workbooks (or only workbooks that are created/shared to the user or chosen responsibility).
    It was my understanding that when a user is set as a Business Area Administrator and has all the Admin privileges they should be able to view all workbooks? I've certainly see this functionality in the past although I'm not sure if this was a Disco 10g function.
    Thanks in advanced for any responses,
    Tim

    Official answer from ODM on Metalink:
    "+The behaviour you see is expected behaviour for all Discoverer releases from ver 3i to 11g . Only the owner of the workbook can see the workbook or can share the workbook to other users . Any other user (with or without Discoverer admin priviliges) is not able to see / manage the non-owning workbooks.+"
    I.e. this can't be done...

  • Monitor all services on all servers?

    Hi all
    I'm looking for the easiest way of monitoring all services with startupmode=auto and alerts when state!=running. I found this thread:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/dbb175c4-8ec0-4427-9d10-9382044144e7/monitor-all-windows-services-on-multiple-servers-and-recover?forum=operationsmanagerauthoring
    So I took this code
    Dim oAPI, oBag
    Set oAPI = CreateObject("MOM.ScriptAPI")
    Set oBag = oAPI.CreatePropertyBag()
    strComputer = "."
    Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
    Set colListOfServices = objWMIService.ExecQuery _
    ("SELECT * FROM Win32_Service WHERE StartMode = 'Auto' AND Started = false")
    If colListOfServices.Count > 0 Then
    For Each objService in colListOfServices
    If strDesc = "" Then
    strDesc = objService.Caption
    Else
    StrDesc = StrDesc & ", " & objService.Caption
    End if
    Next
    Call oBag.AddValue("Description", strDesc)
    Call oBag.AddValue("State", "BAD")
    Else
    Call oBag.AddValue("State", "OK")
    End if
    Call oAPI.Return(oBag)
    I used this in a two state monitor I created in our SCOM 2012 environment. For starters it runs every 2 minutes, it's enabled, monitor target is Windows Server 2008 Operating System, it's set to generate alerts on warning, the Unhealthy expression is:
    Property[@Name='State'] Equals BAD
    And the Healthy Expression is:
    Property[@Name='State'] Equals GOOD
    Unfortunately I'm getting no alerts at all. And I dont think I have any way of seeing if it's actually discovering all the services? AND I have no previous experience with vb scripting, but do have some powershell experience.
    Any suggestions on how to get this up and running please?
    Update: I just got alerts from all servers:
    Workflow Runtime: Failed to run a process or script
    The process started at 11:25:%1 failed to create System.PropertyBagData, no errors detected in the output. The process exited with 1.
    Command executed "C:\Windows\System32\cscript.exe" /nologo "Company.ServiceMonitoring"

    At the first point make sure that you are creating the service monitor in Authoring --> Management Pack Templates --> Windows Service.
    The place where we change is within the discovery part and not monitor. Search for the text what you entered as Service Name while creating the service monitor. You should see something similar to this,
    <Discovery ID="ServiceStateProbePage_5409ab4012384fb28dea99f892e28fec.DiscoveryRule" Enabled="false" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
            <Category>Discovery</Category>
            <DiscoveryTypes>
              <DiscoveryClass TypeID="ServiceStateProbePage_5409ab4012384fb28dea99f892e28fec" />
            </DiscoveryTypes>
            <DataSource ID="DS" TypeID="Windows!Microsoft.Windows.Win32ServiceInformationProviderWithClassSnapshotDataMapper">
              <ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
              <ServiceName>------------ServiceName>
              <Frequency>60</Frequency>
              <ClassId>$MPElement[Name="ServiceStateProbePage_5409ab4012384fb28dea99f892e28fec"]$</ClassId>
              <InstanceSettings>
                <Settings>
                  <Setting>
                    <Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
                    <Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/ServiceName$</Name>
                    <Value>$Data/Property[@Name='Name']$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/ServiceProcessName$</Name>
                    <Value>$Data/Property[@Name='BinaryPathName']$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/DisplayName$</Name>
                    <Value>$Data/Property[@Name='DisplayName']$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/Description$</Name>
                    <Value>$Data/Property[@Name='Description']$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
                    <Value> </Value>
                  </Setting>
                </Settings>
              </InstanceSettings>
            </DataSource>
          </Discovery>

  • Log In to Disco Plus and see all reports across all responsibilities

    Hi,
    I've got a user that has multiple different responsibilities with different reports shared with each of them. When using Discoverer Plus they have to use the 'connect to' screen to log into each responsibility separately to view their reports. Is there any way of letting them see all of their reports available across all responsibilities at once?
    Thanks,
    Neal

    Hi Neal
    I am sorry but this is not possible , at least out of the box. Access to EBS data is controlled via responsibilities and those responsibilities typically do not cross over functional areas. Your reports will all be shared at the responsibility level making it doubly difficult.
    I have been giving some thought as to how this be made to could work and here are my thoughts.
    1. Create a new responsibility, just for Discoverer
    2. Grant the new responsibility the other responsibilities
    3. Grant a selected user or group of users access to this new responsibility
    4. Log in to Discoverer using the new responsibility
    I'm making the assumption that responsibilities are cumulative, just like database roles, and if this is true then the above should work.
    Best wishes
    Michael

  • Is it mandatory to Restart all services after making Business Rule change?

    Hi,
    I know it may be a easy one but wanted to know is it mandatory to restart all the Planning and Essbase services if we make any changes in the Business rule
    in 9.3.1
    -KP

    No you shouldn't have to restart after rule change.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • HT204284 Does a single iCloud account get shared across all Apple IDs that are joined in Family Sharing?

    I have an iCloud account on my AppleID and I have family sharing activated that links me with my wife's AppleID over all our devices.
    I Am signed into my AppleID on my devices (iMac and iPhone) and my wife is signed into her AppleID on her devices (iPad and iPhone). I thought that family sharing would have allowed us to share an iCloud account so that we can share our photo album that is stored there. My wife's devices are not giving her access to the iCloud account on my AppleID though.
    Any clues?

    Greetings pbick,
    I am sorry I did not make myself better understood. The article itself states that.
    Mac with OS X Yosemite
    Go to Apple menu > System Preferences > iCloud > Manage Family and click the Add button (+).
    Select "Create an Apple ID for a child who doesn't have an account" and click Continue.
    Enter your child's birthday and click Next. The birthday for a child's account can't be changed after the account is created. Be sure to enter the correct date.
    Family Sharing and Apple IDs for kids - Apple Support
    Thanks for using Apple Support Communities.
    Be well,
    Brett L 

  • How do I search for a file across all my macs on my network

    I have three macs. Two operate wirelessly, one does not, but they are all part of the same network.
    Does anyone know how to search all macs simultaneously for a particular file? I have leopard installed on all macs.
    Thanks
    Buck

    Apparently, the "Shared" search location button only shows up if you first connect to some 'sharepoint' from the Sidebar "SHARED" list and the sharepoint 'volume' then appears in the Sidebar "DEVICES" list. For me, not all 'volumes' do this -- just those that are really some sub-directory of a remote Mac do, but not (for instance) those that are that Mac's complete, top level startup volume.
    BTW, even when the button does show up, the searches are very slow & usually don't find items on the remote Mac that I expect they should.
    I think it is a bug, or more accurately an incompletely implemented feature.

  • Would be nice for Apple to create means for deleting email across all devices. Time consuming device by device especially for members receiving many emails. What do you think gang?!

    How about Apple creating a means to delete email across devices especially when you have like 4 Apple devices (Mac, Macbook Pro, iPad and iPhone) Would benefit those of us receiving 13 - 1700 messages across the products. iOS 8 coming in fall. What do you think gang. Very frustrating and time consuming!!

    If you have a suggestion for product improvement, provide feedback to Apple - you aren't talking to them here.

  • Can anyone please help me. I keep getting this message "connect to iTunes to use push notifications" I've checked every single site for a solution but all I got was to restore and I don't want to do that. How can I fix this.

    "Connect to iTunes to use push notifications"
    That's the popup I'm getting.

    Did you get any help on this? From what I can see from surfing this site, it's a BUG that no one has offered a solution to. It sometimes happens after a 'reset' and going to ITunes does not offer a way to 'set up push notifications'.

  • How to Share All Photos Across All Devices?

    Hello.  I have a friend with an Ipad, an Iphone 5, and an Iphone 6.  He has photos on each device.  He has backed them all up to Icloud separately on the same apple id.  He has the 200gb storage option.
    The question is how can he see all his photos from all his devices on all of his devices?  Photostream is only last 1000 photos, plus Apple just killed it with ios8.  Isn't there a way to share them on all devices?  It appears there is not and that is very surprising, especially after he is paying extra to have enhanced icloud functionality.   Will he have to use a third party solution?
    Thanks for your replies.

    Copy Photos (& Videos) Between iOS Devices
    http://tinyurl.com/cnz95bc
     Cheers, Tom

  • Added a song to a movie in imovie and lost all audio across all clips. Any help?

    I added a song to a movie in imovie and lost all audio from several clips. Removed the song and audio is still gone. How can I regain original audio once lost after adding song to imovie?

    The audio should still be there.  Select a clip and open the Inspector to the Audio Tab and turn the volume up to 100%.

  • Inter business area transactions and trading partner business area

    Hi Gurus,
    We are on R3 4.7. *We have more than one business area but only one company code*.. We do pull financial statements by business area.
    One of the business area A gets a service contract to do work. Some part of the work is outsourced from business area A to business Area B. Business Area A pays to business Area B for the services done by business area B.
    While doing payment to the business area B, do we need to populate trading partner busiess area as business area A? Is this trading partner busiess  area mandatory to be populated in this type of scenario.
    Are there any things we need to be aware of when they are inter business area transactions as described in the above scenario.
    We are not implementing EC-CS/any other consolidation solution.
    Thanks,
    Edited by: James09 on Jul 11, 2011 7:41 PM

    If no consolidation system is implemeneted, then the partner business area is not mandatory. However it may be helpful for analysis as well as any future consolidations that may be necessary. Therefore it is suggested that this be captured, and in many cases will automatically be populated.

  • Material for a single project spread across different locations

    Dear Friends
    my client is executinig trun key projects. One single project may be spread across different geographical locations. Say Project name is "PRJ001".
    PRJ001 will be executed in Bombay, Hyderabad, Chennai.
    There are 2 scenarios for procuring materail:
    1. Since my these places are quite far away, I might procure material from a venodr near to these locations.
    2. I might give PO to one single vendor to dispatch material to these different locations for project execution.
    In the both the cases, how to handle material?
    What will be best option? Should I create a storage location (my client stores material @ site as these projects run for years)?
    I'm procurial material as Project Stock (Q).
    Say Bomaby location needs 500 no. of material, Hyderabad location needs 700 no. of material, Chennai location needs 300 no. of material.
    Now how do I ensure that the right material with right quantity is reaching respective project site?
    In some cases, project runs in remote location. Where there won't be any connectivity/ access to system. In such cases, if the site engineer enters GR/ IR & activity confirmation in excel sheet & later on sends an e-mail with this excel sheet to the office. How can we upload it to the system so that it updates the required fields in the system?
    Please give your suggestions.
    I appreciate your support/suggestion .
    Thanks

    Hi Amaresh,
    I think your Option no. 01 holds good for your requirement. You can define the corresponding Project sites in Chennai, Mumbai and other places as Storage locations. Better define Seperate storage locations for different site locations.
    I think having a delivery schedule with the specific requirement quantities and the storage location should resolve your issue of handling different quantities for the same material. This you can discuss & sort it out with your MM consultant.
    Hope this gives some idea.
    Regards,
    L.Balachandar

Maybe you are looking for

  • Advice for audio import and how do i find the item ID?

    Hi all, I am a bit stuck and hoping for a bit of help. i need to add voice over to my project but i am a bit stuck as to the best way to do this. My project is in Chinese and has Chinese captions. I don't speak any Chinese at all. In terms of the voi

  • Unable to connect to bose system

    New Iphone 5 unable to connect to car phone or bose system, no problems with Iphone 3g.

  • Different results using View with union all in 11R1 compared to 10R2

    Hello, I have the following situation: In Oracle 10R2 I defined a view which looks like this create view test_view as select 'field1;field2;field3' field from dual union all select field from ( select tfield1||';'||tfield2||';'||tfield3 field from ta

  • IT_ALV_GRAPHICS on REUSE_ALV_GRID_DISPLAY

    Hi there, has anyone used the table parameter IT_ALV_GRAPHICS in the function module REUSE_ALV_GRID_DISPLAY yet? I am trying to set a title in the popup graphic. According to help pages I should append an entry in IT_ALV_GRAPHICS as follows: IT_ALV_G

  • Adjust IE window to fit flash size?

    I've put a link on my page that opens up a separate browser window with a slideshow (in flash format). How do I get the new opened browser to open to fit the exact size of the slides? See this: http://www.theneverendingslideshow.com/Flashfile.swf (It