How does work the MSS?

we have the following situation:
The manager G1 has 2 employees subordinate: E1 and E2. The E1 is an employee of a department head who has 5 employees.
The questions are:
Is it possible that G1 Manager can see all the information ( 7 employees) ?
Can a committee the managers see the all the employees?

Hello,
Logically speaking the manager of one department should not be able to see the details of another employee managed by another department head.
However if you woul like the information for the employees to be seen by all managers then such a provision is there in SAP.
Hope this answers your question.
Kindly let me know in case of any further queries.
Thanks.
Pramathesh Gupta.

Similar Messages

  • How does works default parameters in a program with logical database PNP?

    Hi Friends,
      I have a basic program, i need to filter info with period parameters in a program that uses logical database PNP, but it doesn't work.
      If i use "person selection period" that it's suposed to filter info according to infotype 0001 (as the sap help says), it doesn't work, i use: PNPBEGPS = today and PNPENDPS = today, and the result it's a lot of registers that doesn't meet that criteria.
      Also i tried with: data selection period, today, up to day, current month. And the result it's with the same problem.
      How does works period parameters in a program with logical database PNP?
    This it's the program example, i use the default category.
    REPORT  ZRPHRTEST.
    tables: pernr.
    infotypes: 0001.
    start-of-selection.
    get pernr.
      write: pernr-pernr, p0001-begda, p0001-endda.
    end-of-selection.
    write 'fin'.

    Hi,
    Define pernr table under tables statement then and use GET PERNR event.This get event is followed by End-Of-Selection.
    Syntax: Tables pernr.
                Get pernr.
    Try, activate and test. This should solve your problem.
    Regards,
    Abhijeet

  • How to work the keyboard viewer to capitalize

    how to work the keyboard viewer to capitalize letters

    I also wish to know how to get the Keyboard viewer caps lock to work while in textedit.
    The caps lock does not work for me while in any of my textedit programs.
    As soon as I release the mouse button, or move off the caps lock,
    the characters revert to lowercase.

  • What is RFC and how does work

    Hi Sap Guru's
    I want to know the RFC in SAP and how does it work?
    Thanks in advance
    Regards
    Ramesh

    Hi Ramesh,
    These are the types of RFC
    Asynchronous RFC (aRFC)
    Synchronous RFC (sRFC)
    Transactional RFC (tRFC)
    Queued RFC (qRFC)
    Parallel RFC (pRFC)
    Asynchronous RFC :
    This is used when you need to increase the performance of ABAP program by having system call more than one function module in parallel than forcing the program to wait for results .
    Transactional RFC
    This let you group one or more function module call together o tRFC LUW and ensure that fucnction module within LUW is called once . In contrast to aRFC and sRFC the tRFC belonging to tRFC LUW are executed in order .
    tRFC is always used if a function is executed as a Logical Unit of Work (LUW). Within a LUW, all calls are
    1.Executed in the order in which they are called
    2.Executed in the same program context in the target system
    3.Run as a single transaction: they are either committed or rolled back as a unit.
    Implementation of tRFC is recommended if you want to guarantee that the transactional order of the calls is preserved
    Asynchronous remote function calls (aRFCs) are similar to transactional RFCs, in that the user does not have to wait for their completion before continuing the calling dialog. There are three characteristics, however, that distinguish asynchronous RFCs from transactional RFCs:
    • When the caller starts an asynchronous RFC, the called server must be available to accept the request.
    The parameters of asynchronous RFCs are not logged to the database, but sent directly to the server.
    • Asynchronous RFCs allow the user to carry on an interactive dialog with the remote system.
    • The calling program can receive results from the asynchronous RFC.
    You can use asynchronous remote function calls whenever you need to establish communication with a remote system, but do not want to wait for the function’s result before continuing processing. Asynchronous RFCs can also be sent to the same system. In this case, the system opens a new session (or window). You can then switch back and for between the calling dialog and the called session
    RECEIVE RESULTS FROM FUNCTION Remotefunction is used within a FORM routine to receive the results of an asynchronous remote function call. The following receiving parameters are available:
    IMPORTING
    TABLES
    EXCEPTIONS
    The addition KEEPING TASK prevents an asynchronous connection from being closed after receiving the results of the processing. The relevant remote context (roll area) is kept for re-use until the caller terminates the connection.
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • HOW DOES WORK 0GLACCEXT?

    Hello,
    I want to know how does it work because I have a problem with this.
    My Q: Problems in the Balance report: bank accounts (Asset / Liabilities)
    Thanks.
    Caro

    $() is the subexpression operator. It's used primarily when you want to expand a full expression inside of a double quoted string, instead of simply expanding a variable to its string representation.
    For example, "$mycred.UserName" would return a string of "<something>.UserName", where <something> is whatever the result of [string]$mycred would be, and ".UserName" was treated as literal text.  By using the subexpression operator, you'd
    be telling PowerShell to evaluate the result of $myCred.UserName (as if it were typed in a command of its own), and put the resulting value into the string:  "$($mycred.UserName)".
    See the about_Quoting_Rules help file for all the details on this.

  • Component Creation - how to work the VALUE property

    Hey all,
    Have an 80% working component to solve one of my problems (reference http://swforum.sun.com/jive/thread.jspa?threadID=53379&tstart=30, yeah not much there ;-).
    *Taglib class
    *TLD
    *Component class
    *faces-config.xml
    *Renderer
    DT:
    *sun-faces-config.xml
    *BeanInfoBase classes generated with Rave tools.
    Now, my problem is I want to pass the value/data from one object to my object (bind the data). I'm not having much success with this one piece. Can anyone point me to an example or show an example of how to pass **value** property in such a way that the data from, say a textbox, can be shown all the way through to the Renderer?
    A full example would be best, I've added the value attribute into the TLD, and is-bindable in the sun-faces-config, and various coding attempts but still missing some pieces.
    p.s. yes, I've examined the calendar example, the datedisplayer/datepicker example, and half a dozen other ones...still looking :-)
    thanks!
    -D

    In case I'm not making it clear:
    Creating a custom component. I want to bind to a database field, a bean field, or to another JSF component the data. The only way I have found to 'bind' is through the value property located in Java Studio Creator (i.e., you click on the ... or the arrow beside 'value' for the object, and you can select what you want to bind).
    How does one take that 'value' bound information and show the real value in the Renderer class?
    example:
    Bind custom-object 'value property' to an HtmlTextInputBox that has the value "This is a test".
    Render "this is a test" or whatever is entered in the text box to the webpage with the custom-object.
    Bind custom-object 'value property' to a Sessionbean property called 'myNum'.
    Render the value of 'myNum' to the webpage with the custom-object.
    Bind custom-object 'value property' to the field 'mydbdata' in a database.
    Render the value of mydbdata to the webpage with the custom-object.
    USECASE:
    Starting with the tld, how does one accomplish this 'complex' feat?
    *TLD
    *Taglib class
    *faces-config.xml
    *component class
    *renderer class
    so the end result is:
    RENDERER:
    encodeEnd(....
    writer.write("my bound value is: " + howtogettheboundvalue);
    ...

  • How to work the program. The presence of the departure

    hi
    can anyone help me ??
    I need to learn how to work program
    (presence of the departure)
    anyone have video to do it program ???

    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Oracle Forums FAQ
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>How to ask questions the smart way
    </ul>
    Following these simple guidelines will ensure you have a positive experience in any forum; not just this one! ;-)
    I need to learn how to work program(presence of the departure)>
    What is "Presence of the Departure"? Is this related to the Oracle Forms product?
    Craig...

  • HOW TO WORK THE NEW UPDATE

    HOW DO YOU WORK THE NEW iOS UPDATE FOR THE IPHONE 3G.

    What do you mean?
    Install it?
    How to update?
    Or what is new with it and how to use new features?
    If how to use new stuff, have to tell us what phone you have.

  • Comment fonctionne le moteur de recherche d'applications sur le Store? how's working the search engine of App.Store?

    Bonjour,
    je suis un étudiant documentaliste et je réalise un travail sur l'app store et la recherche des applications.
    Sauriez vous où je pourrais trouver des informations sur le fonctionnement du moteur de recherche du Store et sa manière de classer les applications?
    Sur le theme de la recherche d'applications, je cherche a savoir si des mots-clés sont associés aux applications, et si oui, le sont ils par l'auteur ou par Apple? Ces mots-clés sont ils libres, ou proviennent ils d'une liste prédéfinie? L'idée serait de savoir le lien entre les termes utilisés par les utilisateurs lors de leurs recherches,et ceux utilisés par apple pour classer les applications et determiner si elles correspondent a tel ou tel mot utilisé par l'utilisateur. J'ai deja vu que lorsque l'on faisait une recherche, on avait des propositions de termes de recherche, par exemple.
    Je cherche aussi des informations sur le fonctionnement du moteur de recherche et sur les applications proposées. Y a t'il des criteres, tels que la popularité, le nombre de mise à jour, de téléchargement,l'avis des utilisateurs, etc, qui jouent dans ce qui determine qu'une application est proposée en priorité plutot qu'une autre?
    De manière paralèlle, qu'est ce qui détermine l'ordre des applications proposées dans les catégories, genre finances, productivité, etc? (vu que ce n'est ni le fait que ce soit gratuit-payant, ni par ordre alphabetique)
    I am a student librarian making a dissertation on the ipad. I seek to know how the App Store works when we are researching applications, and how  are sorted the applications in the Store and the differents big categories (financial, well-being, etc)
    That is to say, if keywords are associated with applications available online, and if so, are they chosen by the author of the app, or imposed by Apple? these keywords are they free or do they partient a reference list? (thesauri, authority list, etc.)
          I am also looking for information on the operation of the search engine and proposed applications. are there any criteria such as popularity, rating by users, the number of download and update on the overall quality, etc.? The idea would be to have an overview of what determines which applications are offered in priority and according to what connditions. In sum, the parameters a librarian should take into account to optimize the search for an ideal application for a given need.

    Bonjour,
    je suis un étudiant documentaliste et je réalise un travail sur l'app store et la recherche des applications.
    Sauriez vous où je pourrais trouver des informations sur le fonctionnement du moteur de recherche du Store et sa manière de classer les applications?
    Sur le theme de la recherche d'applications, je cherche a savoir si des mots-clés sont associés aux applications, et si oui, le sont ils par l'auteur ou par Apple? Ces mots-clés sont ils libres, ou proviennent ils d'une liste prédéfinie? L'idée serait de savoir le lien entre les termes utilisés par les utilisateurs lors de leurs recherches,et ceux utilisés par apple pour classer les applications et determiner si elles correspondent a tel ou tel mot utilisé par l'utilisateur. J'ai deja vu que lorsque l'on faisait une recherche, on avait des propositions de termes de recherche, par exemple.
    Je cherche aussi des informations sur le fonctionnement du moteur de recherche et sur les applications proposées. Y a t'il des criteres, tels que la popularité, le nombre de mise à jour, de téléchargement,l'avis des utilisateurs, etc, qui jouent dans ce qui determine qu'une application est proposée en priorité plutot qu'une autre?
    De manière paralèlle, qu'est ce qui détermine l'ordre des applications proposées dans les catégories, genre finances, productivité, etc? (vu que ce n'est ni le fait que ce soit gratuit-payant, ni par ordre alphabetique)
    I am a student librarian making a dissertation on the ipad. I seek to know how the App Store works when we are researching applications, and how  are sorted the applications in the Store and the differents big categories (financial, well-being, etc)
    That is to say, if keywords are associated with applications available online, and if so, are they chosen by the author of the app, or imposed by Apple? these keywords are they free or do they partient a reference list? (thesauri, authority list, etc.)
          I am also looking for information on the operation of the search engine and proposed applications. are there any criteria such as popularity, rating by users, the number of download and update on the overall quality, etc.? The idea would be to have an overview of what determines which applications are offered in priority and according to what connditions. In sum, the parameters a librarian should take into account to optimize the search for an ideal application for a given need.

  • I don`t know how to work the new itune , i can`t download music  , and it`s to complacated, everyone i knows feel the same way . and i want to be able to down grade back to the old itunes , but it want work now. how can i get the older one back working ?

    I can`t download music from the new itunes ,it`s complacated ,and i would like to revert back to the older version . i`ve tryed over and over ,with no luck .just want to get back to the old easy way

    Everything works the same in the new version as in the old version.
    What happens when you try to download music?

  • More documentation on how to work the beta xcelsius on the biod

    Hello experts,
    Is there more documentation specifically on how to use the beta xelcius included in the biod, i haven't been able to use it because i can't see the excel datasheet so i can bind the data!!!!!!!!!!
    thanks a lot

    Steve,
    thanks a lot for your answer, i follow the steps in the link you suggested me and when i'm almost finished, when i try to see the template this error appears:
    "To access external data, add a cross-domain policy file to the external data web server.
    For more information, on the Adobe website, see the article u201CCross-domain Policy File Specificationu201D.
    If the problem persists, contact the file creator or your system administrator.
    Error: Error #2032
    Connection Type: Web Service Connection
    File URL: https://bi.ondemand.com/xcelsius_template_subclass_extension/template_file/28030/Template_4926942437686944813.swf?1318528121.0
    External Data URL: https://bi.ondemand.com/xcelsius_templates/soap_sample_data/1dteSwG4nIA1gQi9MSo7ZSfq32/OnDemandWSConnection"
    do you have any idea of what i did wrong?
    thanks a lot
    regards

  • How does "use the hot fix installer to apply this update (ColdFusion 10 Update)" work?

    I am building a ColdFusion 10 server on Windows Server 2008-R2 from scratch using the Lockdown Guide. I am stuck on the Updates. The mandatory "manual" update is installed, but I don't see how to jump to Update 10. In the administrator, when I check for updates it shows Update 10, but there is no download button. There is a download button for Update 7, but nothing happens. Is there not manual download and installation option? What am I doing wrong here? This should be the easy part. Thanks.
    Message was edited by: GDMVU

    It sounds like the updates page is not loading properly.  Have you tried refreshing that page in CF Administrator?  Also, you might try restarting the ColdFusion service.  You might have a proxy/firewall issue as well.  Here is the direct download link for the update: http://download.adobe.com/pub/adobe/coldfusion/hotfix_010.jar.
    -Carl V.

  • TS4058 i  not  sure  how  to  work the  computer

    I tried  to  sign  in  on  chatt  but  every  time  I do  it  keep  saying  I  am  signing  in the  wrong  [pass  word   ND  EMAIL  ADDRESS  NOT  SURE  HOW  TO  CHANGE  IT  CAN  YOU  HELP 

    Hi,
    It would help to know which OS on your Mac you are running as this will tell  me which version of iChat you are using.
    iChat can use AIM names
    It can uses certain Apple IDs issued by Apple as Valid Screen Names if the password is kept to 16 characters or less as this is the AIM Server limit.
    These are @mac.com name and @Me.com names.
    @me.com names from iCloud will only work in iChat 6 and Messages (Lion and Mountain Lion)
    iChat 4 and later iChat 5 had button to "Get an iChat Account"
    Where the Button led you to depended on which Option you selected in the Drop down.
    Soon after iChat 5 came out AIM moved their Login page so the link there did not work.
    With MobileMe ending Apple closed the link to the @Mac.com (free) Registration page.
    Recently (since June 30th and the end on MobileMe last paid for period) this page has also gone.
    11:04 PM      Wednesday; August 29, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • TranslatedStrings.txt : one line does work, the other not, why ?

    I have a Swiss keyboard and try to reallocate the \ (backslash) shortcut to the $ (dollar)
    On my keyboard the backslash is obtained with the ALT Gr key in combination with the first key to the right of the Shift key. LR does not like that at all.
    Here is the content of my TranslatedStrings.txt file under the en resource folder
    "$$$/AgDevelop/Menu/View/BeforeAfter/Before/Key=$"
    "$$$/AgLibrary/Help/Shortcuts/HideShowFilterBarKey=$"
    The first line works ok, it toggles the before/after view in the develop module.
    The second line does not work. It is supposed to show the filter bar in the library module.
    What is wrong with my syntax ?
    Can someone supply me with the right syntax ?
    Thanks
    Reynold Jaquet

    food faerie,
    Use iCloud: Troubleshooting iCloud Calendar to help solve your problem.

  • How to work the fan

    everytime boot my laptop , the fan will work for a while, then stop.
    even the coretemp rise over 90 degree celsius,the fan still not work. i have to reboot laptop.
    my cpu is T2060, mainboard is 945GM.
    how to resolve it ,thanks。

    Startup your Mac while holding down the C key and inserting your install disc at the same time.
    From there you should be able to use the Disk Utility app to repair the startup disk and reinstall OS X.
    If that won't work, when you boot your Mac normally, if you do not hear the startup chime, that means your Mac has not passed it's startup diagnostics test. If that is the case, you need to take your Mac in for service.
    Apple - Find Locations

Maybe you are looking for

  • Lumia 520 question

    Hi, i have to questions about operating the lumia 520: on the second screen where all the apps are listed , suddenly the apps are shown with the starting letter above them, how can i switch that off? when i fisrt started the phone the apps werent dev

  • Can Second Monitor Play VLC Videos?

    I use a mid 2012 Mac Pro; run Mavericks.  I plan to use my TV as a second monitor.  I know that I have to use AppleTV to connect wirelessly to my TV.  Will AppleTV allow me to play "VLC" videos?

  • Profit centre report drill down total

    Hi I am executing S_ALR_87009722 proft centre report from period 0 to 1. The balance of a bank account is  76,729.18. When I drill down to actual line items it's showing the break-ups amounting to 3,320.17; which is only the break up for period 1. Sh

  • Photoshop Elements 2: deutsche Lokalisierung in englische Version verwandeln?

    Hallo, gibt es eine Möglichkeit, ein hier gekauftes PSE2 (Mac OS X) in deutscher Lokalisierung in ein englischsprachiges zu verwandeln? Gibt es einen Download der englischen Version (die natürlich den Registrierungscode akzeptieren müsste)? Leider wu

  • Images showing red blue spot and they are not crisp at all - Canon EOS 600 D

    Hello, About a month ago i bougth Canon EOS 600 D with 18-55 mm and 55-250mm lens and everything goes fine i capture moon images and wildlife pictures as well.  But, now i'm facing some problem with it. Recently i was trying to capture images with my