Dynamic actions user execute the Hiring action, IT 0105 dynamically adjust

Hello Any body can guid me for the below requirement..
Whenever the user execute the Hiring action (action type: Z1-Hiring cPA) the system should adjust the infotype 0105 dynamically during executing the hiring process, in the same way the subtype (0010 : E-mail )for the userid in SAP HR should be adjusted.  The HR Services should not have to do this manually.
The e-mail account can be composed from the fields first name, name prefix and birth name. The fields have to be separated by dots. When the name prefix contains more words they have to be separated by a dot.
When company code is 003 the value email atthe rate xx.comhas to be adjusted at the end.
When company code is 004 the value email atthe rate yy.com has to be adjusted at the end.

Hello Donnie Freako
Thanks for the the information, As i am a HR-ABAP consultent. I am not much femiler on this dynamic actions..
for this case: the  DESCRIPTION:  In the dynamic module pool ZXXXM000 has to be changed. - so for this where exactly i need to check the transcation, i think its in SE51..
please provide me the steps for the same... and if possible please provide the breaf detaild explination for the below code where exactly i need to place the below, i think we need to place this in T588Z table against fields and values and whatis the meaing of P and I and F and W .. as a technical person i dont know much about this please help me on the same..
P PSPAR-MASSN=u2019Z1u2019
P P0001-BUKRS=u2019003u2019
I INS,0105,0010/D
F Z_003_EMAIL (ZEMAIL)
W P0105-USRID_LONG=RP50D-FIELD1
P P0001-BUKRS=u2019004u2019
I INS,0105,0010/D
F Z_004_EMAIL (ZEMAIL)
W P0105-USRID_LONG=RP50D-FIELD1
clear explination would be appreciated

Similar Messages

  • Following error pops up in the hiring action

    dear gurus,
                     Following error pops up in the hiring action when i execute PA40,plz help me to solve this problem.
    message:No authorization for IT1001 has active status in active plan version.
    Thanx in advance.

    Hi,
    IT 1001 is Infotype 1001. Each infotype is like a DB table so you can check table HRP1001 for infotype 1001.
    Regards,
    Atish
    Edited by: Atish Sarda on Mar 5, 2008 1:38 PM

  • CPS-Job - Reply on Console doesn't execute the chosen action

    Dear Developers
    We have a job chain in which we have as default postcondition "On Error
    Action CONSOLE RESTART". Now we have a step on status CONSOLE but a
    reply doesn't execute the chosen action. This is not the first time we
    experience this behaviour.
    Any ideas to solve that problem or any workaround?
    Regards,
    Stephan Gross, RAIcps
    Here our system info:
    DB-Version Info:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
    NLSRTL Version 10.2.0.4.0 - Production
    Redwood-Repository Info:
    JCS Object Database,7.0.3.33
    JCS Modules,7.0.3
    JCS PM4W,7.0.3
    JCS Redwood &module Module,7.0.2

    Hello Stephan,
    7.0.3.33 has a known issue where the reply of console is not always carried out.
    If this is the same issue as you are experiencing, then the issue is solved in patch 7.0.3.38.
    I would advise you to create an OSS message to have checked if this is indeed the same issue.
    Kind regards,
    Miek

  • Any reason why my code isn't executing the "stop" action?

    Any reason why my code isn't executing the "stop" action?
    sym.getComposition().getStage().getSymbol("_001").$("_002").$("_003").bind('mouseenter',fu nction(e){
    e.preventDefault();
    $(this).unbind('mouseenter');
    sym.getComposition().getStage().getSymbol("_001").$("_002").$("_003").stop("over");
    See my file here http://twistedpancreas.com/edge/misc/dropDownNotWorking.zip
    The dropdown should change to orange when rolled over, but it's not
    Any help is appreciated.

    Thanks rhemanthkumar,
    so .$ should only be referenced in the last mention of a symbol, all others should be .getSymbol ?

  • How can I execute the hyperlink action method when I click on the hyperlink

    Hi,
    I have created a hyperlink (hpPopupXML).
    1. I set the Target property to New Window.
    2. I set the URL to displayXML.jsp
    I ran the application and I click on the hyperLink to execute the hpPopupXML_action() method and it does not.
    Is there a way to force execution the hpPopupXML_action() when I click on my hyperLink (hpPopupXML);
    Please let me know.
    Thanks.

    The following excerpt is from http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/about_components.html#action
    Simple Page Navigation
    If you want the user to click a component to move to a specific page, and you do not want the browser to submit any user input, you can use the Hyperlink, Image Hyperlink, Tab, or Tree Node component and type the path to the destination page in the component's url property, such as /faces/Page1.jsp.
    Dynamic Page Navigation
    The Page Navigation editor enables you to specify navigation rules that map user actions and decision logic outcome to destination pages. You specify the mapping by dragging a named connector from the link or action component to the destination page. You must also create an action handler for the component that returns the outcome, which is a String value equal to the connector's name. You can use the component's action property to create the action handler.
    When a page visitor clicks the component, the browser submits the input, if any, and the action handler returns an outcome. The server looks up the outcome in the navigation rule mapping to determine what page to respond with. If there is no navigation rule for that outcome, the server redisplays the current page. You can write the action handler to return different outcomes based on business logic.
    NOTE: When you set both the url and the action property, the action handler takes precedence.
    IT LOOKS LIKE IN YOUR CASE THE URL PROPERTY IS TAKING PRECEDENCE OVER THE ACTION PROPERTY. IS THAT TRUE?

  • ALSB 3.0: Resume action behavior like the Skip action

    Hi,
    I have a Proxy Service that receive a array.
    Then I do a For Each action to go through the array and call a Service callout for each element of the array.
    I also want to continue the processing of the array if a Service callout return a failed message.
    Reading the documentation, I think this was the solution of my scenario:
    Resume
    Resume message flow after an error is handled by an error handler. This action has no parameters and can only be used in error handlers.
    But the Resume action in the Error Handler is going to the next Stage, not to the next action in the For Each, just like the Skip action.
    There something I'm missing?
    thanks

    When you call a service route, the response will be in the variable $body. What I suspect you want to happen is you want to map the response body of the service route to the response of your service.
    This can be confusing, so what I tend to do is have a step with a new assign. I have an XQuery that maps the response of the route sevice to the service response. I assign this to a variable. I then do a replace. I find it confusing doing a replace when both the variables are called body. These steps should be performed on the response pipeline.
    Hope this makes sense.
    cheers
    James

  • Workflow 2013 change user executing the workflow

    In a new workflow 2013, I would like to have the entire or part of the workflow to run under the id of a user that is not executing the workflow. The id of the user would have higher permissions than the user that is actually running the workflow and
    would have at least 'edit' permissions.  I would like to run the workflow under a different user so that the person that is  executing the workflow will have permissions on the custom list that they submitted to the workflow set to view only. Thus
    once the permissions on the custom list are set to view only, the workflow would need to run as another user.
    Thus can you tell me and/or point me to a link that will display how to execute a workflow 2013 with a different user that did not start the workflow? Basically the workflow would be run by a user that did not start the workflow.

    Hi scampsman,
    As dmadelung said, Impersonation step is unavailable in SharePoint 2013 workflow, you can create a workflow using SharePoint 2010 platform, and use Impersonation step in this 2010 workflow.
    If you want to use the function in SharePoint 2013 workflow, you can use "Start a List Workflow" to trigger the SharePoint 2010 workflow in SharePoint 2013 workflow.
    More information about How to trigger a SharePoint 2010 workflow from a SharePoint 2013 workflow, please refer to the link:
    http://blogs.msdn.com/b/sharepointdesigner/archive/2012/08/18/how-to-trigger-a-sharepoint-2010-workflow-from-a-sharepoint-2013-workflow.aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Get the user executing the process

    Hi, I have a servlet. I need to get the user who is executing the process, that is, you can view the users executing each process in the Windows Task Manager, but how can I get the user who is executing the servlet (or Java) by the aplication itself?

    I believe that one of the standard system properties includes the ID of the user that the process is running under. Read the API for java.lang.System.getProperties; I think it lists them there.
    I'm not sure if that's what you're looking for, though. In the case of a servlet, this would be the user ID of whatever started the servlet environment. In a real production system this is likely to be "nobody" or an idea with low permissions created specifically for the purpose of running the server. Not sure if that's what you're looking for or how useful that would be to you.
    In particular, if you're looking for the ID of the person running the browser that requested the page that the servlet in question is servicing...then you're pretty much out of luck.

  • In Advanced Actions, what does the Pause action do? (V7)

    I see in the help that a new action has been added to Advanced Actions in Captivate V7, but I can't find out how to use it. What does Pause do? Can I specify a pause time?
    Here's what i'm trying to do. I want to click a button to make a graphic appear, and i want it to disappear after a few seconds. I tried to do it in Timing with "Display For" and 5 sec., but that didn't work. Will the Pause in an Advanced Action do this? ( show, pause, hide)

    Hello and welcome,
    The new command Pause (asked for it, as for some others) is just an easier way of setting cpCmndPause to 1, nothing more. It has no parameters, you cannot time the pause at all.
    Lilybiri

  • How do you stop multiple users executing the same calc script at the same time?

    We have an issue when  users uplaod a spreadsheet and then run a calc script. at one time we have multiple exectuions of the script running.
    This slows up the system and we have to go cancel all the executions and run it again.
    Can we stop this and put them on a queue, so only one execution of the calc happens at one time. Or stop multiple executions getting submitted at all.

    You could use EXCLUSIVECALC to stop more than one calc running at the same time, although this will apply to all applications on your server.  And it doesn't just stop the same calc being launched twice.  Easier than the alternatives I can think of though, if it works for you.

  • Can previously entered data be shown again when user executes the wda app?

    hi,
    like in an  abap code in se80 ...where in user comes to know the previously entered data on the screen" by pressing backspace"...is it possible to have the same functionality in web dynpro abap?..
    thanks and regards,
    sahai.s

    Sashi,
    There is no standard functionality to achieve this, but we can achieve manually, if you store the all screen element values in a node, and bind the elements with that attributes, then automatically elements will contain the same values. i think this is the only one way.
    Kris,
    I think life span property will be used for memory consumption. If we select when visible...the memory takes when visible, if we select framework cotrolled, until we close the application memory for view will takes.
    Regards
    Srinivas

  • 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

  • Query on Hiring Action

    I have an issue in Hiring Action. After choosing the hiring action, I have to fill up the data for employee group in the screen for Actions infotype. Now, I have several employee groups like permanent, probationer, trainee, resigned, retired, dismissed etc. Now, I don't want to allow the user to choose the employee groups like retired, resigned, dismissed because they do not represent "Active" employees. How do I achieve this? Please guide me.
    -Kalpana

    Hi
    Possible solutions
    a)While creating the employee groups take 1) Active and 2) Inactive
    The employee sub groups can now be taken as per your requirement and you will not have the issue while hiring
    if you have many employee groups and consider all of them to be active and if its not possible to take the groupings as suggested
    we will have to educate the end users about the same.
    Regards
    RR

  • LSMW to upload data using PA40 (Hiring Action)

    Hi All
    I have a requirement to upload the data in Actions (Infotype 0000) & Org.Assignment (Infotype 0001) using PA40.
    For More information : I have to use the Action type = Hiring , this infogroup has 8 infotypes in a sequence as mentioned below .
    1 . 0000
    2.  0002
    3.  0001
    4.  0006
    5. 0007
    6. 0008
    7. 0009
    8. 0015
    Now to upload the Actions & Org.Assignment data in need only the  0000 & 0001 infotypes .
    Now the problem is while recording , once i enter the 0000 Infotype data & save . It goes to the 0002 (which i dont have to upload now).
    Now my question is can i skip infotype 0002 while recording ?? 
    After skipping  i will enter the 0001 infotype (which is next in a sequence mentioned above) & save it .
    After saving it goes to the 0006 (which follows the 0001 in a sequence mentioned above) .
    As i dont want to enter the 0006 data now i will come out of it . Now the recording is complete . up to last step in lsmw
    "Run Batch Input session "  it is working fine .
    But when i execute the Batch Input session , I am getting the error "No batch input data for screen SAPMP50A 2000"
    Pls let me know the solution for this .  Thanks in advance

    Hi,
    As suggested by experts here, create a new action for data upload with only IT0000 / IT0001 for updation of record as in LSMW PA40 doesnt run properly if there are too many fields for updation. Once these 2 infotypes are uploaded, then you can upload the remaining infotypes individually.
    Also pls remember that you use external number range for the Hiring Action through LSMW.
    Hope this helps.
    Thanks
    Ranjeeta

  • Hiring action with reference Pernr via HR_MAINTAIN_MASTERDATA

    Ciao,
    I need some help to solve the following problem:
    I get all needed data for an hiring action via external interface and need to perform the hiring action with HR_MAINTAIN_MASTERDATA by passing a reference personel number to the function.
    my problem: theres no chance to pass the parameter RFPNR to HR_MAINTAIN_MASTERDATA and so the function does not link the new PERNR to the CP of the RFPNR
    therefore, the function creates a new employee with a new central person (CP) instead of linking the new employee to the central person of the passed RFPNR and copying the relevant infotypes
    my question: does somebody know how to make HR_MAINTAIN_MASTERDATA work with the reference Pernr (RFPNR) ?!
    alternatively I could delete the link between the new employee and it's (new) central person, insert a new link between the central person of the referenced employee and the new employee and delete the crfeated central person of the new employee.
    as result I would have correct links to the CP BUT I'm facing the problem, that the infotypedata of the CP was not taken over to the new linked employee ...
    is there any function or report, that copys relevant data (infotypes) from a central person to it's linked employees (PERNRs) ?!
    would be nice if anyboday could help me or give me a small hint
    thanks,
    Markus

    I found the solution by myself ....
    Problem: hr_maintain_masterdata crashes with shortdump while writing an hiring action.
    Cause: we implemented infotype enhancements via userexit where parameter VIEKN is queried. The parameter VIEKN is saved in infotype 3.  In LUW-mode 3 theres no existent IT0003 when hiring a person (because nothing is written to database) that causes the shortdump ...
    solution (workaround): First I have to call maintain_masterdate just with infotype 0000 (without reference pernr!) ... that triggers the creation of it0003 by the system itself ... then I have to call a second maintain_masterdata with all the other infotypes of the action and everything works fine! Now the new person is in the system and while creating the person, the system also created a new central person and a link between the new CP and the new person.
    after doing this (and did'nt get any failure!) I have to determine the central person (CP) of the referenced person, making a new link between the new person and the referenced persons CP, deleting the link between the new person an d the new CP, deleting the new cp and every thing works fine!!!! the reason for this is: infotype 31 just shows the "links" that are defined in OM
    if anybody is interested in more details, just contact me
    Edited by: Raabiat on Apr 4, 2011 11:35 AM

Maybe you are looking for