How   to customise Personnel actions in Vesion 3.1 I

Hello Experts,
I have to  configure Personnel actions in version 3.1 but I could not find the node for the same .......Please help as it is urgent..
Thanks in advance
Rajeev Chhabra

Hopefully, this should help.
Even though it's vista specific, it should on windows 8 as well.
Effects panel
Install Actions in Photoshop Elements 7 on Vista
Action player
Install Actions in the PSE Action Player

Similar Messages

  • How to reproduce PA40 - List of Personnel Actions

    Greetings experts.
    I need to reproduce the list of Personnel Actions EXACTLY as they are displayed on the PA40 screen (same order, same items).  I can see that these values are coming from table T529T but not all of them are showing and I'm not sure how the program is ordering them in the display.
    I'm relatively new to SAP but I did try digging around in program SAPMP50A but for me it was trying to find a needle in a haystack. 
    Can anyone provide me with some advice on how to reproduce this, please?
    Thanks!

    Let me ask this another way.
    I recorded a PA40 session to create a participant.  The event selected on the client I recorded it on is 24 (24th item from the top of the "Personnel Actions" displayed).  However, on the client the user is testing it's in a different position.
    I'm on a very tight deadline and I don't have time to go back and re-work my code so I need to be able to somehow read the index (position) of the event I'm looking for so I can pass it to the BDC commands:
    PERFORM bdc_field       USING 'BDC_CURSOR'              'T529T-MNTXT(24)'.
    PERFORM bdc_field       USING 'BDC_OKCODE'              '=PICK'.
    If I could only access the list at runtime and somehow "query" it by doing a READ, etc., I could find the correct action and get it's position and replace the hard-coded "24" (from the SHDB recording) with the actual index.
    Any thoughts?

  • How to retrieve the action type of a PA40 action?

    Hi there,
    I am trying to find out the way to identify what was the action type for the personnel action that is just being executed. I will try to explain myself with a concrete example.
    Let's take the hiring action.
    A user goes to PA40 and initiates the action to hire a new employee. The program will then start guiding the user through the different infotypes defined within the infogroup.
    Let's say that the order is IT0001, IT0002, IT0006, ...
    I have setup table T779X to call a Function Module of my own after inserting IT0006. At that point in time I can know that the IT has been modified through transaction PA40 (sy-tcode) but, how can I know what action is being executed?
    Thanks

    Jim,
    Actions can always be found afterwards in IT000 indeed
    My problem is that I need to know what action type was initiated in REAL TIME. When I am debugging the batch for IT0006, after the user initiated an action through PA40
    Thanks for the answer anyway

  • How to perform TERMINATION action

    Hello experts....
    I am new to SAP... can anybody please let me know how to configure termination action and what type of infortype we will configure for Termination.Thanks in advance...........

    Hi,
    Follow the below mentuion steps:-
    1. Create an action say 'TM' at the img path mention below:-
    Personnel Management->Personnel Administration->Actions->Set up personnel actions
    2. Create action reasons also at the link below:-
    Personnel Management->Personnel Administration->Actions->Create reasons for personnel actions
    3. Add the termintaion action in the Action menu of your country:-
    Personnel Management->Personnel Administration->Actions->Change action menu
    4. Define infogroup for your termination action below:-
    Personnel Management->Personnel Administration->Actions->Define infogroups
    Usually, IT0001, IT0002, IT0014, IT0015, IT0041 are set up in the infogroup action. Also, get the requirements from your customer like which all infotype he will like to delimit.
    5. Most important is to set the Inactive status for the employee
    Go to table T529A and set the status as '0' in the employment field 'STAT2'.
    Thanks & Regards, Swapnil Mishra

  • How to configure additional action

    Hi,
    How to Configure additional action in a system where only  one action is allowed for an employee in same day in IT0000, and what is the purpose of IT0302.
    it will be helpful if any one shares the steps.
    Thank you
    Srihari

    Hi,
    Infotype 0302 Additional Actions allows you to automatically log all of the personnel action types that are performed for an employee on a specific date. It allows you to perform and document several personnel action types for an employee in the R/3 System on the same day.
    You can display and edit the data records logged in the infotype Additional Actions (0302) on the list screen of the infotype Actions (0000),
    In Customizing for Personnel Administration, choose menu path Setting Up Procedures -> Actions -> Set up personnel action types to specify, among other things, the following:
    whether you want to use the automatic logging of personnel action types in the infotype Additional Actions (0302)
    which personnel action type should be saved, that is preserved, in the infotype Actions (0000) if you perform another personnel action type for the employee on the same day.
    You can check the link below for detailed procedure for config:
    http://help.sap.com/saphelp_46c/helpdata/en/dd/234b6e5733d1118b3f0060b03ca329/content.htm
    Hope it helps!
    Arpita

  • Demotion In Personnel Actions

    Hi to All
    I have  a requirment in Personnel Action Demotion how we can configure this one
    1) Demotion - lower Designation with Same Salary
    2) Demotion - Same Designation With Lower Salary   
    For this what are the infotypes are i supposed tomaintaine in infogroups
    S.N.Infogroup Code      Infogroup Text     Sequence No     Operation Type  infotype  infotype text  sub tye sub type text
    thanks in advance
    Regards
    RBS

    01     COP     0001          Organizational Assignment
    03     COP     0007          Planned Working Time
    04     COP     0008          Basic Pay
    One way
    You can include IT0007 if any changes happening in his working pattern
    You can include or exclude IT0008 depends on change of basic pay is required or not
    You can include or exclude IT0001 depends on changes in same designation or not
    Second way
    You include the all above in those two actions and only change only the necessary infotype  you want

  • Customising the  "Action has been completed" page

    Does anyone know how to customise the page that is shown to a user when they go back to a completed activity?
    By default you have a white page with the info picture and the words " Action has been completed"
    I was wondering if anyone knows how to customise this completed page so that it shows something a bit nicer? (a static HTML page would be great to put in its place)
    We're on EP7 SP14 if that helps...

    Hi Danny,
    This can be achieved by using the "Callable Object for Display". if you are not aware there are two types of callable objects.
    1. Callable Objects for Execution (The one that we use mostly) - this callable object is called by the GP runtime when then user is executing the step.
    2. Callable Objects for Display - this callable object will be called when the execution for the step is already complete. And during later stage user comes back and clicks on some previous step.
    You can also check following link for more info
    [Re: Difference between Callable Object for execution and Display|Re: Difference between Callable Object for execution and Display]
    Another link
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4848c8d1-0c01-0010-33b9-87a6488c48a7|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4848c8d1-0c01-0010-33b9-87a6488c48a7]
    Hope this helps
    Regards,
    Ashutosh
    Edited by: Ashutosh Rastogi on Feb 21, 2008 5:42 PM

  • EG,ESG and personnel actions for multiple comapny

    Dear All,
    we are implementing SAP HCM for 2 countries (dubai and Pakistan both are same country grouping =99) in dubai they have 4 companies(4.Personnel Area's)with 4 company code. and in Pakistan ,they have 3 company's( Personnel Area's)
    My question is. each company's in Pakistan have different EG and ESG and also each company have different Personnel Actions,( some actions are not applicable to other PA for an example.. Transfer action  is not applicable to other PA in pakistan company
    How can i create diferent Employee gorup and employee sub group for each comapny (i mean for each personnel Area?
    pls help me
    Manjula

    Hi,
    ARU is correct.  The Personnel Areas are part of the Enterprise Structure and define an organization by location, product line, function, etc.  Employee Group/Subgroup are in the Personnel Structure and define the types of employees - hourly, salaried, sales, director, vice president, full time, part time, etc.  The Employee Groups/Subgroups, however, are country specific and in table T503Z can be assigned to one or more countries.  Thus, you could have certain Employee Group/Subgroups valid for Dubai and certain ones for Pakistan, but not between Personnel Areas if in the same country. 
    Also as responded to above, you can control the actions by User Group and have actions called the same have different infotypes or not appear at all based on the User Group assignment of the processor. 
    Paul

  • Difference between LOA paid LOA unpaid personnel actions?

    Hi experts,
    I just wanted to know how the difference between personnel actions LOA paid and LOA unpaid is specified in personnel actions in regards to infogroups and any configuration settings.
    Thanks..
    JEss..

    Hi,
    These actions are defined just to identify em[loyee as on Leave on Absence and some employees remain active and are paid and some get inactive and are not paid.
    Depending uon requirement with client either wage types are separated to be paid along with employee group sub group defined separately.
    Thanks,
    Ameet

  • Z-Button - How to call a Action Profile to Open a PDF-Doc. within an Event?

    Hi Experts,
    we have created a Z-Button that afterwards creates an event. In the coding for the event an Action Profile should be called and a PDF-Document should be opened. We have copied the coding from the standard button 'Print Preview' which is calling the standard event: EH_ONPRINT_PREVIEW.
    We have also defined a Z Action Profile which is a copie of SERVICE_CONFIRMATION. Our problem is we don't know how why our Z-Action Prodile is not called? What is the class lr_actioncontext (TYPE REF TO cl_crm_bol_entity)?
    DATA: lr_cn               TYPE REF TO cl_bsp_wd_context_node,
            lr_adminh           TYPE REF TO cl_crm_bol_entity,
            lr_actioncontext    TYPE REF TO cl_crm_bol_entity,
            lv_adminh_guid      TYPE string,
            lv_url              TYPE string,
            lc_head_context     TYPE REF TO cl_doc_context_crm_order,
            lt_item_context     TYPE ppftctxpos,
            iv_header_guid      TYPE crmt_object_guid,
            lif_decision_pop    TYPE REF TO if_bsp_wd_popup,
            lv_string           TYPE string.
      CHECK gv_print_preview_enabled = abap_true.
      lr_cn = me->get_context_node( gc_cn_btadminh ).
      CHECK lr_cn IS BOUND.
      lr_adminh ?= lr_cn->collection_wrapper->get_current( ).
      CHECK lr_adminh IS BOUND.
      lv_adminh_guid   =  lr_adminh->get_property_as_string( iv_attr_name = 'GUID' ).
      lr_actioncontext = lr_adminh->get_related_entity( iv_relation_name = 'BTHeaderAction' ). "#EC NOTEXT
      CLEAR gt_print_actions.
      CLEAR gr_action_popup.
      iv_header_guid = lv_adminh_guid.
      CALL METHOD cl_crm_uiu_actions_tools=>get_action_definition
        RECEIVING
          rv_action_def = lv_string.
      CALL METHOD cl_crm_uiu_actions_tools=>show_print_actions_popup
        EXPORTING
          ir_action_context       = lr_actioncontext
          ir_parent_node          = lr_adminh
          ir_view_controller      = me
          ir_component_controller = comp_controller
          iv_event_name           = gc_ev_print_preview_closed
          iv_for_preview          = abap_true
          iv_appl_guid            = lv_adminh_guid
        IMPORTING
          et_actions              = gt_print_actions
          ev_url                  = lv_url
        CHANGING
          cr_decision_popup       = gr_action_popup.
      IF lv_url IS NOT INITIAL.
        call_print_preview_popup( lv_url ).
      ENDIF.
    Best Regards

    Closed. No answers.

  • OSB : How can we copy  actions from one project folder to other projects?

    How can we copy actions from one project folder to other projects in OSB?
    For eg:
    I have a service call out action in Project1/proxySer1
    I want to copy this to Project2/proxySer2.
    Espicially, in our case error handling callout is common to all of our projects and we should be able to copy from one to another.
    Edited by: user10367892 on Aug 20, 2009 12:28 PM

    Thank you for the reply.
    It was my fault. I was on two different servers, while i was doing this and so didn't work. But copy /past action works as you suggested.
    Can I select multiple actions from one stage and paste to different proxy service? I have too many options to copy/paste and hence I have this question.
    Is there any other way of copying all selected actions in one stage to another, but not the complete stage itselft?

  • How can i set action on UITaBar and get event from that

    Hi All,
    I m doing one apps in which i have to add three UITabBarItem and this is UITabBarSystemItem.
    Now i cannot understand that how can i set action and get event from the?
    And how can i set various views on three tab bar item.
    I have to use UITabBar means i have to use UINavigationController+UITabBar
    My code id
    tabBar =[[UITabBar alloc] initWithFrame:CGRectMake(0,370,320,50)];
    tabBar.backgroundColor =[UIColor blackColor];
    UITabBarItem *search =[[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemSearch tag:0];
    UITabBarItem *recents =[[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemRecents tag:1];
    UITabBarItem *favorites =[[UITabBarItem alloc] initWithTabBarSystemItem:UITabBarSystemItemFavorit es tag:2];
    tabBar.items =[[NSArray arrayWithObjects:search,recents,favorites, nil] retain];
    tabBar.selectedItem = search;
    [myView addSubview:tabBar];
    [tabBar release];
    I add a action:
    UITabBarItem *search =[[UITabBarItem alloc] InitWithTabBarSystemItem:UITabBarSystemItemSearch tag:0 action:@selector(select:)];
    So it error: Warning -no'InitWithTabBarSystemItem:tag:action:' method fount
    So any can help me regarding it?

    Thanks RickMaddy very much.
    I read and do with sample at the View Controller Programming Guide . But when run it only view TabBar with title but haven't got any TabBarItem on it. I searched a few example about TabBar and i did, but i want do a form with a button then press on button it view a form with 2 TabBarItem on TabBar and press each TabBarItem will show correlative form page 1, page 2.
    UITabBarController *tabBarControl = [[[UITabBarController alloc] initWithNibName:nil bundle:nil] autorelease];
    tabBarControl.title = @"Tab bar";
    ViewControl1 *view1 = [[[ViewControl1 alloc] initWithNibName:@"ViewControl1" bundle:nil] autorelease];
    ViewControl1 *view2 = [[[ViewControl1 alloc] initWithNibName:@"ViewControl2" bundle:nil] autorelease];
    tabBarControl.viewControllers = [NSArray arrayWithObjects:view1,view2,nil];
    [self.navigationController pushViewController:tabBarControl animated:YES];

  • How to use same actions for differ pop-up

    Hi gurus,
    I am using 2 popup in a view.same popup's having same buttons 'Yes', 'No'.when i use 1st one i have to create an action for that Yes button where i put my code for that particular Action.
    But when i used 2nd one the action define for that is not acceptable with differ name.it takes only standard one.
    Now my Query is : How to use same actions for differ pop-up buttons with in a similar view?Where i put my code.
    Plz sugges me.
    <b>Points will be sured.</b>
    Sanket sethi

    Hi,
    Take one integer value attribute in the context of view
    when you r performing action on POP1 set it's value to 1
    when you r performing action on POP2 set it's value to 2
    create one method which receives integer argument, say diaplay(int a)
    In the action call display(wdContext.currentContextElement().get<intvariable>()) by passing the value in the context attribute
    in display() method, Check the value of integer variable..
    if it is 1 then perform action related to POP1
    if it is 2 then perform action related to POP2
    Regards
    LakshmiNarayana

  • How to use same actions for differ pop-up buttons

    Hi gurus,
    I am using 2 popup in a view.same popup's having same buttons 'Yes', 'No'.when i use 1st one i have to create an action for that Yes button where i put my code for that particular Action.
    But when i used 2nd one the action define for that is not acceptable with differ name.it takes only standard one.
    Now my Query is : How to use same actions for differ pop-up buttons with in a similar view?Where i put my code.
    Plz sugges me.
    <b>Points will be sured.</b>
    Sanket sethi

    Hi ,
    u can use the method SUBSCRIBE_TO_BUTTON_EVENT of the IF_WD_WINDOW interface ... to handle the event fired by the popup .....used this method after creating the popup window ...
    regards
    Yash

  • How to change default action "alarm" for all signatures ?

    My question belongs to a Cisco 1712 (128 MB, IOS 12.3T, SDM 2.5 installed):
    I'm trying to change the default action "alarm" to "alarm,reset,drop" for all signatures of my custom set.
    However doing so via SDM fails. First, it appears as being done correctly, but after compiling the signatures again, the default values are back there (in the same sense, I was unable to delete signatures, works just using the CLI).
    I followed the instructions at cisco.com:
    router(config)#ip ips signature-definition
    router(config-sigdef)#signature 6130 10
    router(config-sigdef-sig)#engine
    router(config-sigdef-sig-engine)#event-action produce-alert
    router(config-sigdef-sig-engine)#event-action deny-packet-inline
    router(config-sigdef-sig-engine)#event-action reset-tcp-connection
    router(config-sigdef-sig-engine)#exit
    However ip ips signature-definition is not understood by the router, so the procedure fails.
    Can you please assist me ?

    You can use IOS command-line interface (CLI) to change signature actions for one signature or a group of signatures based on signature categories. The following example shows how to change signature action to alert, drop and reset for signature 6130 with subsig ID of 10.
    router#configure terminal
    Enter configuration commands, one per line. End with CNTL/Z.
    router(config)#ip ips signature-definition
    router(config-sigdef)#signature 6130 10
    router(config-sigdef-sig)#engine
    router(config-sigdef-sig-engine)#event-action produce-alert
    router(config-sigdef-sig-engine)#event-action deny-packet-inline
    router(config-sigdef-sig-engine)#event-action reset-tcp-connection
    router(config-sigdef-sig-engine)#exit
    router(config-sigdef-sig)#exit
    router(config-sigdef)#exit
    Do you want to accept these changes? [confirm]y
    router(config)#

Maybe you are looking for

  • Mighty Mouse, Scroll Ball Still Malfunctioning?

    Hi, I love my Intel iMac and I LOVE my mighty mouse...but the scroll ball is constantly quitting on me. I clean it just like the apple video, I blow into it, I clean and clean and clean it and then it works for a day or two and then again, it stops.

  • Any thoughts on tackling a lack of free space on hard drive?

    Photoshop Elements 9 has left me with little free space on my hard drive.  Per my conversation with Adobe tech support, an external hard drive (which I currently do not own) should not be used to run Photoshop 9, but rather I should move my pictures

  • Encountering ORA-39000: bad dump file specification while using datapump

    Hello, I am trying to use datapump to take a export of a schema(Meta_data only). However, I want the dump file to be named after the date & time of the export taken. When i use the following command -- the job runs perfectly. expdp system@***** dumpf

  • Progressive Scan for loading large pdf files

    I have several large files -- more than 50 MB each. They contain color/text/drawings/etc. I have optimized them DOWN to 270 MB. I am designing a website to display these large historical files. Question: Is there a way to have the first page load qui

  • Error (18) from App Store while updating iMovie

    Hi, I met two errors consecutively from App Store when trying to update iMovie on a MacBook Pro (running Mountain Lion) bought this year. First, it says "We could not complete your request. There was an error in the App Store. Please try again later.