Equal Employment Category details in report

Hi Experts,
I need to get EEO Category details in report for job code listing.
Where we maintain job codes?
In SPRO settings I have seen under EEO information for US based public sector employees, that EEO category is assigned to jobs.
In OM infotypes, in which infotype can we see the EEO details, so that the same field can b used in get
the output in report?
Regards
Aryan

Hi try to maintain this table
V_T5U13.double click the job..where you can maintain EEO,AAP,OCC category
US Job attrubtes infoype(1610),WC State, Code, Attribute( 1613).for this infotype u need to set the country specific indicator as 10 thru pp01>settings>country specific infotype-->no country specific..or enter as 10.

Similar Messages

  • Due date in Detail Aging report

    Dear all,
    I would like to ask if it is possible to add the Due date for each document displayed in the Detailed Customer Receivable Againg report ?
    I tried, but it seems impossible to do so, even I set the field as System Variable (as the Due date in Dunning module).
    Thanks a lot

    Hi,
    'Due Date' column of the documents is available in:
    Aging Report - 'Customer Statement Report (One Page per Customer)'
    The same is unavailable in the Details Aging Report.
    Regards,
    Jitin

  • Search on Master Detail form/report

    Hi,
    I noticed that when I created a new application in Apex 4.01 basing the intial page on a Master Detail form/report, I was able to add a search item to the initial page. When I go to add another page with a different Master detail form/report, I did not have any option for adding a search item to the report page. Seems like an oversight?
    I would appreciate any hints as to how to add same search item to my 2nd Master/Detail form/report.
    Thanks,
    Pat

    Me too facing the some problem can some one pls help

  • Details of Reports scheduled on SSRS (Report name, userdetails, frequency, etc)

    Hi all,
    Is there a way to find all SSRS scheduled reports details such as (Report Name, schedule time, mail IDs configured, etc.)?
    Please help as we have many SCCM reports on SRS, and manual work will take very long time..
    scorpITs | http://scorpITs.blogspot.com

    Hey ucrajee,
    Here is simple SQL query which will give you details on report subscription along with Subscription type, render format, next run date, time, email ID configured with subscription etc. 
    You need to run this SQL Query on your report server database.
    SELECT
    c.Name AS ReportName,
    'Next Run Date' = CASE next_run_date
    WHEN 0 THEN null
    ELSE
    substring(convert(varchar(15),next_run_date),1,4) + '/' +
    substring(convert(varchar(15),next_run_date),5,2) + '/' +
    substring(convert(varchar(15),next_run_date),7,2)
    END,
    'Next Run Time' = isnull(CASE len(next_run_time)
    WHEN 3 THEN cast('00:0'
    + Left(right(next_run_time,3),1)
    +':' + right(next_run_time,2) as char (8))
    WHEN 4 THEN cast('00:'
    + Left(right(next_run_time,4),2)
    +':' + right(next_run_time,2) as char (8))
    WHEN 5 THEN cast('0' + Left(right(next_run_time,5),1)
    +':' + Left(right(next_run_time,4),2)
    +':' + right(next_run_time,2) as char (8))
    WHEN 6 THEN cast(Left(right(next_run_time,6),2)
    +':' + Left(right(next_run_time,4),2)
    +':' + right(next_run_time,2) as char (8))
    END,'NA'),
    Convert(XML,[ExtensionSettings]).value('(//ParameterValue/Value[../Name="TO"])[1]','nvarchar(50)') as [To]
    ,Convert(XML,[ExtensionSettings]).value('(//ParameterValue/Value[../Name="CC"])[1]','nvarchar(50)') as [CC]
    ,Convert(XML,[ExtensionSettings]).value('(//ParameterValue/Value[../Name="RenderFormat"])[1]','nvarchar(50)') as [Render Format]
    ,Convert(XML,[ExtensionSettings]).value('(//ParameterValue/Value[../Name="Subject"])[1]','nvarchar(50)') as [Subject]
    ---Example report parameters: StartDateMacro, EndDateMacro & Currency.
    ,Convert(XML,[Parameters]).value('(//ParameterValue/Value[../Name="StartDateMacro"])[1]','nvarchar(50)') as [Start Date]
    ,Convert(XML,[Parameters]).value('(//ParameterValue/Value[../Name="EndDateMacro"])[1]','nvarchar(50)') as [End Date]
    ,Convert(XML,[Parameters]).value('(//ParameterValue/Value[../Name="Currency"])[1]','nvarchar(50)') as [Currency]
    ,[LastStatus]
    ,[EventType]
    ,[LastRunTime]
    ,[DeliveryExtension]
    ,[Version]
    FROM
    dbo.[Catalog] c
    INNER JOIN dbo.[Subscriptions] S ON c.ItemID = S.Report_OID
    INNER JOIN dbo.ReportSchedule R ON S.SubscriptionID = R.SubscriptionID
    INNER JOIN msdb.dbo.sysjobs J ON Convert(nvarchar(128),R.ScheduleID) = J.name
    INNER JOIN msdb.dbo.sysjobschedules JS ON J.job_id = JS.job_id
    Let me know if you have any queries.
    Thanks,
    Sandip Shinde(Blog:bi-bigdata.com|Twitter:@CloudBI_Sandip)

  • Crystal Reports 2008 Customer Details Aging Report Example / Sample

    Hello!
    Anyone willing to send me a customer details aging report example for SAP Business One? (or give me a link?)
    I've been looking all over and have found examples of things, but not specifically for B1.
    Anything would be useful I am pretty flexible, I just want some bones to work from.  In return I can send you back what I build from it.
    Thanks in advance,
    Mike

    Hi Mike, you might have better  replies if you post your question to the B1 forum. They would be familiar with the B1 functioanlity and data sources.

  • Assign report category to a report

    Hi All,
    Please let me know how to assign a report category to a report created in in se38.
    Thanks

    hi
    HI
    PLEASE CHECK Defining a new report category UNDER THE LINK
    http://www.atomhr.com/know_preview/hr580_cust_sel_sceen_chp1_46.htm
    IF IT FINDS USEFUL PLEASE REWARD POINTS
    REGARDS
    navjot

  • Consumer category-wise consumption report

    Hi all,
    Please guide me in getting consumer category-wise consumption report.
    There are 10 categories of consumers. I want to generate consumption report for these consumers.
    Thanks and Regds.,
    Vijay

    Hi,
    Not sure i followed your question completely..
    lets say that customers are classified as 'Residential' - RES
    and 'Commercial' - COM.
    For these  customers.. there will be Contract Accounts and contracts and installations associated to it.
    In the installation check the field 'Billing Class' , so based on the type whether 'RES' or 'COM' you need to hit the table ERDK to fetch the invoices for the corresponding Contract Account and
    check again the tables DBERCHZ1  to extract the consumption by passing the same invoice number(in sap the 'Print document' number -field ERDK-OPBEL).
    Based on the category selected by the user on the selection-screen either RES or COM. you can display in output report
    Hope it helps.
    Regards
    Vinay

  • Prime Infrastructure 2.0: Inventory/detailed HW reports customizing

    Hello,
    isn't it possible to run a/one detailed hardware report that includes the chassis information Name, the device name, the chassis serial number?
    Example:
    Chassis Information Name
    Device Hostname
    Serial Number
    WS-C3750V2-24PS-S
    switch1x2
    FX31338243d
    In my knowledge I have to run a "Wired Detailed Device Inventory" report to get the chassis informatin name and a "Detailed Hardware" report to get the device hostname.
    In LMS it was possible to customize the inventory reports. It looks like the Prime 2.0 is not that flexible in customizing the reports or has anyone a tip for me?
    Thanks
    Bastian

    Sorry, but as far as I know this can't be done with PI 2.0 like it could be on LMS 4.x.
    I agree it would be a very useful feature. Add to the reporting the ability to get all members of a switch stack and we would have a winner.

  • To create detailed level report which is preffered  cube or ods

    can any 1 plz justify for a new requirement ,detailed level reporting which is best and why.

    Hi Satish,
    Infocubes are preffered for Atomic and Summarized Reporting whereas DSOs are more detailed and granular.
    But there are certain major drawbacks of Using DSOs for Reporting :
    - Low performance as direct reporting will be extremly slow due to large amount of data stored in single table.
    - Multi-Dimensional analysis not possible.
    - Calculation overheads for KPIs
    Choice of DSO/Cube depends on the requirements but Infocubes are more preffered for reportings.
    Please check below links for more details to help make choice easier :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b04a79b4-bbea-2b10-da86-bf0fe933fe34?quicklink=index&overridelayout=true
    http://infobyte.in/sap/(sap-bi)-difference-between-info-cube-and-dso-(datastore-object)/?action=printpage
    Regards,
    Akanksha

  • Credit Details Ledger Report

    Hi All,
    I would be thankfull is someone help to prepare Credit detail Ledger Report in SAP. How and from where the data can be pulled for reporting?
    Thanks,
    V.Rajeshwari

    Hi Rajeshwari,
    If you want to get periodic totals debit and credit separtely for GL ledgers you can use FAGLFLEXT table credit amounts will be updated with - symbol
    If you want to get transcation data use FAGLFLEXA table , credit amounts will be updated with - symbol
    For customer periodic balances you can get from KNC1 table
    For vendor periodic balances you can get from LFC1 table
    Krishna

  • Detailed TOC Report

    I need a detailed TOC report - including every topic in every folder from the Top Level Folder on down. There appears to be no difference between the Detailed view and the Overview when selecting the top level folder. Is there a way to create a complete TOC report in one step, without creating a separate report for each folder within the Top Level Folder?
    My projects each have several folders and sub-folders. Nothing is nested more than 2 folders deep.
    I am using RH8 and generating WebHelp.
    I created these reports in RH7, but can't access the same level of detail in RH8. Any workarounds?
    Thanks.
    Helen (aka VetEditor)

    Hi there
    While I may have more easily pointed the problem out, Peter actually offered the same in the first reply. It's just that he was rather generic about asking if the option was configured whle I presented the video that maybe drove the point home.
    I guess what I read is true. I saw someone had added the following signature line to an E-Mail message and I loved it. The line read:
    If a picture is worth a thousand words, a video is worth a thousand pictures!
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Remediation of conflicts in the 'Access Incident Details Extract' report

    Hi All,
    The 'Access Incident Details Extract' report captures both intra-role and inter-role conflicts at the user level.
    Is there a way to segregate the inter-role conflicts from the 'Access Incident Details Extract' report and do the remediation without following the process of intra-role remediation first?
    Please advise. Require the inputs urgently.
    Regards,
    Uma

    Hello,
    please also use our .NET sample lib on diamond.
    You will find lots of sampels how to access  report fields in crystal reports and to add, modify or delete them.
    You'll find diamond under :
    https://boc.sdn.sap.com/

  • Detailed client Report in WCS

    Hi,
    what exactly mean the fields of the traps  that appear in the Detailed Client report of the WCS?
    07/08/10 08:09,"00:04:23:71:67:bf",,"Campus> Ome > CN.OM.P03","XSFK2MP345","10.120.205.25",07/08/10 08:09,"0 secs","0.0.0.0",0,-128,"802.11b","N/A",0,0,0,0,"No","Associated","Client '00:04:23:71:67:bf' is associated with AP '00:23:eb:2d:8a:e0', interface '0'."
    which means many  associations of  "0Sec" with no IP assigned?
    Thanks!

    Hi,
    Are you still facing this issue?
    thanks,
    Vinay

  • Change item statistics group in item category details

    Hi Friends,
    I want to change the item category statistics group for an item category in item category details. Can anyone tell me how can i achieve the same.
    Regards,
    Wasim.

    HI Wasim,
    You can change the statistics group for item category using below path
    IMG>Logistics General>Logistics Information System (LIS)>Logistics Data Warehouse>Updating>Updating Control>Updating Control>Statistics Groups>Assign Statistics Groups for each Sales Document Item Type.
    OR T.Code: OVRI
    Ramchandra

  • Basic details abt report painter

    hi,
    I am new to report painter, need to know some basic details abt report painter. And one example along with it
    Regards,
    Reni

    Take a look here
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    http://sap.ittoolbox.com/groups/technical-functional/sap-r3-other/accessing-tables-using-report-painterwriter-9876
    Regards,
    Ravi
    Note : Please mark the helpful answers

Maybe you are looking for