Entries & Leaving Report displays data of selected not equal to org unit

Hi,
While using the standard report Entries & Leaving; in the selection criteria when I put
NOT EQUAl TO(options) in front of the org unit and and mention the corresponding personnel area and entry date, the report still displays the employees with that particular org unit.
Why is this happening? Any idea how to correct this?

Hi Sikindar,
  I am using standard adhoc query report Entries& Leaving.( S_PH9_46000223 ). There on the selection screen I enter the following values:
Personnel Area: GLLV
Org Unit         : #(Not Equal To) 60000047
Entry Date : 1.11.2008 to 28.11.2008> F8
Now the report also displays the employees which belong to  o 60000047 which is incorrect.
This is the exact problem and how to rectify this. Please suggest

Similar Messages

  • MSS iView Error To display data, first select an employee

    I have configured a MSS portal role with an employee page.  The employee search (team viewer) iView is on the page with general data, salary data, and salary development.  For some reason, the salary data iView gives the message "To display data, first select an employee".  The other iViews on the page work ok.  Any idea what's causing that?

    Hello,
    The reason why the table is not being displayed is because of the currency you're using. The currency which
    you might be  populated from the backend is 2 character. I'm not sure if there is any currency code with two characters in the backend System. The standard should be having  3  character.
    Best Regards,
    Deepak

  • One position reporting to more than one position in other org unit

    Hi Experts,
    How to map in SAP if One position is reporting to more than one position in other org unit. plz explain me the in detail.
    Regards,
    Saumya Chawan.

    Hi Saumya,
    First you have to decide on the relationships you want for this position.  The question is - who will decide pay increases for this position?...who will approve vacation time?  That manager is the one who is the directly managing the position and so the position must be in the org structure for that manager's org unit. 
    Second, what is the relationship to the other manager?  This is usually a "dotted-line" or functional reporting relationship to another position.  You can use a standard relationship such as 005 or create your own. 
    Then you can use the Matrix to create the two relationships.  Easy Access:  Human Resources --> Organizational Managment --> Organizational Plan --> Matrix (transaction PPME).  Use the "Standard selection" and create the two relationships between the position and the org unit and other position (or other object depending on your requirement). 
    Paul

  • Crstal Reports XI - Crosstab Report -  Displaying Dates (Cashflow)

    Hello
    I was wondering if any one would be able to help me with an issue I'm having.  I need to create a cashflow report at the moment I'm trying with a crosstab report (this may be the problem)!!
    I need it to display in the following way. (you may not be able to see the layout), but basically months across the top ( as columns), opportunity description as rows, values then appear under dates.
                                                             Oct-11   Nov-11   Dec-11   Jan-12   ...............Sept-12
    Opportunity Description                                 100.00                                              
    Opportunity Description 1                                                           100.00
    I have several formulas I have included the simpilest below, the problem I'm having is the year is not being taking into consideration and some of the values are display in the incorrect months.
    eg.   The report will run for a year, If my estimated date is Aug 2012 and I add 3 months to it, it should not display on my report (Nov-2012) but it wraps and appears in Nov-2011...
    Case "One Off":
    If (Month ({Sheet1_.Monthstart})=Month (DateAdd("m",3,{OPPORTUNITY.ESTIMATEDCLOSE}))) Then {@First_Year_Fees}
    I think its because I'm not defining the date correctly and taking into account the year. 
    If anyone can solve this I would be very grateful or is there an alternative method other than using a crosstab...
    Thannk you very much
    Sarah

    Try a date range parameter to select your data rather than a date in the middle of the year. If you are concerned that they not enter in exactly one year, you could test the date range with
    not({?enddate}-{?startdate} = 365)
      and give them a warning, you could even suppress everything except the warning that the date range must be one year.
    Or use just a starting date parameter and use it as
    date({field}) >= {?date} and date({field}) < {?date}+366  // adds 1 year
    or just an end date.

  • BEx Report : Selection Not Equal to Characteristics value 'blank' & more

    Hi Experts,
    I 'm working on a report where I require one of the selection criteria for a key figure to be displayed when the characteristics 'rejection code' is not empty.
    So the selection would be like keyfigure: ZAMOUNT, when XREJ_CODE Not Equal to "  ".
    How do I achieve this?- In the restriction criteria, I can use exclude from, but how do I exclude a blank space?
    Question 2.
    The second selection is display keyfigure when fiscal period(user entry) is not equal to the booking period  of that particular order.
    Would this require Customer exit variable? how do I go about this?
    All help appreciated.
    Thanks!

    if XREJ_CODE  contine blank value we can use "Exclude from Selection "
    Select XREJ_CODE -
    >right click "restrict" -
    > select blank value(#) move to right side and select that value right click select "Exclude from Selection"

  • Report displayed based on Select List condition

    Hello,
    Any help would be appreciated.
    I have a report and a select list, P55_MISSING. The select list contains the column names in the table that the report displays.
    If I select one of the column names, I would like to display all records where that column name is null.
    The sql I have at the moment is:
    select
    "ID",
    "APPLICATION",
    "SHORT_DESCRIPTION",
    "DESCRIPTION",
    "OPC_NET_NAMES",
    "PROCESSING_SCHEDULE",
    "PROCESSING_REGULARITY",
    "PLATFORMS_INVOLVED",
    "UNIX_DIRECTORIES",
    "SOURCE_FILES",
    from "APP_METADATA"
    where :P55_MISSING IS NULL
    If I select 'source files' for example, I would expect to see 3 out of 4 records stored in the table. However, I receive the message 'no data found'.
    Any help would be great. Thank you.

    Hi
    In order to doe this you will have to use dynamic sql (so you have to change your report type to 'SQL Query (PL/SQL Function Body Returning SQL Query)').
    It would then look something like this...
    DECLARE
    l_sql VARCHAR2(32767);
    BEGIN
    l_sql := 'SELECT id,
                     application,
                     short_description,
                     description,
                     opc_net_names,
                     processing_schedule,
                     processing_regularity,
                     platforms_involved,
                     unix_directories,
                     source_file
              FROM   app_metadata
              WHERE ';
    l_sql := l_sql||:P55_MISSING||' IS NULL';
    RETURN l_sql;
    END;Sorry, I can't test this as I don't have your tables.
    Cheers
    Ben

  • PS:Copy of MBBS report with Date(GR) selection option in selection screen.

    Hi,
    We are developing a report, which is Copy of MBBS report, addition as Date(GR) selection option in selection screen to view historical data {i.e.Project Stock(Q) on back dates}.
    MBBS is showing Project Stock w.r.t. WBS. So pls suggest Table, which can fulfill the requirement to show the Project Stock from GR w.r.t. Purchase and Production order in back date w.r.t. that WBS.
    Pls do the needful.
    Thanks,
    Amit Jain.

    Hi Amit ,
    The Project Stock Table is MSPR , and the Project stock history table is MSPRH .
    Though not through with your actual requirement , There is a standard Report MB5B -- Stock on Posting Date . In the selection screen , we can have the Special Stock Q (Project Stock ) .
    If you can develop copying this report instead of MBBS , it would take care of receipts as well as issues ,and from the material Document you can build a relation to the account assignment  WBS/Network Activity through MSEG Table .
    Hope it helps .
    thanks and regards
    Kish

  • Am I supposed to leave the display plugged in when not in use?

    should the display be left plugged in when not in use? is it just like leaving the power cord to the MacBoold Pro plugged in when the computer is off?
    thanks

    Sure, you can leave the display plugged into the socket, provided you turn OFF the display itself. There must be somewhere some switch or touch button that will turn the display OFF.
    Usually, those displays use a lot of power, so it's better to save
    I shall add an unrequested piece of advice: if you don't this already, please use some kind of electrical surge protector
    <http://en.wikipedia.org/wiki/Surge_protector> to connect your computer, display, printer, router, etc to the wall socket.

  • Displaying Data Using Selection-screen in Module Pool

    Hi All,
    Currently I'm working on a module pool program.In that i'm having two screens 9000 and 9001.
    I want to select a bookrefno using a selection screen and display header & table control data in 9001 screen when the bookrefno is validated.
    can anyone help me sending sample code regarding this
    Regards
    Ravi S

    Hi Ravi
    Place "bookrefno." field on screen 9000.
    Use validations on that particular field by using chain-endchain.
    in PAI of 9000
    case sy-ucomm
    when 'display'
    call screen 9001
    write select statment to display data i.e header & table control in 9001 .
    hope this would solve your problem.
    reward points, if its helpful.
    Thanks
    RK Nimma

  • HR Report to display headcount up to 10 levels of Org Units

    Hi Experts,
    Can you please give steps for the following requirement.Is there any standards available.Please explain the procedure to create report.
    Points will be awarded fot the suitable solutions.
    The report shouldl query SAP for the number of employees based on the personnel area and sub area.  The main reporting is based on the sub area.  If the employee is in the India Pers Area the total number of employees from each sub area will have to be deducted from the headcount for that sub area and added to the India area for headcount totaling.   For each of the areas/subareas we need to gather the total number of Active Employees, Temp Employees and Contractors.  This information can be gathered from the employee group.
    i/p filed                         available table
    Key Date
    Employment Status     PA0000
    Personnel Area                PA0001
    Personnel Sub Area     PA0001
    Employee Group               PA0001
    Employee Subgroup     PA0001
    C stands for column C2 c3 c4 will be filled by users after running report.
             c1       c2     c3 c4             c5     c6     
    SEIM     70                    9     4          Pers Sub  Area - FIN
    NGUYEN     25                    0     1          Pers Sub Area - MKT
    LUHR     120                    3     4          Pers Sub Area - SLS
    DREW     532                    78     2          Pers Sub Area u2013 OPS
    CHOMA     35                    2     6          Pers Sub Area u2013 ODLP
    LIPPS     3                    0     0          Pers Sub Area - GAA
    INDIA     79                    0     0          Pers Area - IND
    TOTAL     864                    92     17     0     
    Thanks and Regards,
    Raj

    If you want to read the org unit hierarchy from the org structure, tables HRP1001 and HRP1000 should
    have all the information you need. HRP1001 hold the relationships between the org structure objects
    and HRP1000 holds information about each object. 
    If you don't want to do the selects yourself, there is a very useful function module called
    RH_STRUC_GET which does the same sort of thing ie reads the relationships between org structure objects
    using whatever evaluation path you pass in in parameter ACT_WEGID..

  • OM - Report S_AHR_61016509 Vacant Positions doesn't pull the Org Unit data

    Hello,
    When I run the report - S_AHR_61016509 Vacant Positions, it pulls all the vacant positions. But it does not pull the information on which Org Unit the vacant position belongs to.
    The end user would like to know which org unit the vacant position belongs to in the org structure, so if there is a new hire in that org unit, we can reuse the same position.
    Please guide.
    Thanks in advance.
    Madhu

    Hi,
    On the output, click on print preview button (ShiftF6). On the next screen, click on change layout button (CtrlF8). Select the 4 hidden fields and transfer them to the left pane and click on copy.
    You can then transport the output as excel too.
    Iu2019d recommend you to save the layout by going to Settings>Layout>Saving. You would then get an option on the report selection screen to specify the layout and you could save your variant accordingly.
    Hope this helps.
    Donnie

  • How to select - Not equal to ALL

    I am using Crystal XI and have it linked to another report and an Access database.  I want the report to show all records accept the ones listed in the Access database.  How do use the select expert to say Not equal to all records in the selected field?  I basically want to filter out those records in the access database while showing the records linked from the other report.  Looking at around 1,500 records and climbing.
    Thanks

    Hi Scott,
    Try this in select expert
    linking field from DB not equal to linking field from Access
    DB.ID<>Access.ID
    or try to change the link option "not equal to" in the links tab
    Regards,
    Raghavendra

  • NW2004s - BI-B.C. data source M Not equal A version .BI_702

    NW2004s- BI- BCT. DataSource. after activation is done the M = A version (return Not equal). Could you indicate Source of the error and Possible Solutions. NW2004s BI_CONT 702.

    Hello Ezzedine Riahi,
    I am having the same issue. We are in SCM 5.0 with SAP_BW=SAPKW70006.
    DS is in M version. When reactivating, it is giving BASE_UOM is obselete for a KF.
    Could you post your ideas.
    Thanks
    Sreeram

  • Business Partner number not assigned to ORG unit

    hello colleagues,
    I cretaed an Org Unit at the highest level, i have assigned Basic data, address data and i have assigned  function and attribute, but when i save the Org unit,I am not getting the BP number,
    can anyone tell me what could be reaosn for this, but normally whenever a new org unit is created
    a BP has to be assigned to it right
    please help me with this problem
    regards
    chandu

    Hi Chandu,
    To create a bp number & relationship for org unit follow the below process
    ==> SPRO
    ==> Customer Relationship Management
    ==> Master data
    ==> Business Partner
    ==> Integration Business Partner-Organization Management
    ==> Create Business Partner Initially
    Click on Organisational Unit(s) and provide the input as 'ID' of the ORG and Execute
    Click on the line and right click and select 'Start Repair'
    If Bp is already existing, u wnat to build only relation ship follow the below process.
    ==> Use Tcode SE37
    ==> Use functional module as 'HR_OBJECTBUPA_INSERT' and Execute
    ==> Click on the value button and enter OT as 'O', OBJID as ID of the org BUPAGUID as
    Businesspartner GUID and Execute
    Regards,
    PePe

  • Replication from HR not updating SRM Org Unit adddress's

    Hello Guru's
    Can anyone help here , I am working on EC SRM 4.0. We have our SRM Org structure replicated from HR, but for some of the org units in SRM the address has not been replicated, Yet when I check org unit HR PPOSE, the address in the org unit is present and nothing seems out of the ordinary for these org units in HR
    This is causing a problem as the users attached to these nodes without address's are becoming defective and require repair
    Thanks
    Prakash

    Dear Customer,
    This inquiry would really fall under the BC-BMT-OM-ALE component. It might be best to open a thread under this component.
    Information i have found for you on this is as follows. I hope it might help you a bit.
    This issue occurs because the intial distribution has not been done
    correctly. Please review the way to distribute HR datas :
    1- Using transaction PFAL, sending the objects C, O, S successively in
       Update mode with the infotypes 1000, 1002 and 1028 only, without
       using evaluation paths (all existing objects).
       => The objects will then be created without relationship, and no
       error must be reported.
    2- Using transaction PFAL, sending the object P in Update mode.
       => As the structure objects are already present, no error message
       must be generated. If some are, please analyse them, and correct them
       before the next step.
    3- Using transaction PFAL, sending the objects C, O, S successively in
       Update mode (without restrictions, or only the infotype 1001).
       => The relationships which were not sent in step 1 are then
       distributed.
    4- The changes pointers can now be activated and processed, as the
       initialization has been done (steps 1 to 3).
    Hope it helps,
    Kind Regards,
    Edel.

Maybe you are looking for