Clock In Clock Out Report without running Time Evaluation

Hi Every1
Is it possible to get report on clock in clock out without running time evaluation?? Can we get a report on Time events after uploading Punch in punch out from other system thru BDC?
Here requirement is as soon as punch in punch out is uploaded on daily basis thru BDC they shud get a report on Clock In from th system so that they can immediately find out in morning shift how many employees are present.
Thanks & Regards
Neha

Well what tables are you uploading in the BDC ?? are the PTX tables being uploaded or the PA2011 Tables uploaded ?
If the PA2011 Tables are uploaded then yes we can run a report for each day as required but if the PTX tables are updated then they are either waiting for managers approval or to be transfered to HR which triggers updation of the Infotypes accordingly.
And when you transfer to HR i guess Infotype 2011 is not updated but rather 2001 and 2002 Tables are updated but have to check on this, time eval schema would not update 2011 Infotype but rather would update ZL tables with time types if present, try to figure out what table the BDC updates each night.
Edited by: insane saint on Jul 14, 2009 10:38 PM

Similar Messages

  • How to configure oracle 6i report server run time component with application server

    we got oracle 6i report server for developing the web based reports for our undergoing product. we r succesed in developing the web based reports using oracle 6i report server.But we r facing problems while deploying the product with oracle reports at clients place,why because the client does not have the oracle 6i report server. To solve this problem we have to configure the oracle 6i report server run time component with application server at client side , but we are unable to configure this component(that is CGI handler).

    You can run multiple instances of Reports Server in 6i.
    In tnsnames.ora, for each server, have a different name and each listening to different port.
    For example,
    server1.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1949))
    server2.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1950))
    Also, if you want to know about Reports Server Clustering, you may refer to "Publishing Reports" document on OTN:
    http://otn.oracle.com/docs/products/reports/pdf/A73173_01.pdf

  • HOWTO: Control Printer Attributes for a Report at Run Time Reports 6i

    HOWTO: Control Printer Attributes for a Report at Run Time
    Like page width , height etc
    my problem is i had installed a printer and it is set for
    printing different reports ( like invoice slips , legal size ,
    A3 etc ) each time i have to manually set the page settup from
    printer folder .instead if there is an option to set the printer
    attributes from Reports 6i it is great
    rajesh

    All the Printer Setup(Page Height and Page Width) must be set in
    the Reprot Program. These can be set at the Layout-Main Section
    in the Object Navigator.
    hth

  • Modify the title of a wad report at run time.

    Hello Gurus,
    i have a query in a report which lists the products.On clicking on a product, it takes me to anthr template which has the details of that product.The current scene is that whenever the user selects a product its detail report opens in a new browser.
    The requirement is to display the name of the product in the tiltle bar of the browser.
    I have the value of prod selected in a var(thru ABAP code), how can i set the title of the summary report at run time??
    Please send suggestions ASAP.
    Thanks
    Regards,
    priya

    Hi Priya,
    insert a text element into your detail web template and surround it by
    <div id="someid" style="display:none">
    <!-- your text element -->
    </div>
    The text element should display the value of the selected product and its property "ONLY_VALUES" should be set to "X". Now you can access the value of your selected product via JavaScript:
    <script language="JavaScript">
    function getSelectedProduct() {
      var selectedProduct = document.getElementById("someid").innerHTML;
      return selectedProduct;
    </script>
    Now you can set your title with the selected product.
    I hope this helps a bit.
    Greetings,
    Daniel

  • Determine fields in a report at run time

    I am using Crystal XI R2 for reporting ina an a VB.net application.
    I want to be able to determine which fields are in a report at run time to provide a list to the user for filtering purposes. I can list the available fields of the database table that the report is hooked into but they might not all be on the report.
    Which Objects and/or Methods are used to determine this?
    Can someone provide an example?
    Thanks ahead of time.

    You will have to use the RAS InProc SDK. RAS Developer help files are here:
    https://boc.sdn.sap.com/developer/library
    Samples:
    https://www.sdn.sap.com/irj/boc/businessobjects-samples?rid=/webcontent/uuid/b02c1cac-ad86-2b10-88ae-cb36551bab06 [original link is broken]
    Intro article:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10b840c0-623f-2b10-03b5-9d1913866b32
    In a nut shell though, your code would be similar to the below (except for a subreport object, you'd be lookign for a db field object.;
    Dim crSections As Sections
    Dim crSection As Section
    Dim crSubreportObject As SubreportObject
    'set the crSections object to the current report's sections
    crSections = crReportDocument.ReportDefinition.Sections
    'loop through all the sections to find all the report objects
    For Each crSection In crSections
    crReportObjects = crSection.ReportObjects
    'loop through all the report objects to find all the subreports
    For Each crReportObject In crReportObjects
    If crReportObject.Kind = ReportObjectKind.SubreportObject Then
    'you will need to typecast the reportobject to a subreport
    'object once you find it
    crSubreportObject = CType(crReportObject, SubreportObject)
    'open the subreport object
    crSubreportDocument = crSubreportObject.OpenSubreport(crSubreportObject.SubreportName)
    'set the database and tables objects to work with the subreport
    <your .SetDataSource code here>
    Next
    End If
    Next
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Error when running time evaluation

    Hi,
    When I am running time evaluation I got this error "start of pair formation changed from 20040101 to 20081212"
    I am using TM01 schema. Please help me out with this error.
    Thank you
    Shravan

    Hi Shravan,
    Please check infotype 0007 if the work schedule has changed fron 01/01/2004.
    Also please check the generated workschedule used for that employee , if the config has changed and that work schedule has been re- generated with a different DWS.
    Thanks.

  • Problem: Run Time Evaluation for Future Period

    Hi SAP Gurus, can someone help me solving this problem:
    My client need to run time evaluation for 2-months period ahead of time. But every time I tried, time evaluation always stops at end of the current month, no further dates in the future. I had created attendance data 2002 for all the future dates. IT7, 2002, 2006 and all configurations seem to be OK (T510S,T569R). Test run is also OK with good future results. What could possibly be missing? Thank you in advance.
    Bill

    Thank you very much, Arun, Banu, Stefan and Om.
    Yes, I have entered the "Evaluation up to" date (60 days later);
    The schema has a function "Check FUT".
    Test future run result was generated correctly.
    Still I can't have future results in real run.
    So, what else I should check into?
    Thanks again.
    Bill

  • No entry in table T001P for key when running time evaluation

    Hi There,
    All the master data is in synch and I am getting this error when
    running time evaluation.
    *No entry in table T001P for key
    Person rejected: xxxxxxxx*
    Apparantly this seems to be config error but we have lot of EEs like this, working okay. All the  master data dates are correct.
    Any comment/help is greatly appreciated.
    Thanks,
    Gajanan

    Hi,
    In one of the thread i have read that, after maintaining Contract Type the issue has been resolved.
    and in other thread he says
    "the issue is caused by a mismatch in the employee's master data dates. Particularly with infotype 8, the first record of his basic pay had a date prior to his hire date"
    Can you please check it once.
    Good Luck..!
    KK

  • Unable to run time evaluation for the entire year...

    hi experts,
    I'am unable to run time evaluation for the entire year, even though mentioned the date as Force calculation as of : 01.01.2010
    and evaluation upto date : 31.12.2010.  when time evaluation is run , the log is only run for Jan 2010.
    Maintained IT2011 from 01.01.2010 to 31.12.2010
                      IT0050 from 01.01.2010 to 31.12.9999
                      IT0003 : PDC recalculation : 01.01.2010
    Kindly advise.
    Regards
    Pammi

    Check if Time Management status is 1 or 9....
    If it is 1 then it would not run for the entire year..It would run only till today. If it is 9, then the TE runs for future also...also check if in the schema it is activated for future runs or not...

  • Generate Reports at run time

    Post Author: Sherif_hfm
    CA Forum: General
    Hi every onewhen I use Crystal Reports 9 or 10 I can Generate Reports and view at run time without I need to save it but now with  Crystal Reports2008 I can not do that , If anyone know how to make that in  Crystal Reports2008 please replythanks 

    Ki Klassal,
    For user simulation you could use a tool such as LoadRunner, this would enable you to action specific tasks i.e.
    User Logons
    Report Refreshes
    Report Schedules
    If you run this against "multiple users" you need to pay attention to your use of the WAIT time parameter, i.e. how long the application waits before user clicks, typically 5-7 seconds for the wait time should be sufficient.
    SAP does not provide any specific documentation around this type of performance activity, but you could also gather valuable information by using our Remote Support Component tools:
    The Remote Support Component is a wonderful new product that enables an SAP BusinessObjects Enterprise administrator to:
    u2022     save time and effort thus reducing cost of ownership
    u2022     identify and resolve performance issues to makes things go faster!
    u2022     Be proactive and not reactive
    And itu2019s completely free!
    Only for SAP BusinessObjects Enterprise XI 3.1 SP2 and SP3 customers.
    Central Monitoring 24 x 7
    u2022     Just one location not multiple
    u2022     No more log files
    u2022     End to end converge
    Guided Analysis
    u2022     Dashboard of all components
    u2022     Traffic Lighting
    u2022     Historic and Live
    Saving you time and effort
    u2022     Root Cause Analysis with u2018Live traceu2019
    u2022     Auto uploading of your configuration
    u2022     Be proactive, not reactive
    An introduction to the benefits of using Remote Support Component for SAP Business Objects Enterprise. The recording is 4 minutes and 30 seconds long: https://sap.emea.pgiconnect.com/p84837556/
    I hope this is a very helpful answer to you.
    Kind regards,
    John

  • How to design report at run time SSRS

    most of the time we point store procedure or table and then SSRS report designer show us field and we just drag drop those field on to report designer surface. after all we call those report programmatically and pass parameter and report shown on report
    viewer.
    now my company want that customer will customize the report who will see the report. they want to display all the fields in a form and just customer will select each field and place on report designer surface and give some input like filter condition like
    date range or employee id etc and report will be shown. also at run time if customer want they can add text or move existing field etc.
    i do not have any idea how could i do this with SSRS. if this is possible with SSRS then please guide me in such a way as a result i can start the job or if possible give me few relevant url of that kind from where i can get the idea. thanks

    You can also use report builder application to get most of these functionality. For that you'll just create and deploy a report model with required attributes from involved entities.
    Then use can consume the model within report builder and add required fields to report,filter etc
    see below videos for more details
    http://technet.microsoft.com/en-us/sqlserver/dd430326.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • XL reporter 2005: Run time error 430

    Hi,
    When launching XL reporter 6.80.01.25 the following error message appear:
    "Run time error 430
    Class does not support automation or does not support expected interface."
    Please advice.
    Regards
    Thomas Lai

    Hi Thomas,
    We had exactly the same problem when upgrading to patch 25. I think it's a bug in that patch. We got around it by uninstalling patch 25, rebooting the workstation and then reinstalling patch 25 again (...not sure if the reboot made any difference but I thought I'd mention it anyway). The program then worked ok. Very strange!!
    Hope this helps,
    Owen

  • How to Maximize a report in run time previewer

    Hi all,
    I want to maximize my report automatically during run time in the report previewer (I am calling this report from a form).
    Thanks
    Asad.

    Thanks for ur reply.
    Hello Asad,
    It is possible to maximize the run time previewer when calling reports from forms. U need to set a parameter named 'MAXIMIZE' to do that.
    I m attaching a code sample for u. This is working in my production environment.
    DECLARE
    pl_id ParamList;
    BEGIN
         pl_id := Get_Parameter_List('setProposal');
         IF NOT Id_Null(pl_id) THEN
              Destroy_Parameter_List( pl_id );
         END IF;
         pl_id := Create_Parameter_List('setProposal');
    // This parameter is set to hide parameter form at run time     
         Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
    // This parameter is used to maximize previewer window at run // time
         Add_Parameter(pl_id, 'MAXIMIZE', TEXT_PARAMETER, 'YES');
    Run_Product(REPORTS, 'sample.rep', SYNCHRONOUS, RUNTIME,
    FILESYSTEM, pl_id, NULL);
    END;
    Feel free to contact me if u need anymore assistance.
    Take care and bye

  • Run compiled application (LV 8.6) without run-time engine

    Hi,
    I just recently wrote a small 200KB program that performs simple calculations that I'd like to use on several different computers.  The application works perfectly, but the problem is that I really don't want to go through the download/install/reboot process of installing the LabVIEW Run-time 8.6 software on every single computer (especially since downloading a 100MB file to run a 200KB program seems counter-intuitive).   Is there a way to get the application to run without the engine?  Previous searches resulted in old posts of people simply copying the engine files from the shared folder into the application directory, but that did not work when I tried it.  Is this no longer possible on LV 8.6?   I'll have no choice but to rewrite the application in a different programming language if LabVIEW isn't capable of running standalone compiled applications.
    Thanks,
    Anthony 

    I made the test with LV 8.6 on Windows.
    I used a VI which does not need any drivers neither serial nor any other hardware execpt the graphics card.
    I made an application from this VI on my normal development machine and checked that it will start and work as expected.
    I setup a NI free partition with Win XP Prof. SP2. I have some non NI programs installed like a virus scanner, defragmentation tool, Adobe Reader, a drive imageing tool and WLAN drivers. The .NET Framework 2.0 is installed.
    I copied the application and all files under National Instruments\shared\LabVIEW Run-Time\8.6 to the machine in a temporary folder.
    I booted the machine into this partition. The application will start and work as expected. You do not need to make a complete runtime installation until you do not need any drivers.
    The above mentioned folder has a size of about 64 MByte. Dependent on the application and desired languages you can remove parts of it.
    Dennis,
    during the various LV 8.x versions it was possible to do it as described above exepct one version, 8.2 I think, which needed an ini-File in the Windows folder.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Can labview export shared libaray use in C++ without run-time engine?

    Hi, everyone
    Now, I write a VI for a algorithm and export it as a dll.  I use the dll in my C++ apps. It is good. But I want to know how my apps can run without labview run-time engine or I must  install run-time engine?

    you can install run time engine or include dll which will be used by your application.

Maybe you are looking for

  • How do I sync MacBook Pro to my Mac Pro (everything - not just mail, but every single file.

    I can hook my laptop to time machine when I get home, then I can use migration assistant to put exact data on user account on my Mac Pro desktop computer, but that is silly. 10 years ago or more, I just connected the laptop with my desktop computer a

  • Non Availability of Apps in for Lumia 920 in Oman

    I bought Lumia 920 in Oman where I Live. Sadly I can't find enough Apps on Phone Apps. These Apps are available on US marcket but not here. I tried to Install Twitter but it said that Apps is not available in this region. Without Twitter .In People a

  • Key Field Name not there_Content conversion

    Hello SDN,                I am doing a sender content conversion in send file adapter but i donot have a keyfield and my structure is :- Header,*,body,1 but there is no common field between header and body so i cant use a keyfield . Any solutions ? R

  • Flash player 11.3 or 10.3

    Good evening! I have a question! Tell me please? what is the reason of using updated flash player 11.3, but when I switching on-line videos (youtube or anything else) my laptop  completely freezes and only reboot helps? But when I use an old player 1

  • NoSuchMethodError when using EJB3

    Hi I am using Servlets and EJB in my application with Hibernate as persistence Technique . I am setting Data inside Hibernate POJO annotated class an sending it to EJB Layer to do persistence . This is my code . My EJB Interface : public interface He