Want to run compensation process for all employee at once.

Dear All,
I have created Compensation Adjustment which use an user exit to read employee appraisal and create the compensation amount.
its working fine by this transaction code HRCMP0001C - Change .
but i want to run for all employees simultaneously, and here on this transaction, its only one employee can be select at a time for compensation adjustment.
any body hv any idea how to run this compensation process for all employees at once?
thanks in advance

there is one option available in Edit >Spreadsheet. but it giving an error.
Error while generating document
Message no. SOFFICEINTEGRATION141
Diagnosis
An internal error occurred in the SAP Document Container Control.
Procedure
If the error recurs, enter an error message. There are notes related to how to create a log file using the report SAPROFFICEINTEGRATIONTRACE.
any body hv idea how to solve it?...thanks

Similar Messages

  • In mdx how to get max date for all employees is it posible shall we use group by in mdx

    in mdx how to get max date for all employees is it posible shall we use group by in mdx
    example
    empno  ename date
    1         hari        12-01-1982
    1         hari        13-06-2000
    by using above data i want to get max data

    Hi Hari3109,
    According to your description, you want to get the max date for the employees, right?
    In your scenario, do you want to get the max date for all the employees or for each employee? In MDX, we have the Max function to achieve your requirement. You can refer to Naveen's link or the link below to see the details.
    http://www.sqldbpros.com/2013/08/get-the-max-date-from-a-cube-using-mdx/
    If this is not what you want, please provide us more information about the structure of you cube, so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Sales Commission Report for All Employees

    I'm trying to make a couple smartforms that will do the following tasks (each task is a separate smartform):
    1. Display the total sales amount for ALL employees over one month in a table format
    2. Display the total sales amount and commission for ONE employee over one month
    From my understanding, the way this can be achieved is through the ICM module?  I don't believe there are any default smartforms or sapscripts that are available for this functionality.  Can you please post information or links on how I would do this.
    I am also wondering if I will have to create a function module to create this form, or if I can use a print preview after setting the output type for this type of application?

    Try transaction VA05. In that choose "Open Orders" along with other selection criteria.
    If you want the Open sales order qty in output and its not displayed, do the following.
    Sales -> System modification -> create new fields ( without condition technique) -> New fields for lists.
    You can change V05TZZMO and structure VBMTVZ from there or use SE38 / SE11.
    For both you'll need an object registration in OSS.
    Hope this helps.
    Thanks,
    Balaji

  • Need to run the report for All Values when Null is passed in parameter

    Hi All,
    In my BIP report, I am using a parameter :asset with Type as Text, which means user will type the values for the parameter in the text box.
    Now, this parameter can take multiple comma separated values. I have a requirement to run the report for All Values when user doesn't enter any value in the parameter text box and if user enters any value(s) then the report will run for those values . The way, I tried to handle that in the query using couple of ways was :
    IMP : My Database is SQL Server
    where
    (table.asset = isnull((:asset), table.asset) or table.asset in (:asset))
    Now this works fine when I give a single asset number but when I give multiple values separated by comma like 123, 345 in the text box, then the statement fails saying 'encountered ,'
    I also tried simply
    table.asset in isnull((:asset),table.asset) -- but this doesn't work as it doesn't allow me to use in operater while using isnull and if i will use = operater then it won't work in case of multiple values
    Any suggestions on how can I handle this? Any help would be highly appreciated.
    Thanks,
    Ronny

    thanks for replying, but i tried this option too, it did not work for me, neither isnull nor coalesce. I mean, the solution work for single value but when i pass multiple values then separated by a comma then it doesn't work and shows me an error like "Incorrect Syntax ','". I am using SQL server as DB and bip is 10.1.3.4.1
    also please share the SR number, so i can also check the same.
    can there be any other work around to this?
    thanks,
    ronny

  • Need sql query for all employees list which are having lessthan maximum salary of manager in same departmnet;

    HI
    I want a sql query i.e., all employees list which are having lessthan maximum salary of manager in same departmnet;
    my table is like this
    employees
    EMPLOYEE_ID                               NOT NULL NUMBER(6)
    FIRST_NAME                                                   VARCHAR2(20)
    LAST_NAME                                 NOT NULL    VARCHAR2(25)
    EMAIL                                     NOT NULL          VARCHAR2(25)
    PHONE_NUMBER                                              VARCHAR2(20)
    HIRE_DATE                                 NOT NULL        DATE
    JOB_ID                                    NOT NULL           VARCHAR2(10)
    SALARY                                                           NUMBER(8,2)
    COMMISSION_PCT                                          NUMBER(2,2)
    MANAGER_ID                                                  NUMBER(6)
    DEPARTMENT_ID                                             NUMBER(4)
    if need the department table
    departments:
    DEPARTMENT_ID                        
    NOT NULL NUMBER(4)
    DEPARTMENT_NAME                      
    NOT NULL VARCHAR2(30)
    MANAGER_ID                                    
    NUMBER(6)
    LOCATION_ID                                   
    NUMBER(4)

    Try this:
    select
       employees.last_name || ', ' || employees.first_name “Employee”,
       employees.salary “Emp Salary”,
       sub.salary “Mgr Salary”,
       employees.department_id  “Department” 
    from
       employees,
       (  select
          mgr.department_id dept,
          max(mgr.salary) salary     
       from
          employees,
          employees mgr      
       where
          employees.mgr = mgr.employee_id      
       group by
          mgr.department_id) sub   
    where
       employees.department_id = sub.dept      
       and employees.salary < sub.salary
    Jeff

  • ABAP HR: Delete IT0009 data for all employees

    HI All,
      The reuqirement is to delete IT0009 for all employees from Dev system. Is there any function module which will do it in one go instead of loop and delete each PERNR record.
    Thanks.

    delete pa0009.
    for what do you need a FM?

  • I want to run a vi for 4 days and save 360,000,000 samples in a file

    Hi
    I want to run a vi for 4 days and save samples to a file.
    I use the Ni EX save to file.vi example provided by LabView and change the Trigger mode to "immidiate ref trigger" as I am measuring a DC voltage.
    The application runs correctly when min record length is 2048 however when I change the min record length to 2,000,000 I receive the following error message and nothing get saved:
    Error occurred at:  niScope Multi Fetch.vi
    <err>Driver Status:  (Hex 0xBFFA2003)
    Maximum time exceeded before the operation completed.
    Possibly no trigger received. Buffers done: 0, Points done: 0.000000.
    I appreciate if you help me in this regard,
    Maryam

    Maryam,
    Have you tried increasing the timeout?  What is the exact name of the vi that you are using. Also, what hardware are you using?  What driver versions do you have installed?  Actually, the more information you could give us, the better.  Thanks and have a great day!
    Regards,
    Lon A.

  • Documents of Record doesnt display for all employees inCustom Responsiblity

    Hi
    I have created custom responsibility with function of Documents of Record. I have enabled the Passport and Visa Information under this custom responsibility, it is not displaying the icon fro searching employees, default it is showing the same employee Passport and Visa Information.
    If i log in with UAE HRMS Manager, it is displaying the Search button for all employees where as new custom responsibility is displaying only one employee.
    Can you please guide on this.
    Regards
    Arjun
    [email protected]

    I haven't done any work related to IP-camera. So, sorry I can't help you with
    reading images from IP camera and generating a movie. But I guess, you might
    find a solution in some posts of this forum or if I remember correctly,
    in the book "Killer Java Games", there's a chapter discussing this issue
    of making movies in Java.
    I just happened to work on a project that requires reading images from
    a MJPEG stream. Unfortunately, it is a commercial project and I'd be very
    unprofessional if I expose some code of that project here even though
    I wrote the code myself. Anyway, I used a algorithm similar to what you
    guys did in this thread ((I implemented it abit differently, though)
    http://forum.java.sun.com/thread.jspa?threadID=494920&start=0&tstart=0
    One thing I noticed is that after I read the first image successfully, there were
    still some data, which I haven't got time to investigate what kind of data they
    are, before I encountered the boundary between successive images and other
    customized header lines. So after reading an image, I just read each line of
    data and check if it starts with the boundary string. If I got to the boundary,
    then I start to read (and remove other header lines) before I start reading the
    next image. Again, similar to the post mentioned above, this method
    requires you read the server manual (or print out the boundary and header
    lines in case you don't have such document available). But it does give you
    easy access to custom header lines.
    Alternatively, you can detect the start of the raw JPEG data like one guy in the
    above post did.
    Good luck, mate!

  • I want to run background process at plsql program based on the timeout

    Hi
    when it comes to ready state I want to run background process at plsql program based on the timeout
    Thanks and Regards
    ch saivikram

    Thanks dude
    This solution �start java TestClass� works fine �. But it does not solve my problem
    It opens another black window and that black window persist till the life time of my program
    Is it possible application run on complete background without opening another black window �as in Linux

  • How do I run a search for all photos on my iMAc?

    How do I run a search for all photos on my iMAc?
    Looking for something like search assistant...
    actually on an Ext Hard drive.

    open a finder window by clicking on mr. smiley face and then click on ALL PHOTO's on the bottom right

  • Want to take "CREATE script" for all roles existing in DB.

    Hi All,
    I want to take "CREATE script" for all roles existing in DB.
    Please provide me script to generate if you have or suggest any link or doc.
    Oracle 10G

    Use this-
    select 'select dbms_metadata.get_ddl(''ROLE'','''||ROLE||''')||chr(10)||''/'' from dual;'
    from dba_roles
    Please be aware grants will not come in the definition
    If you like the answer then don't forget to give points

  • Can I undo the Ken Burns effect for all clips at once (instead of pulling up each clip individually)?

    Can I undo the Ken Burns effect for all clips at once in iMovie (instead of pulling up each clip individually)?

    Yes, you can select multiple clips then Adjust, Crop, click on "Fit".
    Geoff.

  • Setting CUIC user permissions for all reports at once

    Hi all,
    We are using CUIC 8.0(4) Standard Edition and trying to set CUIC user permissions, such as Read, Exec and Write, for reports.
    If we need to give access to all reports then we should set permissions for each report separately.
    Is there any way to set those permissions for all reports at once?
    We attempted to set Read, Exec and Write premissions for the Reports, Stock and UCCE folders but no luck.
    Thanks.
    Nikolay

    Hi all,
    We are using CUIC 8.0(4) Standard Edition and trying to set CUIC user permissions, such as Read, Exec and Write, for reports.
    If we need to give access to all reports then we should set permissions for each report separately.
    Is there any way to set those permissions for all reports at once?
    We attempted to set Read, Exec and Write premissions for the Reports, Stock and UCCE folders but no luck.
    Thanks.
    Nikolay

  • Top Organization Classification as a Container for All Employees

    Hi All,
    I hope someone will be able to help me on this.
    From what I gathered in Oracle Documentation, the Employer is represented in HRMS as an enterprise structure and the Business Group is the highest Organization classification that serves as a container for all Organizations, Employees and other objects within it.
    However, I observed an Organization Classification "Employer" in the Define Organizations Screen.
    Does this mean that in fact the organization classification of the topmost organization in Oracle HRMS that serves as the container for ALL of the employees, is in the fact the "Employer" Organization Classification?
    Thks
    Ravi

    To determine the purpose and use of each organization you create, you give it one or more classifications. The setup information you enter for an organization depends in large part on its classification.
    Question : Does this mean that in fact the organization classification of the topmost organization in Oracle HRMS that serves as the container for ALL of the employees, is in the fact the "Employer" Organization Classification?
    No, organization classification of the topmost organization in Oracle HRMS that serves as the container should be "Business Group" Organization Classification.
    Thanks

  • I want to send Net Weight for all packages to Requisite

    HIo All Abapers,
    Currently the Each is the only package that has the true net weight.  The net weight for the other package levels contains the gross weight. So Users are manually setting the correct net weight.
    Here I want to Change the interface program to send the net weight for all packages not just the sales unit (Each).
    So can any body tell me, what i need to do here..
    points will be given..

    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access web mail, you need to seek support from your service provider or a forum for that service.
    If your problem is with Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/]
    or this one
    [http://forums.mozillazine.org/viewforum.php?f=39]

Maybe you are looking for

  • Can't see text on a PDF that has text and graphics.

    I create a monthly newsletter for a small non-profit and we send it out via email.  The original file is a publisher file then saved as a pdf.  When I tried to read it on my iPad, I couldn't see the text - only pictures.  However - everything is clea

  • Urgent: Video deleted

    Hi, I need help with something that happened just an hour ago. FCp seems to have deleted all the videos that were in the timeline, without my knowledge. After some hair pulling moments, i have concluded that all the video have been deleted. Let me te

  • Custom buttons in SORT FILTER  at  ALVs

    Hi all , Please let me  know  how to  attach  custom   push buttons to the  Standard one  ( sort  , filter  in alvs  ) Regards Aslam..

  • Speedfan Vs. MBM5

    I use speedfan as my monitor for CPU temp. Are there any advantages of MBM5 over speedfan? Jorge

  • Satellite P855-10G runs out of battery even when turned off

    Hi everyone, I have bought the Toshiba Satellite P855-10G, but im terrified because he runs out of battery even when turned off.. Anyone knows how can i solve the issue? Best regards, Igor Tarelho