Custom Relationship or Evaluation Path needed for 'Time Admin' Scenario

Hello all Gurus,
I am looking for some direction on a scenario that I am trying to accomplish.
The position u201CLEAD Solutions Architectu201D, in the example below, is going to be what we will classify as a Time administrator.  The function on this Time Admin will to be to correct an employeeu2019s punch exceptions via a portal application (ITC).  But, my issue is that I need this user/position to be able to view all organizations and their people down below.
I have tried creating a custom evaluation path and I can get it to work down to the ORG, but not to the employee.
Also, I have created an ABAP program and routine to tie to a custom relationship, but when I attempt assign the new program, the program name disappears after clicking on new entry (T77EV-PROGR).
EXAMPLE
IT Infrastructure          O(rganization)
                    Lead Solutions Architect     S    (TIME ADMIN)          
     Director, IT Infrastructure     S          
     Operations Services          O(rganization)          Below Organization 'IT Infrastructure'
          Senior Support Specialist                          S     
          Senior Operations Coordinator     S     
          Manager, Operations Services     S     
          Intern, IT Intern                          S     
          Operations Servies Analyst     S     
          Customer Support Services     O(rganization)  Below Organization 'Operations Services'
               Support Specialist     S
               Support Specialist     S
               Support Specialist     S
END
Any advice or direction on this would be highly appreciated.
Thanks,
Mike

Hello Brad,
Thank you for your response. Here is the requested information.
1) Is it a customer ITC app in the portal?
a) This is SAPs iTime Clock for punch edits
2) Are you using structural auth's ? also have you checked to make sure the time admin user has the right auth's to see people?
a) We do use Structural auth and I have already opened that orgranization up to my test Time Admin
3) Post the eval path you have so far.
10     US     B     008     Holder      *      S
20     P     B     008     Holder      *      S
30     S     A     003     Belongs to      *      O
40     O     B     003     Incorporates      *      *
Appreciate your help on this,
Mike

Similar Messages

  • What type of modem do i need for time capsule. I can't get it to pick up the net

    what type of modem do i need for time capsule. I can't get it to pick up the net

    Simply bridge the TC..
    With DSL you need to either bridge the modem and use PPPoE client which can be difficult to setup.. especially as some modems do not bridge readily..
    Or bridge the TC which is simple.. go to the airport utility and select internet page, on v5 utility or network page on v6 utility and select off-bridged mode for the mode of connection.

  • Evaluation Path issue for relation 450

    Hello,
    The relationship 450 is not being extracted through iDoc data retrieval process.
    Is there a separate process to activate downloading this relationship?
    Or is it an iDoc limitation?
    What is the workaround to fix this problem as one of our client using this relationship could not use
    this in the application?
    Hardeep

    Hello Brad,
    Thank you for your response. Here is the requested information.
    1) Is it a customer ITC app in the portal?
    a) This is SAPs iTime Clock for punch edits
    2) Are you using structural auth's ? also have you checked to make sure the time admin user has the right auth's to see people?
    a) We do use Structural auth and I have already opened that orgranization up to my test Time Admin
    3) Post the eval path you have so far.
    10     US     B     008     Holder      *      S
    20     P     B     008     Holder      *      S
    30     S     A     003     Belongs to      *      O
    40     O     B     003     Incorporates      *      *
    Appreciate your help on this,
    Mike

  • Help needed for Time Calc Java Script

    Hi,
    I am trying to create a timesheet in PDF and have hit a speed bump. Is there anyone there who could provide me with a script that calculated the difference between 2 times? (Field2 time)-(Feild 1 Time) = Duration.I am desperate and have tried everything.
    I proccess the payroll for a company and all of the 500 or so timesheets that I received each fortnight are paper copies and I am pulling my hair out. I need to use Adobe forms (We have Adobe Pro 9 and I am using the XML forms, not live cycle) as the serach engine that we use for emails cannot search on excel documents.
    I have no Java script experience and I am getting completely lost in the subject. Any help would be greatly appreciated.
    Thanks anyone who can help at all.
    -Sohnia

    hi friend here example for time calulation start and end time example..<br />just copy and paste then run it ur browser.<br /><br /><HTML><br /><script language="JavaScript"><br /><!--<br /><br />var h1 = 1;<br />var h2 = 2;<br />var days = 0;<br />var m1 = 1;<br />var m2 = 2;<br />var am1 = 1;<br />var am2 = 2;<br />function findtime(h1,h2,days,m1,m2,am1,am2)<br />{<br />var answer = "why";<br />var mdiff = 1;<br />var hdiff = 2;<br />pdays = parseInt(days);<br />ph1 = parseInt(h1);<br />ph2 = parseInt(h2);<br />pm1 = parseInt(m1);<br />pm2 = parseInt(m2);<br />if(am1 == 2 & ph1 < 12) ph1 = ph1 + 12;<br />if(am2 == 2 & ph2 < 12) ph2 = ph2 + 12;<br />if(am1 == 1 & ph1 == 12) ph1 = 24;<br />if(am2 == 1 & ph2 == 12) ph2 = 24;<br />if(am1 == 2 & am2 == 1 & ph2 < 24) ph2 = ph2 + 24;<br />if(am1 == am2 & ph1 > ph2) ph2 = ph2 + 24;<br />if(pm2 < pm1){<br />pm2 = pm2 + 60;<br />ph2 = ph2 - 1;<br />}<br />mdiff = pm2 - pm1;<br />hdiff = (ph2 - ph1) + (pdays * 24);<br />if(hdiff == 0) answer = mdiff + ' minutes';<br />else if(hdiff == 1) answer = '1 hour and ' + mdiff + ' minutes'<br />else answer = hdiff + ' hours and ' + mdiff + ' minutes'<br />return answer<br />}<br /><br />//--><br /></script><br /></HEAD><br /><br /><font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><br /><BODY BGCOLOR=FFFFFF TEXT=000000 LINK=0000FF VLINK=800080><br /><br /><div align="center"><table width="950" border="0" cellpadding="0" bgcolor="#899194" cellspacing="0"><br /><br />  <br /><tr><td valign="middle" width="33%"><br /><br /><center><br /><form><br /><TD WIDTH=80%><br /><center><br /><TABLE ALIGN=MIDDLE BORDER=5 CELLPADDING=5><br /><TR BGCOLOR=#FFFFFF><br /><!--ROW 1--><br /><TD WIDTH=80%><br /><center><br /><TABLE ALIGN=MIDDLE BORDER=5 CELLPADDING=5><br /><TR BGCOLOR="#B6D4D2"><br /><!--ROW 1--><br /><td colspan=4><br /><center>Time Between Times Calculations - Multiple Days</center><br /><br /></td><br /></tr><br /><TR BGCOLOR="#B6D4D2"><br /><TD align="center" colspan=4><br />Required Data Entry<br /></td><br /></tr><br /><tr><br /><td align="center">Start / End</td><br /><td align="center">Hour</td><br /><td align="center">Minute</td><br /><td align="center">AM / PM</td><br /></tr><br /><br /><td align="center">Start time</td><br /><td align="center"><input type="text" name="hour1" size="5"></td><br /><td align="center"><input type="text" name="minute1" size="5"></td><br /><td align="center"><select name="period1"><br /><option value="1">AM<br /><option value="2">PM<br /></select><br /></td><br /></tr><br /><tr><br /><td colspan="3">    Add Complete Interim Days</td><td align="center"><input type="text" name="adays" size="5" value="0"></td><br /></tr><br /><tr><br /><td align="center">Start / End</td><br /><br /><td align="center">Hour</td><br /><td align="center">Minute</td><br /><td align="center">AM / PM</td><br /></tr><br /><td align="center">End time</td><br /><td align="center"><input type="text" name="hour2" size="5"></td><br /><td align="center"><input type="text" name="minute2" size="5"></td><br /><td align="center"><select name="period2"><br /><option value="1">AM<br /><option value="2">PM<br /></select><br /></td><br /></tr><br /><br /><tr><br /><td align="center" colspan=4 BGCOLOR="#B6D4D2"><br /><input type="button" value="Calculate" <br />onclick="h1=form.hour1.value;<br />h2=form.hour2.value;<br />m1=form.minute1.value;<br />m2=form.minute2.value;<br />days=form.adays.value;<br />am1=form.period1.options[period1.selectedIndex].value;<br />am2=form.period2.options[period2.selectedIndex].value;<br />if(h1 < 0 | h1 > 12) alert('Your start hour is not valid');<br />else if(h2 < 0 | h2 > 12) alert('Your end hour is not valid');<br />else if(m1 < 0 | m1 > 59) alert('Your start minute is not valid');<br />else if(m2 < 0 | m2 > 59) alert('Your end minute is not valid');<br />else form.answer.value=findtime(h1,h2,days,m1,m2,am1,am2);"><br />   <br /><input type="reset" value="Clear Values"><br /><br /></td><br /></tr><br /><TR BGCOLOR="#B6D4D2"><br /><TD align="center" colspan=4><br />Calculated Results<br /></td><br /></tr><br /><br /><tr><br /><td align="center" colspan="4"><br />Time Difference <input type="text" name="answer" size="40"><br /><tr><td>[email protected]</td></tr><br /></td><br /></tr><br /></table><br /></form><br /></td><br /></tr><br /></table><br /><br /></center><br /></td><br /></tr><br /></table><br /></center><br /><br /></TD><br /></TR><br /></TABLE><br /></BODY> <br /></HTML>

  • What size HDD do you need for Time Machine is it the size of iMac HDD?

    Ok, looking to buy iMac, to use Time machie do you need the same size HDD that is in your iMac? ie Im looking at getting the 250Gb iMac, so do I need a 250Gb external HDD to use time machine?
    I plan to also get a NAS drive so can time machine be used with this or do you need n external HDD attached direct to the iMac all the time to use time machine?
    cheers

    the loc-man wrote:
    so you can pick and choose what backup? eg Music, Pics, Docs, emails etc?
    Yes you can choose everything or just parts.
    does it compress stuff though to utilize the space better?
    No, look here for more detail. http://www.apple.com/macosx/features/timemachine.html
    its not like a ghost image?
    Not that I know of.
    so if the iMac had to be re-installed could you then reconnect the Time machine HDD and restore everything?
    You could insert the Leopard disk and instead of doing a new install you could restore directly from the Time Machine Back Up. This depends on if you do a full back up or just parts of your system. Either way it is easy to recover your system using Time Machine.
    Also if the external HDD is used for time machine is that all it can be used for? or can you also use it on other computers both Mac and PC?
    It is best if you use Time Machine on a partition by itself. Then the other partition can be used for normal stuff.

  • Attribute Asset (AN1) - Need real time business Scenario.

    Hello Gurus,
    I haven't worked on a scenario in which there's a need to use the attribute AN1-Asset. I want to know any of you have can share your experience in working with any client & using this attribute to connect to ECC FICO.
    3rd attribute in this link - Attributes for the SRM Scenario - Creating the Organizational Plan - SAP Library
    Early thanks a lot for your knowledge share & the efforts.
    Regards
    Roopa

    SAP - SRM > PPOMA_BBP - Attributes in SAP SRM.

  • What size external hard drive do i need for Time Machine

    What size external hard drive should I get to be my Time Machine backup? My iMac is 1TB. (also, I have MBP that is 250gb and will need one for it as well)
    Thank you.

    It is better to buy an external drive that has 3 times the storage capacity
    as  of the computer's internal HD.
    Best.

  • Space needed for Time Machine backups?

    I have a 160 gb macbook pro and am wondering how much space I would need on an external hard drive if I plan on backing up with Time Machine. I bought a 500 gb drive already, but would also like to use it for backing up a pc computer and don't know if I have enough space for both. Any advice would be appreciated!

    In addition to Bob's advice, note that you should partition the drive, so Time Machine has it's own, exclusive space.
    See #5 in [Time Machine - Frequently Asked Questions|http://web.me.com/pondini/Time_Machine/FAQ.html] (or use the link in *User Tips* at the top of the +Time Machine+ forum) for formatting instructions.
    You'll have to figure out what Format to apply to the second partition for the PC backups, probably either MS-DOTS(FAT) or ExFAT.

  • QUERY NEED FOR TIME DIFFERENCE

    Hi
    I need a query to find the difference between time
    for example
    5.00 hours - 0.30 minutes = 4.30 hours
    Thanks in Advance
    Adina

    Is this what you are looking for -
    1  select to_date('05:00', 'hh24:mi') - 0.5/24   --Subtract ½ Hr from time
      2* from dual
    SQL> /
    TO_DATE('05:
    200804010430
      1  select to_date('05:00', 'hh24:mi') - 3/24     --Subtract 3 Hrs from time
      2* from dual
    SQL> /
    TO_DATE('05:
    200804010200
      1  select to_date('05:30', 'hh24:mi') + 0.5/24   --Adds ½ Hr to the time
      2* from dual
    SQL> /
    TO_DATE('05:
    200804010600
      1  select to_date('20080416 00:02', 'yyyymmdd hh24:mi') - 0.5/24     --Subtract ½ Hr from time  2* from dual
    SQL> /
    TO_DATE('200
    200804152332Shailender Mehta

  • Relative size of external hard drive needed for Time Machine

    I have Time Machine up an running on an old 250Gb disk. My new iMac has a 500Gb disk, but lots of free space, so Time Machine is reporting adequate remaining space on the backup disk. Has anyone calculated the sort of ratio in disk sizes that will be necessary over time? For instance, with a 500Gb disk in the Mac, will a 500Gb external drive be sufficient for all time, or will it get full. Should be be considering doubling the external disk size to 1 Tb?
    I need to replace the 250Gb drive and am wondering what size is optimum.

    I've been seeing knowledgeable people writing that a good rule of thumb for "typical" home users is they should have a drive with a capacity of 3 - 4X their system's normal operating size...to maintain a full year's worth of Time Machine data before it starts scrolling off.
    So I guess that means I should be looking at a 1TB drive for my iMac which currently has ~250GB of data on it. Time to review that Bare Feats 1TB drive shootout (http://www.barefeats.com/hard94.html).

  • How big an external hard drive do I need for Time Machine backups?

    I run a 2 Ghz iMac with 1Gb memory, currently using around 108 GB of the 150 GB available memory.
    Hpw larghe an external hard drive do I need to run Time Machione efficiently? 500GB? 320? 520?

    Not answered - don't know why!

  • Size of hard disk for needed for Time Machine backups

    How does one determine what size of hard disk one should buy for one´s backups?
    My MacBookPro´s built-in hard disk has a capacity of apprx 190GB. Does time machine back up EVERYTHING on one´s hard disk (i.e, documents, applications, operatimg program, settings, boot sectors etc. (at the moment I only have one partition and no WINDOWS loaded)

    Does time machine have the capacity to back up (and then restore) EVERYTHING on one´s hard disk (i.e, documents, applications, operatimg program, settings, boot sectors etc. (at the moment I only have one partition and no WINDOWS loaded)?

  • What size external hard drive needed for Time Machine?

    Can someone offer advice? What size external hard drive do I need to back up my system with Time machine? Hard drive is 232 GB but I'm only using 40 GB of the 232.
    Thanks.

    beach bum51,
    Hard drive space is cheap, so I'm going to recommend that you get something with at least 500 GBs capacity. 500 GBs would be twice the capacity of your internal, which is apparently the "recommended" size, so I have no hesitation recommending it. The larger the drive, the lower the cost per GB.
    What's not so cheap is speed. You'll be happiest with a drive capable of using the fastest bus provided by your computer. If your iMac has a Firewire 800 port, you'll get the best experience from using that port, and a drive that will use Firewire 800 transfer speeds.
    Scott

  • What solutions would be needed for the following scenario

    I have a client who operates two companies.
    One company manufactures a specific piece of equipment.
    The other company rents, sells and services this piece of equipment.  This equipment consists of three major interchangeable components.
    They need to track:
    Customer information u2013 company name, contact person, start date, end date, sold or rental unit, service schedule on the three major components.
    Equipment information u2013 where it is, which components it consists of, service records, forecast of service requirement, data on each specific component.
    Job information u2013 field tickets, work orders, distance traveled for installations and service work, how long  units have been running.
    Revenue information u2013 all pertinent information as well as what was billed and when.
    Inventory information u2013 all pertinent information as well as which parts have been used by manufacturing and which parts have been used to maintain the rental assets or service on sold equipment.
    They also want to automatically contact operators and client about upcoming service dates.
    My expertise is in SAP HR.  Which SAP modules would they need to accomplish this?  Is there another solution they should consider?

    They need to track:
    Customer information u2013 company name, contact person, start date, end date, sold or rental unit, service schedule on the three major components.
    SD Modules
    Equipment information u2013 where it is, which components it consists of, service records, forecast of service requirement, data on each specific component.
    PM Modules
    Job information u2013 field tickets, work orders, distance traveled for installations and service work, how long units have been running.
    PM Modules
    Revenue information u2013 all pertinent information as well as what was billed and when.
    SD Modules
    Inventory information u2013 all pertinent information as well as which parts have been used by manufacturing and which parts have been used to maintain the rental assets or service on sold equipment.
    MM Module
    They also want to automatically contact operators and client about upcoming service dates.
    CS Module

  • Need for ColdFusion admin for contract job

    The general manager of a large Web site in San Antonio is
    looking for a contractor to investigate occasional ColdFusion
    hangs. Here's what I know:
    They have been running CF on two Windows boxes for some time.
    Several weeks ago, they upgraded from CF 6 to CF 7. Their stability
    problems began about a week ago. It seems that "for no particular
    reason," ColdFusion will hang.
    They need someone to take a look at the setup of their
    servers and see if there is something amiss. If the consultant is
    in San Antonio, great. However, they would be willing to consider
    allowing the consultant to remote in. If your interested, or for
    more information, contact [email protected]
    TIA

    Isn't it nice to see a good, precise one-liner job ad rather than the same old churned-out corporate bullsh*t that normally accompanies a vacancy description.
    Oh wait.
    Search and Replace "ColdFusion" for "any other web technology" and you've got yourself an ad for pretty much every job in IT ever written. Doesn't even mention what kinds of coffee are on offer.

Maybe you are looking for

  • Sharing one ethernet cable with two macs using a USB Ethernet Adaptor

    I have two computers running Mac OS 10.6 but only one ethernet cable in my office. One ethernet cable goes from the wall to Mac #1. I have a cisco USB Ethernet Adaptor USB300M that I like to use as OUTGOING ethernet cable from Mac #1 to plug into Mac

  • Two iTunes libraries one MacBook Pro account...

    How do you make two itunes libraries on one macbook account? I've heard it's possible for PC so it should be for a Mac... If this topic has already been discussed sorry for the inconvenience...

  • ICR authorization

    Hello experts, I'm looking for information on authorizations in SAP ICR. Can anyone provide a concept or some other useful information on how the authorization process works in ICR (e.g authorization object, activities)? Regards Maria

  • How to import all layers in Photoshop at one go ?

    Hi there, I am trying to import a Photoshop psd file into AE. This file has a lot of layers. When I do File > Import > FIle, it ask me whether I want to import as footage or Layers. When I chose Layers, I am asked which layers I wanna import in. As I

  • END-DATE FND USERS

    Hi can all the users except sysadmin in FND_USER can be end-dated ? after that is successfuly login is possible for sysadmin ?