Running PYXX_READ_PAYROLL_RESULT through SE37.

Hi all. How are you?
I'm trying to run the function PYXX_READ_PAYROLL_RESULT through SE37 in order to make some tests. If it's possible to run the function by SE37, I would save the time that I spend running this function by the Interface.
I would like to know what to fill in the parameter PAYROLL_RESULT. The function returns a dump when I execute it passing a empty value in that parameter. I don't know why it occurs because PAYROLL_RESULT is the table where the function stores the employee's payroll data and not a input parameter necessarily - it's what I think.
I believe that it there may be some kind of string to be inputed when this function is executed from SE37.
Thanks in advance.
Tiago.

Hi Renata,
Thanks for your reply.
I think it is not possible too. I haven't found another way to run this function due to restriction you mentioned.
Regards,
Tiago.

Similar Messages

  • System Dump running PYXX_READ_PAYROLL_RESULT

    I am trying to extract total gross pay for an employee in the US on ECC 6.0.  I extract RGDIR data and feed the the info into the function module PYXX_READ_PAYROLL_RESULT.  I get a system dump telling me:   Call to FORM "IMPORT_RESULT" is incorrect:   The actual parameter no. 2 has a different data type in the  PERFORM than requested for the FORM "IMPORT_RESULT" in program "%_T04EE0".
    The Cluster ID is RU, pernr, seqnr, read only international is blank since I am in the US and the Pay Result structure I am using is PAYUS_RESULT.  I have run this through the debug process and have found that the program automatically replaces the cluster id "RU" with "RX". 
    What am I doing wrong?

    Did you try etracting this with international cluster?
    PARAMETERS: pa_pernr TYPE persno.
    DATA: gt_rgdir TYPE TABLE OF pc261 WITH HEADER LINE.
    DATA: gt_results TYPE pay99_result.
    CALL FUNCTION 'CU_READ_RGDIR'
      EXPORTING
        persnr          = pa_pernr
      TABLES
        in_rgdir        = gt_rgdir[]
      EXCEPTIONS
        no_record_found = 1
        OTHERS          = 2.
    READ TABLE gt_rgdir INDEX 1.
    CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT'
      EXPORTING
        clusterid                    = 'RU'
        employeenumber               = pa_pernr
        sequencenumber               = gt_rgdir-seqnr
        read_only_international      = 'X'
      CHANGING
        payroll_result               = gt_results
      EXCEPTIONS
        illegal_isocode_or_clusterid = 1
        error_generating_import      = 2
        import_mismatch_error        = 3
        subpool_dir_full             = 4
        no_read_authority            = 5
        no_record_found              = 6
        versions_do_not_match        = 7
        error_reading_archive        = 8
        error_reading_relid          = 9
        OTHERS                       = 10.
    Also you may try reading the same by means of macros. Please refer [this document|http://itchamps.files.wordpress.com/2007/12/hrcluster_edit.pdf]. All you need is to use include RPC2RUU0 and use macro RP-IMP-C2-RU instead
    Regards
    Marcin

  • Cannot get my iphone5 to synch with my new computer. i am running itunes through a virtual box, Every time I try a box appeares telling me to enter security code- ? anyone know how to solve this ?

    Cant get my iphone 5 to sync with my computer (new operating system). Am running XP through a virtual box. When I try to sync the phone it keeps asking for auto lock code, there is no box to type it into and I can find nothing on the phone itself to solve the problem.
    This makes it impossibble to sync with my itunes account. Anyone out there able to help ?

    Have you tried contactint the app's developer?

  • I am having a problem w/ my itunes working correctly due to accidentally running Itunes through my troubleshooting, running programs made for previous versions of windows!! How do I turn it off?!??

    I am having a problem w/ my Itunes working correctly, after accidentally running Itunes through my  troubleshooter  to, Run Programs Made For PreviousVersions of Windows. It keeps popping up that the Compatibility  Version is on, to make sure it's off before opening my Itunes Account. I've looked everywhere, Please, Please, How Do I Make This Right??!??

    It sounds like either your hard drive or the SATA cable that connects it to the motherboard are failing. This could be heat related in your case, which is why you see it after it runs awhile. You can take it to the Genius Bar for a free evaluation. If you decide to test it yourself, I usually suggest moving the hard drive to an external enclosure. If it works there for awhile, the cable is probably the issue.
    http://www.amazon.com/Sabrent-2-5-Inch-Aluminum-Enclosure-EC-TB4P/dp/B005EIGUD4/ ref=sr_1_3?ie=UTF8&qid=1397647657&sr=8-3&keywords=2.5+enclosure
    http://www.ifixit.com/Device/MacBook_Pro_13%22_Unibody_Mid_2009

  • ERROR WHILE RUNNING REPORT THROUGH FORMS.....!

    hi all,
    ive designed one form in Forms 9i...I'm tryin to run report through a Push button .....report is running well in paper layout through report builder 9i...The problem I'm facing is dat when i pressed button it is giving me error initially as FRM-41214 cannot run report and after that FRM-40735 When button pressed unhandled exception ora-06502.....What could go wrong??... Ive started OC4J instance ....created report object in object nevigator as well and defined basic properties for diff.parameters HTMLCSS,CACHE..etc.,mentioned report path in complete i.e.c:\reports\genbill.rdf ...Can anybody help me out ??? Thnx.!
    -----------------------CODE ON BUTTON----------------------------------
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('REPORT5');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('<HOSTNAME>:8889/reports/rwservlet/getjobid'||
    substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=myrepserver','_blank');
    ELSE
    message('Error when running report');
    END IF;
    PAUSE;
    END;

    When a report terminates with an error, REPORT_OBJECT_STATUS returns the value "TERMINATED_WITH_ERROR", which is 21 bytes of data, but rep_status is defined as 20 bytes. The 6502 error is due to the data not fitting the variable.
    I recommend wrapping the REPORT_OBJECT_STATUS function with a SUBSTR that limits the data returned to 20 bytes, which will ensure the results fit.
    For example:
    rep_status := SUBSTR(REPORT_OBJECT_STATUS(v_rep), 1, 20);

  • I am having trouble running videos through Safari but not Google Chrome.  All I get is a black screen.  I have the latest adobe flash update and have enabled plug ins.  any suggestions?

    I am having trouble running videos through Safari but not Google Chrome.  All I get is a black screen.  I have the latest adobe flash update and have enabled plug ins.  any suggestions?

    Open System Preferences > Flash Player then select the Advanced tab.
    Click Delete All under Browsing Data and Settings
    Not empty the Safari cache.
    From your Safari menu bar click Safari > Preferences then select the Advanced tab.
    Select:  Show Develop menu in menu bar
    Now click Develop from the menu bar. From the drop down menu click Empty Caches.
    Now try a video.

  • When i run report through OC4J Application i get a exception message

    When i run report through OC4J Application i get a exception message saying Server returning invalid xml and the exception number is JBO -29000. The Reports Server is installed on machine having IP 10.191.99.254.
    Below is the exception message:
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: java.io.IOException, msg=Server returned HTTP response code: 500 for URL: http://10.191.99.254:8888/reports/rwservlet/showjobidnull
    Anybody Please help me out with this issue.....because I am really fed up with this problem....want some urgent help.....
    One possible workaround which I could make out is there needs change to be made in the .rdf files in Report Builder and then inside the User Parameters we change the Initial Value to * from % because the Reports Server encodes every value as %Initial_Value% and hence if the initial value for the parameter is % then it does not get a valid value and hence it returns as an invalid xml
    But unfortunately it seems this workaround does not work.Please help as soon as possible.

    Hi,
    you said that some changes were made in the .xml files but i had said that all the files present in Reports Developer or Reports Builder are .rdf files and I had made changes in the .rdf files for this articular report and then compiled it thereitself and then ran a paper layout of the report but the report did not comprise any data.
    There was sufficient data also to populate the report. So this may not be a database issue. Please help if you can ASAP.

  • How to run internet through Network provider conne...

    Hi i want to know how to run internet through netwok provider?
    I tried but not got anysolution it asking for WIFI only

    i have those settings but after i gave mobileto reinstall the firmvare software to NOKIA CARE, and now its not asking
    i have good service provider, on any mobile i insert sim the sim automatically sends messeage gets its settings and asks to install that settings
    But now its not asking on My N97 it means i already have butnot asking to choose
    I am using DOCOMO
    Message Edited by dbzbux on 29-Oct-2009 06:55 AM

  • How to generate netui controls at run time through some action in pageflow

    Hi,
    I want to create a dynamic table on jsp but don't want to create any control in design time. I will pass some query to the database and no. of textboxes should be created automatically based on the no. of field in result.
    Could you please help me in achieving this?
    Thanks in advance.
    Alka

    I know this but I don't want to write <netui:repeater> tag in jsp page at design time. I want to write some code in an action of page flow which will create that repeater programmtically and will set all it's properties accordingly.
    Initially my jsp page will not contain any netui control even I want to do this at run time through some coding. Is there any way to do this?
    Did you get what I want to do?

  • How can i run word through windows on my mac

    how can i run word through windows on my mac

    It is difficult to understand your question. Do you want to run Word in Windows on your Mac, or do you want to run Word on your Mac?
    You can install Office for Mac.
    http://www.microsoft.com/mac/products
    Or you can install Windows and then install Office for Windows in your Windows installation.

  • Run reports through browser on local machine

    Hi,
    I am trying to run 6i reports through a web browser. I have
    installed 6i and the reports server on a local machince. I have
    configured the reports server and can get it to start.
    In order for me to run reports on my local machine through a web
    browser do i need a web server ?
    I am in my final year @ university, if i need a web server can i
    use personal web server ?
    The purpose of running them through a browser is only for a demo
    for my final year project.
    Oracle team : any chance you could host my report ? LOL
    Thanks in advance for ANY help,
    Russell.

    Hi,
    If you have installed the 6i Base Release i.e (6.0.8.8.0) version
    then the WEBDB Listener comes with the 6i CD. When you install
    it automatically get installed also.
    In that case you don't need to have the web server. You can
    call the report on web using the following URL:
    http://host:port/dev60cgi/rwcgi60?report=<reportname>&otherparame
    ters.
    Here Host and port specifies that machine name and port number
    where your webDB listener is installed.
    In your case it will be your local machine. By default the
    port on which the WebDB is installed is 80.
    You can use any web server also, thing is that web server should
    support the CGI implementation.
    In case of more info you can update this posting.
    Hope this helps
    cheers
    Arun

  • Java code runs normally through Eclipse but gives Encoding error thru cmd

    I am executing the following query given below through Eclipse and cmd in Windows NT enviroment.
    Statement stBMS = ConBMS.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
             String myQuery = "SELECT AL1.APPL_NM, AL1.DATA_CAT_CD, AL1.GEO_NM, AL1.CTRY_CD, AL1.CMPNY_CD, AL1.JOB_NM, AL1.JOB_RUN_TMS, AL1.JOB_CMPLTN_IND FROM BMS.IW_CONTRO AL1 WHERE (AL1.APPL_NM='BCSDM       ' AND AL1.DATA_CAT_CD='CURRLBR     ' AND DATE(AL1.JOB_RUN_TMS) >= CURRENT DATE AND AL1.JOB_CMPLTN_IND='Y')";
    ResultSet rsBMS = stBMS.executeQuery(myQuery);It runs normally through Eclipse but when i run it thru cmd i get the following error:-
    Exception:Encoding not supported!! DB2ConnectionCorrelator: G9339865.ND54.
    01F9C9142526encoding not supported!! DB2ConnectionCorrelator: G9339865.ND54.01F
    9C9142526
    com.ibm.db2.jcc.b.DisconnectException: encoding not supported!! DB2ConnectionCo
    rrelator: G9339865.ND54.01F9C9142526

    Like most IDEs JBuilder too can be configured to not only use several compilers (in fact it can use a lot more than can Eclipse, basically any compiler you want it too rather than just a few built-in ones) and can also be set to accept different language compliance settings for each of them.
    So even if your teacher has a 1.5 compiler installed it doesn't mean JBuilder will use it (it has to be told to use it) nor that his project settings will use 1.5 language compliance.
    If he has a version older than JB 2005 he won't get syntax highlighting and things like that for 1.5 whatever he does, and won't get 1.5 level language features either (as those versions predate 1.5). He can plug in the 1.5 compiler but the IDE will reject the new language features because it simply doesn't recognise them.
    Pre 3.1 Eclipse versions do the same.

  • How much RAM do I need to run windows through paralells sucessfully/smoothly?

    I have a MacBook with 2 gb of memory and need to run a program for school that is only available through windows. The program requires 128 mb ram to run. What would be the system requirements necessary to run windows through paralells and then this program on top of it. Do I have what it takes? or is my MacBook able to be upgraded to meet those requirements?

    You didn't mention which version of Windows the program requires, or which MacBook Pro model you have.
    I have successfully run Windows Microsoft Office 2010 and other older Windows applications under both XP and WIndows 7 with Parallels 5 in 2Gb of total RAM on my mid 2007 MacBook 2,1 with integrated GMA 950 video on both Mac OS X 10.5.8 'Leopard' (though Win 7 is not 'officially supported') and 10.6.6 'Snow Leopard'
    But performance is, uh, 'limited', especially for processor-intensive applications like graphics programs.
    My Core2Duo 2.16Ghz processor often runs at 100% of one processor, so the fan is often running at high speed all the time Windows is running. It is still possible to run Mac applications like Mail and Safari at the same time.
    Since I upgraded to 4Gb RAM (although by design, my Mac 2,1 system only recognizes 3Gb) Windows 7 runs a bit better, though still at a slower speed than the same program with Windows 7 under Boot Camp where it has access to the full 3Gb.
    I do own a copy of Parallels 6, purported to provide some performance gains, but I have not yet installed it, because I doubt that my current configuration will provide enough performance gains to warrant the time and trouble to install Parallels 6 and then have to once again deal with Microsoft Support over yet another 'reinstallation' of my perfectly legitimate, legal copy of Windows 7 Home Premium.
    If you don't need simultaneous access to both Windows and Mac applications, Boot Camp will likely give you adequate performance with XP in 2Gb.  RAM memory upgrades are certainly available from Apple and reliable vendors such as Other World Computing (www.macsales.com) where I've purchased several of my RAM and hard drive upgrades for a MacBook and a MacBook Pro.
    Message was edited by: kostby

  • FCP 7: Bizarre Line Running Up through Footage

    I have been working with the same footage for nearly two months now, and only recently have I noticed this bizarre horizontal line that will occassionally (but now more frequently) run UP through the footage. I will pause, and the line will not be there. I will play the footage again, and the line will have disappeared. Then suddenly it will start running up again. This did not worry me terribly until when I exported some of the footage, the line was there again when I played its Quicktime file.
    However, the line does not appear on an external monitor or TV that my laptop is attached to. Therefore, I think perhaps it could have something to do with my laptop's display? Also of note, I have just started using After Effects, but I don't see any reason how this might affect the situation.The line is just overall very strange and bothersome.
    For technical specs, I edit with a MacBook Pro about six months old, so one of the newest editions. I edit with the prores 422 codec, and the footage is from a Canon 5D.
    Any suggestions on how to get rid of this line, changing the RT, how the sequence runs, would be of great help.
    -Vic

    Figured it out. It was the external monitor that was creating the line! Who would have thunk it!

  • How would I be able to run iTunes through my nVidia Graphics card?

    I would like to run iTunes through my nVidia Graphics Card, because the visualizations when playing music are running slow...
    The option however in the nVidia Control Panel for iTunes has been disabled...
    Two programs - Not Games - have been compared to show what I'm talking about...
    This is iTunes' settings... Number 2. Select the preferred graphics processor for this program - Disabled
    Now...
    Google Chrome's Settings... Number 2.  Select the preferred graphics processor for this program - Enabled
    And I'm able to select the card I want the program to run through...
    Any help would be appreciated.
    Thanx in advance

    Thanx Nightangelg
    This does present a temporary fix to this problem, but would like to run it from the original iTunes.exe file as well.
    I tested the visualizations again and it couldn't run smoother
    I will send nVidia a ticket as well, although I think it might be Apple that need to enable something in their exe file?
    I am not an expert in program development though, so i might be wrong.
    Thanx again
    Regards

Maybe you are looking for

  • Error in Supplier importing interface

    Hi, I am working on supplier Importing Interface. I have to import suppliers, and supplier site information into base tables. I successfully loaded the data into AP_SUPPLIER_INT and AP_SUPPLIER_SITE_INT interface tables. After submitting 'SUPPLIER OP

  • How can dust get under the screen like this ?

    I have a large piece of dust under my screen about an inch up and an inch from either side of the screen. I use a cover on the rear of my phone, and have a zagg cover for the screen. How on earth can a speck get this far in ? I thought these were pre

  • Can't open PDF's in browser problems?

    I have Acrobat Standard 6.0 and Adobe Reader on my system.  For some reason, now when I try to open a pdf in the browswer, specifically in IE - I get the message "the adobe acrobat reader that is running cannot be used to view pdf files in a web brow

  • E-mail Attachment Name Changes

    I have a following problem with mail attachments: When I drag the attachment from my mail window onto my desktop, the attachment name changes to "unknown". So for example, "cat.jpg" would become "unknown.jpg". To make this a bit more complicated, the

  • SAP data update to Micorsoft Outlook via Outlook intergration

    Hi All, Could we create an activity in SAP Business One and have it update to Microsoft Outlook Calendar/Task/Note by using Outlook intergration?  Also, could we update the SAP BP info to Microsoft Outlook Contacts?  Thanks.