How get the actual hours worked by the employee in SAP.

Hello Experts,
How to get the actual hours worked by employee in a month.( Any infotypes or tables or fm)
I have report to get planned hours of the employee
Thanks and Regards
Reddy

Hello expert,
I am a technical guy, I dont have functional knowledge and HR functional support is not available at the moment..
I have requriement to develop a report to caluclate the actual night shift hours worked by the employee...
I have report : RPTEDT00 where in I have actual hours worked day and night..
But I am not able to find how do in my custom program from the program reference...So I want to know is there any way where in I see this data in tables or infotypes
Thanks and Regards
Reddy

Similar Messages

  • How to get the last page  SAP Script form

    How to get the last page  SAP Script form.
    I want to print a specific information in the last page of SAP form (Script). Please tell me how to get the last page number.
    Regards

    Hi
    You have to check the system variable &NEXTPAGE&, if it's 0 it means you're in the last page.
    From SAP Help:
    This symbol is used to print the number of the following page. The output format is the same as with &PAGE& .
    Note that on the last page of the output, in each window that is not of type MAIN, &NEXTPAGE& has the value 0.
    /: IF &NEXTPAGE& = '0'
       Last page
    /: ENDIF
    Max

  • How to get the list of SAP Servers defined in xMII?

    Hi,
    We have a requirement to get the list of SAP Servers defined in xMII and show them in a html dropdown field? We know that we could achieve this by using a custom action block.
    Is there any way to get this list of SAP servers without using custom action block?
    Thanks,
    Sara

    Thanks, Udayan.
    I am actually looking for a Query Template which can return the list of SAP Servers.
    Thanks,
    Sara

  • Urgent:::how to get the employee hierarchy

    hi all.
    let me know how to get the employee hierarchy in HR organizational management.
    like when we give emp id it shows developer name---superior( team lead name)-superior(project lead name)---
    points will be rewarded for valuable answer.

    Hi,
    1) You can use the relation '002' in the table HRP1001, between the position of developer (objid) and get the position of team lead (sobid field). With the position of the team lead got in SOBID field... with the relation '008' get the person name.
    2) You can use the transaction PPOM_OLD to view the reporting structure...
    Regards,
    Meera

  • How get the user initiador in gp?

    hi all
    How get the user initiator of a process GP with a Web Dynpro Callable Object?
    because with this code I get the current user...
    IWDClientUser wdUser = WDClientUser.getCurrentUser();
    IUser user = wdUser.getSAPUser();
    String userid = user.getUniqueID();
    thanks!

    Hi,
    processId is the design time template id of the process. This you can find in the instantiation tab while designing the process.
    Code for getting user context:
    IWDClientUser wdUser = WDClientUser.getCurrentUser();
                   IUser user = wdUser.getSAPUser();
                   IGPUserContext userContext = GPContextFactory.getContextManager()
                             .createUserContext(user);
                   IGPRuntimeManager rtm = GPProcessFactory.getRuntimeManager();
    Hope it helps.
    Regards,
    Srinivasan Subbiah

  • How  can I get the employee code in the customer master

    Hi
    What are the settings that I do so that I can get the employee code in the customer master?
    We want to create a sales order on a employee , we have HR and SD in the same box.
    regards
    Pravin

    Hi
    I tried xd02 it asks me for the customer , ifi click the search icon it opens up the search where thre is a tab named "Customer by Personnel Numbeer" when i try to search it does not show any employees even thoughi havemanyhired in HR
    Please tell me  what i need to do
    regards
    Pravin

  • Function to get the employee number from the username

    Hi,
    Does anyone know the standard function in CRM to get the employee number (related to the user) giving the username?
    Thanks,
    TPT

    Hello TPT,
    BP_CENTRALPERSON_GET is the FM you need.
    Provide the username and you'll get the person_id (of the organizational mgmt), business partner guid and the employee ID.
    Hope this helps,
    Regards,
    Joost

  • How to get night shift hours of the employee in SAP.

    Hello experts,
    I have requirement to develop a report to have employee night shift hours.
    I am not a functional guy, Could you guys help me in getting night shift hours for the mentioned period.
    Any function modules or tables wherein I can have this data.
    Thanks and Regards
    Reddy.

    Hi,
    Their mightbe utilized DWS class is different for Night Shifts in "V_T550A" field name"TPKLA".
    You can check employee Personnel Work schedule through "PT63".
    The following will be help incase any development report.
    If you having time evaluation very easy to check in cluster tables "PSP" for personnel work schedulw and  check table "PT" for employee worked or not
    (reference screen field PDCPT-COGOS status are '0' on a break
    '1' at work
    '3' working off-site
    '4' absent before clock-in, no interim postings (only used internally)
    '5' absent after clock-out, no interim postings (only used internally)
    '6' absent before clock-in, with interim posting
    '7' absent after clock-out, with interim posting )

  • How get the all the table values to another table based on Action

    Hi All,
    I am new to webdyn pro.
    I have two tables Table1 and Table2 with context nodes Tab and Tab1.
    Table1 I have a button Save If I submit Save the data from first table to second table .
    I was written the code
    IPrivateTableScrollBar.ITabElement element;
         for(int i=0;i<10;i++)
              element=wdContext.createTabElement();
              element.setName("test"+i);
              element.setSal("100"+i);
              wdContext.nodeTab().addElement(element);
    added some data to first table.
    how can I get the all 10 rows from first table to second table  if I write wdContext.node<Element>.getName() and getSal() I can get only selected one row .how can I get the all rows in a sigle click to second table.
    please help.

    Hi mohammed,
    Use the following lines of code to iterate through the elements :
    Iprivate<your view>.I<your node1 name>Element elmt1 = null;
    Iprivate<your view>.I<your node2 name>Element elmt2 = null;
    for(int i=0;i<wdContext.node<your node1 name>().size();i++)
    elmt2 = wdContext.node<your node2 name>().create<your node2 name>Element();
    elmt1 = wdContext.node<your node1 name>().get<your node1 name>ElementAt(i);
    elmt2.set<attribute name>(elmt1.get<attribute name>);
    wdContext.node<your node2 name>().addElement(elmt2);
    Hope this helps,
    Best Regards,
    Nibu.

  • How get the RVS4000's DHCP server to assign another IP address other than its own as the default gateway to its DHCP clients?

    Hi,
    I have a RVS4000 router with DHCP enabled and in router mode. 
    The LAN is 192.168.2.x.  The RVS4000 static IP address is 192.168.2.8
    The router is not the RVS4000 and is at 192.168.2.1
    The RVS4000 dhcp is assigning it's clients a default gateway of 192.168.2.8 instead of what I want 192.168.2.1.
    How can I get the RVS4000's DHCP server to assign another IP address other than its own as the default gateway to its DHCP clients?
    Thanks

    Hi Gail, you cannot do this. The router, as the DHCP server will only assign a default gateway of what IP interface the DHCP server runs on. If you have the default IP, the gateway is 192.168.1.1. If you create a second vlan, by default it would be 192.168.2.1.
    There are not configuration options for the built-in DHCP server. If you'd like to expand this functionality, you would need an external dhcp server.
    -Tom
    Please mark answered for helpful posts

  • How get the string back?

    Hello with this code I put my string in a byte array.
    String code = "This is a testString";
    bytes[] ver = code.getBytes();
    Can someone tell me how I can get the original string back?

    I tried this
    String s = (ver);
    When I do this and try to compile I get the error that
    found byte[] required java.lang.string

  • How get the dynamic parameter values

    <p>Hi everyone. <br /><br />I have made an application to show the Crystal Report . Because the input interface is not very good, so I write an interface by myself. Now this funcation can show all static parameters. But I have some troubles with the dynamic parameters.  How to get the values of the dynamic parameters?</p><p>By the way, if I add a dynamic parameters , it will show the dadabase logon window twice. How to add the logon infomations for dynamic parameters using .net?</p><p>My develop entironment is : Crystal Report XI, RAS XI, Visual Studio 2003 c#.</p>

    See note number 1412611 in the notes database:
    https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_ossnotes&query=&adv=true
    Ludek

  • [b]PG_MIN_ROW - how get the value??[/b]

    Hi,
    How can I get the value of PG_MIN_ROW when paginating?
    I want to use the value in a Java script, how can I set a variable=pg_min_row?
    Regards
    Evelyn

    You are correct the page is not submitted when the user clicks on the NEXT or PREVIOUS links. Here are some threads that may help you:
         Re: Submit data when click on pagination
         Re: Challenge: Save "dirty" form before navigating awayMaybe what would help is if you stepped back and explained what you attempting to do at a higher-level.
    Mike

  • How get the correct generic type from Class.forName()?

    I have:
    public class Test2 {
        void foo() throws ClassNotFoundException {
            Class<Test2> c = Class.forName("Test2");
    }Of course, this doesn't compile:
    javac -Xlint Test2.java
    Test2.java:4: incompatible types
    found   : java.lang.Class<capture#965 of ?>
    required: java.lang.Class<Test2>
            Class<Test2> c = Class.forName("Test2");Other than casting to Class and suppressing the unchecked warning, how can I get the code to do what I think should be a common use case? I try
    public class Test2 {
        void foo() throws ClassNotFoundException {
            Class<Test2> c = Class.forName("Test2").asSubclass(Test2.class);
    }Which doesn't compile either:
    javac -Xlint Test2.java
    Test2.java:4: incompatible types
    found   : java.lang.Class<capture#400 of ? extends Test2>
    required: java.lang.Class<Test2>
            Class<Test2> c = Class.forName("Test2").asSubclass(Test2.class);Not sure I understand what the javac error is about.
    Help!

    kinmanc wrote:
    This is just a simplified version of what I had. The name of the class being loaded is unknown at compile time, though it is known to implement an interface. Isn't this a common use case?Yes, its' quite common.

  • How get the external ip address of proxy (or nat) server with AppServer

    Subject contains the basic question.
    I need get ip adres (not in local net, but external) of client!
    Wish with AppServer only. Becoze with java it less accurate.
    Or I was wrong?
    help me please!
    Edited by: user13325288 on 29.06.2010 16:06
    Edited by: user13325288 on 29.06.2010 16:07

    Thank you, MLBrown. I have configured webutil and it works. But I read that the function webutil_clientinfo.Get_IP_Address; return address on the LAN. Address of network card in my local network. But what if I need to get the ip address if I connect through multiple networks or via the Internet??
    I need to AppServer worked with an external ip address of the server, through which I connect to the AppServer
    Edited by: Ihavoker on 30.06.2010 9:55

Maybe you are looking for

  • CS5 Mac, Application Frame, and shelled custom UIs

    Just discovered that in CS5/5.1, when Photoshop has "Application Frame" turned on and an image is opened not in tabbed mode (ie. is floating), when we launch our custom UI is shows up BEHIND the image. Our custom UI is actually run a separate process

  • ITune won't reconize my iPod

    Sorry if this question has been repeated alot on the board, but I can't seem to find the iPod on the source list of iTune when I connected to the UBS. I use an iPod nano, window xp, and the latest version of iTune. Please help me.   Windows XP  

  • All Game Center friends' status says "Never Played" and not be updated after restoring iphone

    I restored my iphone today, and after that, recent game activity line of all of my friends on my game center friends list shows "Never Played" and has not been updated. Is there anyone saw this issue and found any solutions?

  • PHP contact form problems

    I've tried editing my contact form in a way that I could edit it. But, recently I've tried replacing the color behind my submit button. Instead the images I placed behind the text boxes end up being placed behind the submit button. If you could help

  • How do I print from my ipad2 to my printer laser jet 1102w

    I do have an ipad2 and i need to print . How i do print to my HP Laser Jet 1102W?