Salary Report

Hi all
I am loking for a calculation of salary report for free lancer. Do someone has an example???.
Thanks

Hi Ritu,
Your requirement is simple. Explain to the Abaper like this
you want processed salary of the Employee for that month right ? then take from RT tables or go with report PC00_M40_ANN. And then check this report RPDKON00 for the assignment of WT --> Symbolic --> G/L Account. Abaper will create the report.
Report input/selection screen:
Company code:
Personnel area:
Employee Grp:
Payroll Area:
Personnel No:     from .........   to .........
Periods:
upto date        till date     current year     current month
other dates
Report output:
Empl.No.  Empl.Name   Period & Year   Wage type  Symbolic  G/L   Amount
*if you don't want symbolic ask them to hide.
* you have to confirm with the client if any retro happen which amount you have to consider in the report ? accordingly you have to ask abaper to take from the tables.
Best Regards,
Praneeth kumar

Similar Messages

  • Cannot View the Employee Salary Report in BI Publisher

    Hi, everyone,
    I have installed the Standalone version of bi publisher for windows (bipublisher_windows_x86_101341).
    I have logged in as administrator, I have connected to my oracle database 11g thru jdbc succesfully. i cannot view the Employee Salary report. It gives me the error
    Paramter name: dept Io exception: Invalid number format for port number.
    The sample schemas are also installed on my database.
    Could anyone guide me as i am very new to bi publisher.
    Thanks in advance....

    Hi Can you please let me know what did you do to fix this issue. I am having same issue. Thanks in advance.

  • Gross Salary Report Need to develop in ABAP Query -sap-hr

    Dear Experts,
    i need to create salary report through ABAP-query.
    i have following below stops.
    1)Create user group thorugh SQ03.
    2) Having problem in creating Infosets,as i need to use PNPCE as ldb and p9001,p9002,p9008,p9000,p90402.but when i am created infoset it is showing in order p9000,p9001,p9002,p9008,p90402.and i am not finding any where join condition,how will i join these.
    Didnt find any tutorials..for HR abap-query
    please advice.
    Thanks & Regards
    Anwar

    Dear Experts,
    i need to create salary report through ABAP-query.
    i have following below stops.
    1)Create user group thorugh SQ03.
    2) Having problem in creating Infosets,as i need to use PNPCE as ldb and p9001,p9002,p9008,p9000,p90402.but when i am created infoset it is showing in order p9000,p9001,p9002,p9008,p90402.and i am not finding any where join condition,how will i join these.
    Didnt find any tutorials..for HR abap-query
    please advice.
    Thanks & Regards
    Anwar

  • GL wise salary Report !!!

    Hi Seniors,
    Is there any standard SAP report for GL wise salary.
    If I have to create a Custom Report for GL wise Salary Register then what would be the essential input in order to share the same to abapers.
    Please suggest.
    Regards,
    Ritu

    Hi Ritu,
    Your requirement is simple. Explain to the Abaper like this
    you want processed salary of the Employee for that month right ? then take from RT tables or go with report PC00_M40_ANN. And then check this report RPDKON00 for the assignment of WT --> Symbolic --> G/L Account. Abaper will create the report.
    Report input/selection screen:
    Company code:
    Personnel area:
    Employee Grp:
    Payroll Area:
    Personnel No:     from .........   to .........
    Periods:
    upto date        till date     current year     current month
    other dates
    Report output:
    Empl.No.  Empl.Name   Period & Year   Wage type  Symbolic  G/L   Amount
    *if you don't want symbolic ask them to hide.
    * you have to confirm with the client if any retro happen which amount you have to consider in the report ? accordingly you have to ask abaper to take from the tables.
    Best Regards,
    Praneeth kumar

  • XML Publisher Enterprise Edition's report errors

    I have installed XML Publisher Enterprise Edition.when i open it through explorer i can see it's different folder that also have some report as Executive,Financials,HR Manager,Sales Manager,Warehouse Managment.when i try to open reports under these folders as Employee Salary Report under HR it gives error
    "The report cannot be rendered because of an error, please contact the administrator".
    plz help me how i can view these reports.same problem in my own created report.

    Shaun,
    How did get World Sales report work? What did you put on URL? I put:
    http://Sever name:15101/xmlpserver/Sales Manager/World Sales/WorldSales.xml
    It always showed error message to me.
    Please help, Thanks.
    - Jessie

  • PNP Report(Selection Screen)

    hi,
    i had attached the <b>Standard Selection screen</b> to my <b>ALV</b> report but i am not able to apply checks on the Selection screen to filter the data on my report and want to display accordingly..
    can anybody help me on this...

    Hi Dinesh,
    Even though I am not able to understand your query, just thought of sharing the idea which I used in one of the ALV.
    CASE 'X'.
        WHEN rad1.
          CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
               EXPORTING
                    i_callback_program = sy-cprog
                    i_structure_name   = 'ZSTOP_SALARY'
        i_grid_title       = '                  MANUAL STOP SALARY REPORT'
               TABLES
                    t_outtab           = itab
               EXCEPTIONS
                    program_error      = 1
                    OTHERS             = 2.
        WHEN rad2.
          CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
               EXPORTING
                    i_callback_program = sy-cprog
                    i_structure_name   = 'ZSTOP_SALARY'
        i_grid_title       = '                VACATION STOP SALARY REPORT'
               TABLES
                    t_outtab           = itab
               EXCEPTIONS
                    program_error      = 1
                    OTHERS             = 2.
      ENDCASE.
    Just check this... Hope this might help you out.
    Best Regards
    Renjan

  • Report Definition not found - calling a report from JDev.

    Hello,
    I have the following on my local machine:
    BI Publisher
    Jdeveloper
    I created a report in BI publisher called Test1, and now I am creating a web service in jdeveloper to call it.
    I am having issues with calling it from my jdeveloper.
    here is the code I am using to call my report (below).
    Since BI publisher is installed on my local machine I tried both paths but neither are working
    1- final String reportAbsolutePath = "C:\\Test1.xdo";
    2 - "http://aramamni-us.us.oracle.com:9704/xmlpserver/~administrator/Learn/Test1/Test1.xdo"
    I am sure 2 will not work since System.out.println("calling " + myPort.getEndpoint()); returns
    "calling http://localhost:9704/xmlpserver/services/PublicReportService"
    I know the problem is with this line of code but I can't figure it out.
    repResponse = myPort.runReport(repRequest,username,password);
        public static void main(String[] args) {
            try {
                bip_webservice.proxy.PublicReportServiceClient myPort = new bip_webservice.proxy.PublicReportServiceClient();
                System.out.println("calling " + myPort.getEndpoint());
                // Add your own code here
                 final String username = "Administrator";
                 final String password = "Oracle123";
                 //final String reportAbsolutePath = "/Web Service Test/HR Manager/Employee Salary Report.xdo";
                 final String reportAbsolutePath = "C:\\Test1.xdo";
                // Testing runReport
                System.out.println("Testing runReport Service");
                ReportRequest repRequest = new ReportRequest();
                repRequest.setReportAbsolutePath(reportAbsolutePath);
                repRequest.setAttributeTemplate("default");
                repRequest.setAttributeFormat("pdf");
                repRequest.setAttributeLocale("en-US");
                repRequest.setSizeOfDataChunkDownload(-1);
                System.out.println("1111111111111");
                ParamNameValue[] paramNameValue = new ParamNameValue[1];
                paramNameValue[0] = new ParamNameValue();
                paramNameValue[0].setName("EMP");
                System.out.println("2222222222");
                paramNameValue[0].setValues(new String[] {"20"});
                //paramNameValue[1] = new ParamNameValue();
                //paramNameValue[1].setName("p_job");
                //paramNameValue[1].setValues(new String[] {"CLERK"});
                repRequest.setParameterNameValues(paramNameValue);
                System.out.println("3333333333333");
                ReportResponse repResponse = new ReportResponse();
                System.out.println("4444444444");
                System.out.println(username);
                System.out.println(password);
                System.out.println(repRequest);
                repResponse = myPort.runReport(repRequest,username,password);
                System.out.println("55555555");
                String contentType = repResponse.getReportContentType();
                System.out.println(contentType);
                byte[] baReport = repResponse.getReportBytes();
                FileOutputStream fio = new FileOutputStream("C:\\temp\\test.pdf");
                fio.write(baReport);
                fio.close();
            } catch (Exception ex) {
                ex.printStackTrace();
        }Output -> Report Definition not found
    calling http://localhost:9704/xmlpserver/services/PublicReportService
    Testing runReport Service
    1111111111111
    2222222222
    3333333333333
    4444444444
    Administrator
    Oracle123
    bip_webservice.proxy.ReportRequest@8238f4
    WARNING: The received SOAP fault contains non standard fault element: "{http://xml.apache.org/axis/}hostname".  This element will be ignored.
    javax.xml.rpc.soap.SOAPFaultException: oracle.apps.xdo.webservice.exception.OperationFailedException: PublicReportService::generateReport Failure: Due to oracle.apps.xdo.servlet.CreateException: Report definition not found:C:\Test1.xdo
         at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:565)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:400)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:113)
         at bip_webservice.proxy.runtime.PublicReportServiceSoapBinding_Stub.runReport(PublicReportServiceSoapBinding_Stub.java:3733)
         at bip_webservice.proxy.PublicReportServiceClient.runReport(PublicReportServiceClient.java:173)
         at bip_webservice.proxy.PublicReportServiceClient.main(PublicReportServiceClient.java:84)
    Process exited with exit code 0.Thanks for the help - what can i do to solve this.
    Edited by: Rooney on May 25, 2010 2:57 PM

    I tried to follow the suggestions provided in the earlier post and called the BI report from SOAP UI
    but i am getting an error
    oracle.xdo.webservice.exception.OperationFailedException: PublicReportService::generateReport for reportAbsolutePath [/users/weblogic/Sample/Training.xdo] failed: due to oracle.xdo.servlet.CreateException: Report definition not found:/users/weblogic/Sample/Training.xdo [username=weblogic]
    I am not sure what is the issue.
    Can you please guide me on the same?
    Regards
    AR

  • Report is not rendered.

    Hi all,
    Once i click on Employee Salary Report under HR Manager in BI Publisher following error is displayed,
    "The report cannot be rendered because of an error, please contact the administrator."
    What could be the problem?.
    Thanks,
    Karthi

    I guess you are looking into the report shipped with BI Publisher installation. This report has dataset as SQL query which needs to connect to a data source. So just add a JDBC connection (navigate to Admin Tab) and use that data source for this report. The data expects to connect to HR schema.

  • Automating user specific Report packs

    We have a requirement to produce report packs by email. It has to be sent to a list of users and include a cost centre report and a salary report. I have created a web template that includes the 2 reports. The issue is that each recipient should only see the data for the cost centres and employees they are responsible for directly and indirectly.
    So currently I can send out the reports using the broadcaster, however this will send the same report to everyone. We need each user to only see the cost centres and employees that they manage. I wanted to know if any one else come up with this type of requirement and how they solved this.
    We dont really want to set up the broadcaster for each user, there could be hundreds. Any help greatfully aprreciated and will be rewarded with points.
    regards,
    Sanjay

    If it's any consolation, this functionality exists in 2004s (formerly known as BI 7.0),

  • Authorisation issue - the report is running and

    Hello friends,
    Need some help .
    There is one salary report , which user is not able to see the data . It is running and running for 1/2 hours
    and finally the message coming that action is cancelled.
    I have checked the data flow and everything seems correct .
    It seems the problem with user authorisation .
    How could i check the User id authorisation for this specific salary report. ?
    I am not aware about the more thing in authorisation.
    Thanks in advance.
    Regards

    I feel this is not authorisation issue. But i am not sure.
    Any way.
    Run that report in tcode RSSMQ with that particular user id and try to check SU53 Tcode in another window for that user id immediatly after getting error message while running the report
    RSSMQ - Runs report with other user ids
    SU53 - gives information on authorisation problems if any (It is authorisation Trance)
    Thanks.
    Edited by: BI Dev on Jan 3, 2008 5:29 PM

  • Security Issue while calling a OBIEE report from SOAP UI

    I created a sample report in OBIEE and am trying to run the report from SOAP UI
    I am using the ReportService WSDL and runReport operation for the same.
    I am getting following error  failed: due to java.lang.SecurityException: Security violation: ~weblogic/Drafts/test.xdo, user: weblogic, permission: 0<
    The user weblogic is the default use and i have assigned all the groups.
    Again in application roles under the Application Strip in Obi i have assigned user weblogic to all the roles.
    Still i am not able to call this web service and is failing with the above mentioned message.
    Am i missing anything?

    Just in case the error message might help you to identify the issue.
    <soapenv:Fault>
             <faultcode>soapenv:Server.userException</faultcode>
             <faultstring>oracle.xdo.webservice.exception.OperationFailedException: PublicReportService::generateReport for reportAbsolutePath [~weblogic/_temp/Salary Report.xdo] failed: due to java.lang.SecurityException: Security violation: ~weblogic/_temp/Salary Report.xdo, user: weblogic, permission: 0</faultstring>
             <detail>
                <oracle.xdo.webservice.exception.OperationFailedException/>
                <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">MachineName</ns1:hostname>
             </detail>
          </soapenv:Fault>

  • How to scroll to region in a page dynamically

    I have bunch of regions in a page. One of the region is report region and I need to show atleast 25 rows in this report. I have another region below this report which displays the details of the emlloyee and allows user to edit record. When user clicks on the report column link in the employee report above, is it possible to scroll to the edit region at the very bottom of the page dynamically,so that user don't have to do vertical scrolling ?.I can't put the edit region in " region Column2", as column2 region space is also displying some related salary reports. I've the sample page on APEX. any ideas are appreciated.
    http://apex.oracle.com/pls/otn/f?p=54577:20
    workspace:Godavarthi
    username:[email protected]
    password:apex_demo
    thanks for you help,
    Surya

    Surya:
    Yes, it is possible. Use the same technique as in the report column link.
    Change the button target to URL and for the URL specify
    f/?p=&APP_ID.:<target_page>:&SESSION.:::<comma separated list of items to set>:<comma separated list of values>#<anchor_name in region header>Varad

  • How to pass parameters to a SQL query or Data template

    Hi,
    The requirement is that my final report will take 'date' as input from the user and print only those records which have date later than the user-supplied 'date'. ('Date' is a field in the database).
    I know the way to achieve this is to use user-defined parameters.
    I have read the user guide, and have created user parameters. From the user guide: "The Report Editor allows you to define your query, define
    the parameters that you want users to pass to the query,..."
    However there is no example given. (I could not find).
    Any guidance?

    Are you using Enterprise Server environment ? If so, you can find a sample report in the Shared Folders under HR Manager - Employee Salary Report. Please revert if you still have confusion.

  • Error in viewing data in a data template with multiple data sources

    Hello,
    I have designed a data template with two data sources.One is from DEPARTMENTS table and the other datasource is a xml file.Following is the code for the data template :
    <dataTemplate name="EmployeeListing" dataSourceRef="demo">
    <parameters>
    <parameter name="p_DEPTNO" dataType="character" defaultValue="20"/>
    </parameters>
    <dataQuery>
    <sqlStatement name="Q1">
    <![CDATA[SELECT DEPARTMENT_NAME,DEPARTMENT_ID,LOC from DEPARTMENTS]]>
    </sqlStatement>
    <xml name="empxml" expressionPath=".//ROW[DEPARTMENT_NAME =$DEPARTMENT_NAME]">
    <url method="GET" realm="" username="" password="">file:///D:\OraHome_1\xmlp\XMLP\DemoFiles\Employee Salary Report.xml</url>
    </xml>
    /dataQuery>
    </dataTemplate>
    The problem is when i am trying to view the data, only data from SQL Query Q1 is getting displayed and the data from Employee xml is not at all getting displayed.
    Could anyone please let me know what i am missing?
    Thanks
    Nutan
    Edited by: user609971 on Oct 23, 2008 8:06 AM

    This is from Documenation sample....
    Did you see the data structure section, where you say, how you wanted the columns ?
    <?xml version="1.0" encoding="WINDOWS-1252" ?>
    <dataTemplate name="Employee Listing" description="List of Employees" v
    ersion="1.0">
    <parameters>- Defines a single parameter for the Department Number
    - with default of 20:
    <parameter name="p_DEPTNO" dataType="character"
    defaultValue="20"/>
    </parameters>
    <dataQuery>
    <sqlStatement name="Q1">
    <![CDATA[SELECT DEPTNO,DNAME,LOC from dept
                      order by deptno]]>
    </sqlStatement>
    <xml name="empxml" expressionPath=".//ROW[DEPTNO=$DEPTNO]"> - Defines name
    - and link to DEPTNO in Q1
    <url method="GET" realm="" username="" password="">
    file:///d:/dttest/employee.xml</url> - Defines url for xml data
    </xml>
    </dataQuery>-
    <dataStructure>- The following section specifies the XML hierarchy
    - for the returning data:
    <group name="G_DEPT" source="Q1"
    <element name="DEPT_NUMBER" value="DEPTNO" />
    <element name="DEPT_NAME" value="DNAME"/>
    - This creates a summary total at the department level based
    - on the salaries at the employee level for each department:      
    <element name="DEPTSAL" value="G_EMP.SALARY"
    function="SUM()"/>
              <element name="LOCATION" value="LOC" />
    <group name="G_EMP" source="empxml">
    <element name="EMPLOYEE_NUMBER" value="EMPNO" />
    <element name="NAME" value="ENAME"/>
    <element name="JOB" value="JOB" />
    <element name="MANAGER" value="MGR"/>
    <element name= "HIREDATE" value="HIREDATE"/>
    <element name="SALARY" value="SAL"/>
    </group>     
    </group>
    </dataStructure>
    </dataTemplate>

  • Calling BI Publisher API's from pl/sql

    Hi,
    We are currently in Oracle Applications : 12.0.4, RDBMS : 10.2.0.3.0 and have a requirement to generate a pdf report using BI Publisher from pl/sql.
    We do not want to go to Concurrent Manager because this report will be generated every minute and should be real time.
    So my questions are:
    1) Can I load the bi publisher jar files into the database and try generating the report using the api's. Is this approach correct?
    2) Can someone help me with the jar files that i need to load. I don't have Java experience and hence need to know this.
    3) With this approach can I directly print to the users printer. The user doesn't want to see the report output on the screen.
    Please let me know how should i go about with this.
    Thanks.

    Hi Ike,
    Tim has suggested to use Web services and I have few questions about it. see below.
    We are currently in Oracle Applications : 12.0.4. We are using BI Publisher that comes with Oracle Applications. I had few questions :
    Do we need to install BI Product separately to use the Web Service Feature ?
    Do we need to install some components for BI to use the Web Service Feature ?
    How do we integrate BI Web services with Oracle Applications?
    I went through the guide and found an example to call a report . I tried the url for bipEndpoint variable and it doesn't return anything.
    My report is defined in Oracle applications as a Concurrent Program. What do we need to pass in xdofile variable.
    Please let me know how to proceed with this.
    Thanks.
    --- Sample Code from guide Oracle® Business Intelligence New Features Guide Release 10.1.3.4.1
    public static void runReport() throws Exception {
    final String bipEndpoint =
    "http://mycompany.com:9999/xmlpserver/services/PublicReportService?wsdl";
    final String bipNamespace = "http://xmlns.oracle.com/oxp/service/PublicReportService";
    final String xdofile ="/HR Manager/Employee Salary Report/Employee Salary Report.xdo";;;
    // set up the call object
    service = new Service();
    call = (Call) service.createCall();
    call.setTargetEndpointAddress(new URL(bipEndpoint));
    // TEST Run Report
    System.out.println("TESTING runReport Service BEGIN");
    // register the ReportRequest class
    QName reportReq = new QName(bipNamespace, "ReportRequest");
    call.registerTypeMapping(ReportRequest.class, reportReq,
    BeanSerializerFactory.class, BeanDeserializerFactory.class);
    // register the ParamNameValue class
    QName nmvals = new QName(bipNamespace, "ParamNameValue");
    call.registerTypeMapping(ParamNameValue.class, nmvals, BeanSerializerFactory.class, BeanDeserializerFactory.class);
    // register the BIPReportResponse class
    QName reportRespqn = new QName(bipNamespace, "ReportResponse");
    call.registerTypeMapping(ReportResponse.class, reportRespqn,
    BeanSerializerFactory.class, BeanDeserializerFactory.class);
    // Default return type based on what we expect
    call.setOperationName( new QName(bipNamespace, "runReport" ));
    call.addParameter( "ReportRequest", reportReq, ParameterMode.IN );
    call.addParameter("userID", XMLType.XSD_STRING, ParameterMode.IN);
    call.addParameter("password", XMLType.XSD_STRING, ParameterMode.IN);
    call.setReturnClass(ReportResponse.class);
    ParamNameValue[] paramNmVals = new ParamNameValue[2];
    paramNmVals[0] = new ParamNameValue(false, "dept", null) ;
    paramNmVals {"*"}) ;
    ReportRequest req = new ReportRequest("pdf", "en-US", "Simple", paramNmVals, xdofile);
    // issue the reques
    ReportResponse reportResp = (ReportResponse) call.invoke(
    new Object[] {req, "Administrator", "Administrator"} );
    System.out.println("Return ReportResponse: ContentType = " + reportResp.getReportContentType());
    // Save the report
    byte[] binaryBytes = reportResp.getReportBytes();
    OutputStream out = new FileOutputStream("D:\\temp
    out.pdf";;);
    out.write(binaryBytes);
    out.close();
    System.out.println("Success for Run Report");
    Thanks.

Maybe you are looking for

  • Saving images contained in a PDF document

    I get sent a school newsletter in PDF format. The newsletter contains photos/images. What is the best way to save these images so that I can save in iPhoto? I have searched for ages with no luck. If I need an app what do you recommend? Thanks Ian

  • Salary amount conversion based on Currency - LDB

    Experts, I am using LDB PNP in my report and it fetches salary data of an employee. But the problem is in table the amount is shown as 1,000.000  ( three decimal places as for currency EGP), but the same displays as 10,000.00 from LDB. How can this b

  • Missing applications for the SharePoint Web Services site in IIS

    We have SharePoint 2013 server farm and in one of the server missing service applications/virtual directories. Under IIS, "SharePoint Web Services" site including an Application Pool and SharePoint Web Services Root is available, but no applications

  • HTTP to RFC scenario - unable to consume URL link

    Hi All, I'm working on a HTTP to RFC scenario. Below is the URL link PI QAS Server to push XML data. http://Server IP:Port/sap/xi/adapter_plain? namespace=http%3A//rediff/ProjectSTAR/SME&interface=SI_OUT_ASYN_DIALER_CRM& service=BS_SME&party=&agency=

  • Chase Banking app not supported on Windows Phone

    I used to check my bank account on my Nokia Lumia 925 smartphone, but it is no longer available. I asked at my local Chase Bank and was told that Microsoft no longer wanted to support this app. This is a major inconvenience for me, enough for me to c