Two actions on same day

hi,
We have requirement where we need to run the two actions on same day
Hiring actions
Change in pay action
In hiring action basic pay has to come as mention in pay scale group then they want to run one more actions called change in pay on same day where they would maintain basic pay
My doubt is that will we able run two actions on same day if yes,
I have actived IT0302 addition action and T77S0 Table as  ADMIN              EVSUP  1
Please let me know what the other settings I have to do 
I am getting below error when I run two actions on same day

You can excute multiple actions for an employee on same date in PA40
For Example:
  An Employee of a company , got Hired and Change in Pay on the Same date.
You need to execute  RPUEVSUP program  for Activation of Additional Actions  and
In T77S0 table: below values should be maintained
Group name Semantic abbr.    Value
ADMIN           EVSUP                1
In T529A table:below value should be maintained
      Field                         Value
      Action Type              A3 (Hiring)
      Update IT0000           X
      Update IT0302           X
      Field                         Value
      Action Type              A9 (Change in Pay)
      Update IT0000           X
      Update IT0302           X
I hope this will resolve your issue

Similar Messages

  • Recruitment actions -- Actions on same day

    Hi,
    I have a requirement to configure actions ,which can be executed on the same date.
    Eg: Initial entry date 01.01.2008
         Offer of contract 01.01.2008
         Prepare for hiring 01.01.2008
    Note:All the actions should exist in actions infotype(4000).
    This is callcenter scenario,as they recruit and hire them as employee on the same day.
    Your Help will be appreciated!!!

    you can perform actions which do not change the status of the employee on a particular day and they will be updating actions infotype
    http://saphrexpert.blogspot.com/2008/12/two-status-changes-of-employee-in-same.html
    http://saphrexpert.blogspot.com/2008/12/additional-actions-infotype-it0302.html

  • Is there any possiblity to run 2 same actions on same day...

    Hi Experts...
    According to my user s need..they want to run "change of position action" twice on the same date with different position Ids.
    I have tried but the recent action overrides the first action details.
    In overview i can able to see only one Change of position action.
    Even i tried to see 0302 IT through SE11.There i have found additional action is there for every action performed to him including Hiring action.There is only one addtional action is showing up for change of position action.
    Please advise me to resolve the problem.
    How i have to answer the client.
    Regards,
    Ram sai.

    Hi,
    Puneet is right. 2 actions are possible (if one of them doesn't change the employment status) but they should be different.
    If you run the same personal action on the same day, then it's not an additional entry but a chang eof the earlier captured action so no recording of a 2nd action.
    Wilfred.
    PS For what it's worth, I won't bother creating an action '2nd position change' because then in no time action 3, 4, 5 will be "required" as well.
    Plain and simple: It's not possible to record the same action on the same day twice.

  • Struts- two actions with same path in struts config

    hai
    I am having html:select tag with two options (View And Download) in a form.My form signature is like <html:form action="select">.I mapped two options(View,Download) with same action path.When i click view it doesn't forwards(remains idle) and no error is shown.But i click download it forwards to the appropriate page.If iam having two tags with same action path the second is only working.This problem doesn't comes when iam having one tag alone.
    My code is here:
    -----------Select.jsp----------------
    <html:form action="Select">
    <html:select property="id">
    <html:option value="view">View</html:option>
    <html:option value="download">Download</html:option>
    </html:select>
    </html:form>
    ----------------Struts-config.xml------------
    <form-beans>
    <form-bean name="viewForm" type="ViewForm"/>
    <form-bean name="download" type="DownloadForm"/>
    </form-beans>
    <action-mappings>
    <action path="/Select"
    name="viewForm"
    type="ViewAction"
    input="/Select.jsp">
    <forward name="success" path="/Success.jsp"/>
    </action>
    <action path="/Select"
    name="downloadForm"
    type="DownloadAction"
    input="/Select.jsp">
    <forward name="success" path="/Welcome.jsp"/>
    </action>
    </action-mappings>
    Can i have action tag with same paths like this.If not please provide me a solution

    I have created two success pages.
    I have created two findForward in my ActionClasspublic ActionForward execute(ActionMapping mapping,...............)
    if(a==view)
    return mapping.findForward("success");
    else
    return mapping.findForward("success1");
    ----------------Struts-config.xml------------
    <form-beans>
    <form-bean name="viewdownloadForm" type="ViewdownloadForm"/>
    </form-beans>
    <action-mappings>
    <action path="/Select"
    name="viewdownloadForm"
    type="ViewdownloadAction"
    input="/Select.jsp">
    <forward name="success" path="/Success.jsp"/>
    <forward name="success1" path="/Success1.jsp"/>
    </action>

  • HT204088 I have buyed whts app for 55 n i have got the receipt on email.. Other then tht i have been charged 60rs two times on same day frim apple itunes store i dont know for wht reason?reply asap

    I need reply asap thnx

    Did you add or change the credit card details on your account a couple of times when buying that app ? If you did then each time that you did so you will probably have received a temporary store holding charge to check that the card details are valid and that the card is active - they should disappear within a few days
    Store holding charge : http://support.apple.com/kb/HT3702

  • Prevent multiple personnel actions being performed on the same day

    Hi Experts,
    Does anyone know if it is possible to prevent multiple personnel actions from being performed on the same day even where the action does not change the status of the employee?
    Regards,
    Janet

    Hi Janet,
    i mean to say if you activate the additional action then only the second action on the same day gets stored in to the IT-0302.
    if you dont activate additional actions then if you run the second action on same day it will over write the existing record and gives warning message that  this record over write the existing record.
    so here the point is if additional actions is activated then only system allows you to perform the second action on same day..
    other wise it will replace the existing record.
    if you want to prevent the additional actions to be prevented even after activating it --i think its not possible because the functionality of the IT 0302 is to save more than one record.
    yes you can restrict the to perform the action through authorizations 
    hope it is clear 
    regards,
    mohammed

  • Two buttons in same jsp page

    hello to java people
    My ? is, jsp page named as login.jsp, In this page i want to use two buttons.
    If i click on one buton it will goto sucess.jsp and for another button it will go to find.jsp.
    i.e, two actions in same page, is it possible ?
    help me by giving sample code.
    thanks

    thanks balu for ur answer.
    pure java ?
    But my doubt is see we take one form
    <form action="sucess.jsp">
    <input text...>
    <input text...>
    <input type=submit name=sucess>
    <input type=submit name=find>
    </form>
    means whether i take two buttons as submit and names r diff..
    but at top only one action is there .
    how can they know to which page it has to go?
    do u understand my ?
    can u please give some sample code so that i can understand
    thanks

  • Two actions on the same day

    Hi Experts,
    I have activated the additional actions, even though i am not able to perform two actions on the same day. When i am running the second action on the same day, system deletes the first action. Plz help
    regards
    Kunal

    Hi Kunal..
    Check below:
    Cause and prerequisites
    You use the functions 'Additional actions' (infotype 0302) (that is, flag ADMIN EVSUP = 1 in table T77S0). If you delete or shift a created personnel action type 'Leaving' and then create a new personnel action without leaving the transaction, on the list screen of infotype 0000, the system does not display the last but one personnel action.
    Solution
    To correct the display problem, start report RPUEVSUP for the affected personnel number. Then check Customizing of the personnel action types (table T529A), since the report sets indicator U0302 (update of infotype 0302) active for all personnel actions.
    Hope this helps ! if so reward.
    Thanks
    Shyam

  • Can more than one action be maintained on same day?

    Hi
    Can more than one action be maintained on same day?
    Charlene

    Hi,
    SPRO -> PM->   PA->CUSTOMIZING PROCEDURES->  ACTIONS-> SETUP PERSONNEL     ACTIONS-> PERSONNEL ACTION TYPES. In this step check under both "U & U" columns for that particular action.
    •     Activate additional action infotype P0302 in T529A table.
    You can do two actions on the same day without changing employment status.
    •     Cause and prerequisites
    You use the functions 'Additional actions' (infotype 0302) (that is, flag ADMIN EVSUP = 1 in table T77S0). If you delete or shift a created personnel action type 'Leaving' and then create a new personnel action without leaving the transaction, on the list screen of infotype 0000, the system does not display the last but one personnel action.
    Solution
    To correct the display problem, start report RPUEVSUP for the affected personnel number. Then check Customizing of the personnel action types (table T529A), since the report sets indicator U0302 (update of infotype 0302) active for all personnel actions.
    •     RPUEVSUP --- Activation Program for Additional Actions (0302).
    Pls reward suitable points.
    Regards,
    IFF

  • Two or more productid will be accquired by same customerid, by same shipvia, on the same day of the week of shipped date. i want the simple query for this.

    consider this situation,
     Two or more productid will be accquired by same customerid, by same shipvia, on the same  day of the week of shipped date. i want the simple query for this.
    my tables are  from northwind:
    [orders] = OrderID, CustomerID, EmployeeID, OrderDate, RequiredDate, ShippedDate, ShipVia, Freight, ShipName, ShipAddress, ShipCity, ShipRegion, ShipPostalCode, ShipCountry.
    [orders details] = OrderID, ProductID, UnitPrice, Quantity, Discount.
    i tried some but it is not exact, it gives wrong result.
    select pd.CustomerID,pd.ProductID, pd.no_of_time_purchased, sd.ShipVia, sd.same_ship_count, shipped_day from
    select ProductID,o.CustomerID,COUNT(productid) as no_of_time_purchased
    from orders o join [Order Details] od on o.OrderID=od.OrderID group by ProductID,o.CustomerID
    having count(od.ProductID) >1) pd
    join
    (select OrderID,customerid, shipvia, count(shipvia)as same_ship_count, DATENAME(DW,ShippedDate)as shipped_day from orders
    group by customerid, ShipVia, ShippedDate having COUNT(ShipVia) > 1 ) sd
    on sd.CustomerID=pd.CustomerID

    Hi,
    I think I have a solution that will at least give you a clue how to go about it. I have simplified the tables you mentioned and created them as temporary tables on my side, with some fake data to test with. I have incldued the generation of these temporary
    tables for your review.
    In my example I have included:
    1. A customer which has purchased the same product on the same day, using the same ship 3 times,
    2. Another example the same as the first but the third purchase was on a different day
    3. Another example the same as the first but the third purchase was a different product
    4. Another example the same as the first but the third purchase was using a different "ShipVia".
    You should be able to see that by grouping on all of the columns that you wich to return, you should not need to perform any subselects.
    Please let me know if I have missed any requirements.
    Hope this helps:
    CREATE TABLE #ORDERS
     OrderID INT,
     CustomerID INT,
     OrderDate DATETIME,
     ShipVia VARCHAR(5)
    CREATE TABLE #ORDERS_DETAILS
     OrderID INT,
     ProductID INT,
    INSERT INTO #ORDERS
    VALUES
    (1, 1, GETDATE(), 'ABC'),
    (2, 1, GETDATE(), 'ABC'),
    (3, 1, GETDATE(), 'ABC'),
    (4, 2, GETDATE() - 4, 'DEF'),
    (5, 2, GETDATE() - 4, 'DEF'),
    (6, 2, GETDATE() - 5, 'DEF'),
    (7, 3, GETDATE() - 10, 'GHI'),
    (8, 3, GETDATE() - 10, 'GHI'),
    (9, 3, GETDATE() - 10, 'GHI'),
    (10, 4, GETDATE() - 10, 'JKL'),
    (11, 4, GETDATE() - 10, 'JKL'),
    (12, 4, GETDATE() - 10, 'MNO')
    INSERT INTO #ORDERS_DETAILS
    VALUES
    (1, 1),
    (2, 1),
    (3, 1),
    (4, 2),
    (5, 2),
    (6, 2),
    (7, 3),
    (8, 3),
    (9, 4),
    (10, 5),
    (11, 5),
    (12, 5)
    SELECT * FROM #ORDERS
    SELECT * FROM #ORDERS_DETAILS
    SELECT
     O.CustomerID,
     OD.ProductID,
     O.ShipVia,
     COUNT(O.ShipVia),
     DATENAME(DW, O.OrderDate) AS [Shipped Day]
    FROM #ORDERS O
    JOIN #ORDERS_DETAILS OD ON O.orderID = OD.OrderID
    GROUP BY OD.ProductID, O.CustomerID, O.ShipVia, DATENAME(DW, O.OrderDate) HAVING COUNT(OD.ProductID) > 1
    DROP TABLE #ORDERS
    DROP TABLE #ORDERS_DETAILS

  • How to arrive same day two difference prices for same material/customer

    how to arrive same day two difference prices for same material/customer.pls give the solution
    thanks in advance
    Aravinthan.K

    Hi
    This is possible through some careful customization
    In your condition table you need to bring the field PRICE LIST
    That is customer/ Material/ Price list
    That is customer  ABCD / Material X / Price list 01---Price is Rs 10
    That is customer  ABCD / Material X / Price list 02---Price is Rs 20
    The condition records to be maintained like this
    So same material and same customer with price list 01 price is Rs 10 and with  price list 02 price is Rs 20
    Now in sales order you will find  price list field in item details SALES B tab
    Through incompletion log you can make this field as an mandatory field
    Now in sales order same material and same customer according to the price lists different price is picked
    In img-sd-basic functions-Maintain Price-Relevant Master Data Fields--here you can define different price lists
    Regards
    Raja

  • Two Applicant Actions on same date ?!!!

    HI Gurus,
    Scenario: An applicant has been interviewd, contract offered, and Joined on same day.
    Please let me know can we map this ? Please guide
    ...Sadhu

    Hi,
    Perform the all action in the same day through the PB40 t.code.
    Then maintain applican activities completed in the PB60 t.code, don't complete the Joined action.
    This action will have to do the PBA7.
    Good luck
    Devi

  • Recruitment: Multiple Actions on the same day

    Hi expert,
    Understand that in PA, we are able to perform multiple actions on the same day with the aid of Additional Actions infotype (0302).
    However, in Recruitment module (i.e. PB), we are unable to perform the above, the previous action record will be deleted, thus we can't keep track of the actions taken.
    Can we extend the use of Additional action infotype to Recruitment (PB db) ? or is there other way to perform multiple actions on the same day in Recruitment ?
    All advises are appreciated.
    cheers,
    Sophie Tran.

    Hi,
    Please check the below link for that..
    http://sap.ittoolbox.com//groups/technical-functional/sap-hr/recruitment-multiple-actions-on-the-same-day-384674
    Thanks & Regards,
    Sandip Biswas

  • Two Travel Expenses for Meals in the same day

    Hi SAP Gurus,
    simple question for you, but I'm quite a newbie with Travel...
    Actually I'm not allowed to insert two Travel Expenses (not Reimbursement) for Meals in the same day, the system give me a blocking error message.
    Where have I to customize this function? I need to insert two Travel Expenses for Meals the same day, one for lunche and one for dinner.
    Thank you very much, bye!
    Stefano

    Hai..
    Can u pls let me know where ur trying to enter the travel expenses.. i mean in which infotype???
    PLS MENTION INFOTYPE NUMBER
    Edited by: Ram Manohar on Mar 25, 2008 4:15 PM

  • TS1362 downloaded two albums songs only play for 45 seconds and moves to the next one. happened to two albums downloaded on the same day need help

    downloaded two albums on the same day will play only 45 seconds of a song and goes to the next song on both albums need help

    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copies of the dodgy tracks and try redownloading fresh copies. For instructions, see the following document:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the items that are not playing properly. If you can't see "Report a Problem" next to the items, click the "Report a problem" button. Now click the "Report a Problem" links next to the items.

Maybe you are looking for

  • Uso de subVI's

    Olá a todos, criei um PI para uso pessoal, porém na hora de tentar implementar uma subVI para tornar o uso mais prático, a resposta da ação de controle fica diferente da resposta sem o uso da subVI. Alguém pode me explicar como consertar esse erro? O

  • AP Check PLD Not Printing Stub Information

    Hello, When printing an AP Check (PLD stub-check-stub) for a misc vendor (outgoing payment -> account). The stub portions does not print any data, only prints text. It does print fine for vendors. How do I get  the stub information to print for these

  • Download file from server

    Hi All, I am creating & storing some PDF files in a folder in the server. I want to give a link in a JSP where the user can download the files fromt he server where it is stored. There are so many ways, please some one enlighten me on this; about whi

  • I-book G4 - no video

    Thanks in advance for any assistance. Here's the issue: My I-book screen is dark. The computer is on (fortunately I had file sharing on so I've been able to access my important files) so it's obviously a video-related issue. I hooked up an external m

  • Is a subquery in a BO report limited to a max number of records???

    Here's my problem: I recieved an excel sheet with 700 records of customers from a client who wants me to to create a report with specific data for these customers in my Business Objects universe (BO6.5 on SQL Server). So I created a dataprovider with