How can you assign user 1 to org 1 and user 2 to org 2. (Reports)

if i use user 1 and user 2 for org 1 and org 2 respectively. I want user 1 can see the data of org 1 only not org 2 and same for user 2 can see the data for org 2 only how i can do this in reports. Now suppose you have 200 user and org then how you handle this in reports.

Hi Ranjeet,
Maintain a table with two fields - user & organisation.
Fill it with proper user & his corresponding org details.
While fetching the data for report output, take the user as input & fetch the corresponding Organisation.
Then while preparing the final output data, prepare it based on the users organisation.
Hope this helps you.
Revert back if you have any issues.

Similar Messages

  • How can you pull in pdf's from iBooks and bring them into the Box app?

    How can you pull in pdf's from iBooks and bring them into the Box app?

    That sounds great, but I'm lost.
    I followed these steps:
    1) Open your PDF (in Adobe Acrobat Pro)
    2) Chose print
    The print/printer options pop-up will show.
    3) In the printer section, do not use your normal printer, a printer named Adobe PDF should be an option. Chose it.
    4) Under the "Page handling" section, change the Page Scaling drop-down menu to "Multiple pages per sheet".
    It works fine, but it looses all of the font information and the search no longer works. How can you do it and save the font info, so the search tool continues to operate.
    Am I missing anything?

  • How can you tell the difference between ipad 2 and ipad 3 ?

    I need to know how can you tell the defferance between the Ipad 2 and Ipad 3 by just looking at it ?

    Well it hard to tell if you don't have the two side by side and compair it to...

  • How can give the user defined parameter in alv report

    Hi experts
      I have created one alv report for Sale Order statement.In this alv report have different input parameters
      My problem is in this alv i have two input field Sales Orgaization and Plant.When I set this parameter value in user details it snot affected in my alv report.But it is affected in the standard alv report.How can
    i rectify this
    Regards
    Manoj

    hi
    i think don't use set parameter value,  use there SUBMIT & RETURN statement and write in USER_COMMAND function.
    FORM USER_COMMAND  USING P_UCOMM    LIKE SY-UCOMM
                             P_SELFIELD TYPE SLIS_SELFIELD.
      SUBMIT program name AND RETURN
      WITH <selection-screen field> IN <selection-screen field>
      WITH WERKS IN WERKS .
    ENDFORM .
    Regards,
    Abhi

  • How can you use one NetStream to publish video and audio from another NetStream in AS3?

    Let's say one of your client programs in AS3 is able to receive live video and audio from a NetStream and play it on the screen.  How could you make it also take that video/audio stream that it's receiving, copy it over into another NetStream, and publish it elsewhere?  I need to know how to do with this regardless of whether RTMP, RTMFP, or some mixture is involved.  The reason why the stream needs to be relayed this way is a real long story, but it's necessary in this particular case. Thanks!

    RTMP is TCP, which has higher overhead and latency because it guarantees packets are delivered (handshaking, causing latency and overhead). It also doesn't allow you to share connections directly between clients forcing the server to do all the work.
    RTMFP uses UDP, which is a choice protocol for streaming video because it's the opposite. It's lossy which decreases latency and overhead from no retransmissions and most importantly (in some applications) allows you to connect directly from one Flash Player to another Flash Player (p2p) so the server overhead is dramatically reduced. The server is only required to negotiate the initial connection and then it's up to the clients to continue to facilitate that.
    How you code your one to many or many to many relationship broadcast network will be based entirely on which of those you choose.
    URLStream is very common to use in p2p. Here's an older Adobe article on p2p and an alternate quick old video tutorial (FP10) as a quick simple example of p2p over RTMFP you can view the source of.

  • How can you restore from both an iCloud backup AND an iTunes backup?

    In article HT5262 (linked below) iOS backups are covered. There is a section "When to use iCloud and iTunes Backup together". I understand how to do this and the reasons why. What I haven't been able to find is an explanation of how you would actually restore from both? I know how to restore from each, however, if I first restore from iCloud, how can I then proceed to restore from iTunes without overwriting my iCloud restore?
    http://support.apple.com/kb/HT5262

    Demo, thanks for the reply. What you wrote is exactly what I thought. I'm trying to figure out why Apple is putting out this article (see partial contents below). The implication is that you can restore from both or why back up some data to one and different data to the other:
    "When to use iCloud and iTunes Backup together
    For an extra level of backup for your data, you can use iCloud Backup and iTunes Backup together."
    Tip: If you are using iCloud and iTunes Backup together, and you simply want to speed up your iCloud Backup & Restore functions, you can save iCloud storage by turning off iCloud Backup for very large data types. For example, if you have a 15 GB Camera Roll on your iPhone, you may not wish to back it up to iCloud because it is already being manually backed up to iTunes. You can disable back up of any iCloud Backup item in Settings > iCloud > Storage & Backup > Manage Storage > Backups > Backup Options. After doing so, these items will only be backed up when you manually back up to iTunes.

  • How can you get Tomcat to autostart on reboot (and stay up when logged out)?

    I am running Tomcat 4.1.27 app server on W2000. I have placed the startup file ("startup.bat") in the registry to execute upon reboot. It executes fine, but it doesn't stay up (window closes asap). I was hoping to find a minimize flag option or another strategy... Does anyone have a good way to do this for a production system? Thanks, Mark Anderson ([email protected])

    You can run tomcat as a service by doing the following (assuming you installed the Tomcat supplied with Plumtree and assuming that you unzipped it on the D drive):
    1.Launch D:\jakarta-tomcat-4.1.18-LE-j2sdk1.4.1_02\bin\installsvc.bat
    2.You will see a message saying that the service was successfully installed - press any key to continue
    Chris Bucchere
    Bucchere Development Group
    [email protected]
    http://www.bucchere.com

  • How can you remove User rights that were applied to a MailStore?

    Hi All,
    I've inherited an Exchange 2010 SP3 environment and I'd like to do a bit of cleanup from legacy accounts such as Blackberry, Digiscope and others that were assigned rights directly to our MailStores.
    I see that Digiscope had rights applied like this:
    http://www.lucid8.com/download/documentation/DSWebHelp/SETUP/Granting_Access_to_Exchange_2010_Production_Databases_Mailboxes.htm
    I'd like to remove the access rights and then delete the legacy accounts.
    I'm thinking the following may work, but if you have alternative ideas, I'd really like to read them.
    Remove-ADPermission –identity “Microsoft Exchange” –user MyDomain\DSAdministrators
    Remove DSAdministrators from the “Public Folder Management”
           Delete DSAdmin User Account
    Delete DSAdministrators Group
    Thank you very much for your time,
    Mr Mister

    Hi,
    I recommend you follow Rich's suggestion to check the result. If there is any updata, please feel free to post here for further research.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • How can you delete users without losing what their username is tied to.

    Hi,
    I'm trying to delete obsolete users out of the system, but if I do I lose anything their user name is still associated with associated with(ex. purchase orders, material request etc.) Can anyone help?

    >
    JC wrote:
    > Just wondering is that an SAP best practice recommendation ? I have never seen anything in the SAP Security Guides indicating that though.
    > Another aspect is that access to any protected program variants is lost. There is a SAP program that unprotects them though.
    This was through some discussions via OSS.  I've always preferred to keep them myself, but there are always exceptions.  The client decided to ask SAP direct and the final recommendation was not to delete the ID's but just expire them.

  • How can you take a photo from one event and put it in another, without dragging to desktop and dragging back into iPhoto and moving it to the event folder I want it in.

    As the title says I need help on how to take a photo from one event and put it in another, without dragging to desktop and dragging back into iPhoto and moving it to the event folder I want it in. Right now when I want to move a picture from one event to another I drag it to my desktop then delete it from iPhoto then I drag it back into iPhoto and put where I want it.An example would be taking a photo from the Christmas event and add it to a specific person event.  Can I do that within the events section without all the dragging. Also is there anyway I can remove duplicates from iPhoto without going through each and every file. Any help would be greatly appreciated.

    Apple doesn't make it easy to do what you want.  However, here's how I do it. 
    Select the photo you want to move and create a new Event for it via the Event ➙ Create Event menu option.
    In the Event mode select the new Event with the one picture and drag it onto the Event you want to move the photo to.

  • How can you take our money for gifts cards and not fix the problems or offer support AFTER it's paid for?

    I am EXTREAMLY annoyed after a 3 hour run around in trying to use my gift card! I promised some apps to my little kids and mommy is busy trying to figure out why it shows a $25 credit but also says my credit card security code is wrong. It's CORRECT and my credit card shouldn't even be used!! I have been raving about IPAD to my friends and told them the apps were great learning tools for their kids. I even shared mine with my child care provider and she was thinking about getting one for her daycare.... Then showing parents who may like it. I WILL be sharing the lack of support for your gift cards! Perhaps I will just go back to the other learning games for my kids and buy games I can count on. We have Lots of Leap Frog and others and not once have I found such a run around!

    Did you try logging into your iTunes account on your computer rather than on the iPad? It may not make any difference but you don't know until you try.
    One other thought - why dont you restart your iPad and see if that helps. Hold down on the sleep button until the red slider appears and then slide to shut down. hold the sleep button until the Apple logo appears to power up. Let the iPad fully restart and see if you can go into your account in settings and remove the credit cards - see if None shows up in the settings.
    I restarted my iPad yesterday when I was having iTunes store issues and the issues cleared up. It may have been purely coincidental but its worth a try.

  • How can you sync safari bookmarks between iphone 5 and ipad mini retina? IOS 7.1.2

    The syncing works between my iMac and iPhone on one hand and between iMac and iPad on the other. I'm using IOS 7.1.2. I made sure iCloud is on on IOS devices, same iCloud account, made sure there is no problem with the WiFi...I appreciate any help I can get. thanx

    Finally I got a solution from an Apple guy today. First we did the following steps on an iPad and then on iPhone.
    Basically, it comes down to this:
    general/restore/ erase all content and settings
    set up the iPhone/iPad as a new device
    type your iCloud account info
    once everything is up and running, wait for a while and first check on contacts, calendars, notes if it's syncing with the iCloud, then open safari and look for the other device. In my case it worked and iPad finally detected iPhone and I could see the safari tabs from the iPhone on the iPad.
    But then, Iphone still couldn't detect the iPad, so the guy said the original problem was probably in iPhone. And so we did the whole thing again on iPhone and then I finally had my tabs from all devices visible on every device.
    Thanks for your help anyway.

  • How can you remove a figure from one photo and put it in another?

    I am trying to move a figure (dog) from one photo/pic to another.  Is this possible with elements?

    Yes, you should not have any trouble.
    In Editor, go to the expert tab.
    Open picture B, the one you wish to select something from (the dog) to add to another picture.
    Use one of the selection tools, e.g. selection brush, lasso tool, to select the object. You will see an outline ("marching ants") once the selection is complete
    Go to Edit menu>copy to copy the selection to the clipboard
    Open picture A, then go to Edit>paste
    Use the move tool to position object from picture B.
    In the layers palette you should see picture A as the background layer, and object B on a separate layer.

  • How can you make one button preform different actions in Xcode?

    How can you make one button "preform a click" and "orderfront"? Is that possible? Because what I am doing is making a welcome window to my application for Mac OS X 10.6, and I have two buttons in that window, one says "Connect" which connects a a WebView to a url and the other button opens up the main window. So how can I a make a button do multiple things at once??

    Ah - If you are just using bindings between various objects from Interface Builder, you can reduce your application code a bit (sometimes quite a bit), but there is only so far you can go. Typically variables and routines are defined in your application that Interface Builder hooks into, so that your application code (usually Objective-C, but can be others) can use these variables and routines to determine what is happening in the user interface.
    I'm not sure how up-to-date the project code is (or what programming code you are familiar with), but you can take a look at Apple's Cocoa Application Tutorial to see what is (usually) involved in creating an application.

  • HT2486 How do you assign a new contact to an account other than default account?

    I have multiple mail accounts (iCloud, exchange server, gmail) each with their own contacts. When adding a contact how do you assign it to the right account? I know you can assign a default account under settings but how can you assign it to an account other than the default?

    Apple allows you a deauthorize all option once every 12 months.
    iTunes Store: Authorize or deauthorize your Mac or PC
    Deauthorize all computers
    After you authorize two computers, you'll have the option to deauthorize all computers for your Apple ID. You can deauthorize all computers once a year.
    Just like deauthorizing a single computer, you won’t delete anything if you choose to deauthorize all computers. You just won’t be able to play content that you bought from iTunes on those computers. After you deauthorize all, you can easily authorize computers again one by one. Just follow the steps to authorize a Mac or PC.
    Here's when you should deauthorize all your computers:
    If a computer doesn't work anymore
    If you don't have one of your computers
    If you used 5 authorizations and want to authorize a new computer
    To deauthorize all your computers, follow these steps using one of your authorized computers:
    1.Click to open your account in iTunes (you may need to sign in with your Apple ID), or follow these steps:
         a. Open iTunes and click iTunes Store.
         b. Click Sign In and enter your Apple ID.
         b. Click your Apple ID and select Account.
    2. Click Deauthorize All.
    The Deauthorize All button appears only if you have more than two authorized computers.

Maybe you are looking for