How to change workflow for expired qualification in HR Module

Hi,
My question how to change workflow for expired qualification in HR Module.We need to when date is expired tcode OOQA that system will check and that time workflow should be triggred.
I have serached sap help but i am not understand please below mention URL for SAP help
Link: [http://help.sap.com/saphelp_47x200/helpdata/en/ee/f4c9cafbab11d29ea40000e8215202/frameset.htm]
Please explain step by step how to trigrred workflow for expired qualification?
Please this problem is high and try to solve it.
Thx!
Sachin

Hi,
Why do you want to trigger a wflow and what do you want to do with this trigger. Can you give more details of your exact requirements.
But, if you are looking for how to trigger, you can write a small ABAP pgm and schedule it as a job every night. THis job basically reads the table P1000-ENDDA for expiry date and if it reached today, then you can either trigger the wflow with SAP_WAPI_START_WORKFLOW or use SAP_WAPI_CREATE_EVENT to raise your custom event(for Business Obj. BUS7018, i think this is your BO and there are no std events right now, so you will ahve to add your custom event by extending BUS7018 to ZBUS7018).
Hope I am clear and this helps and if you need more details, reply.
venu

Similar Messages

  • How to get the "last changed by" for a set of function modules?

    How to get the "last changed by" for a set of function modules?
    is there any table to get it??

    See [this|Re: Date of creation of function module] I posted earlier.
    >TFDIR will give you the name of the function group program and the include number.
    >E.g. SAPLZFUNCGROUP Include 01.
    >From this you can construct the include name: LZFUNCGROUPU01.
    >You can look this up in TRDIR to find the creation date (CDAT) of the function module.
    In your case, you need unam and udat.
    matt

  • How to change tablespace for a table in 10g?

    Does anyone know how to change tablespace for a table (like changing tablespace for an index [alter index ... rebuild tablespace ... ])? Many thanks in advance.

    alter table tablename move tablespace newtsname;
    You need to rebuild the indexes after the move.

  • How to change password for itunes

    HELP PLEASE!
    DOES ANYBODY KNOW HOW TO CHANGE PASSWORD FOR ITUNES?

    Follow the instructions here.
    Apple ID: Changing your password

  • How to change password for BtOpenZone?

    Hi,
    Does anyone know how to change password for BtOpenZone? I have tried the following link and it is not working with me....
    http://www.btinternet.com/new/content/mybti
    Last time I have to ring BT to change the password, but I want to do via some control panel.
    Thanks
    Kam 
    Solved!
    Go to Solution.

    If you're a BT Total Broadband customer and you want to change the password, you can go to btyahoo.com, log in there and change your password. The primary email account and the FON/OZ logins are linked. if you change your email password, your FON/OZ password will also change.
    if you're an Openzone only customer, you can log into your control panel on the main page and change your password there.

  • How to change password for sidadm user on HP-UX

    Hello
    How to change password for <sidadm> user on HP-UX

    Hello Jan,
           1.      Log on to the operating system with the <sid>adm user.
           2.      Open a shell.
           3.      Enter the command passwd.
           4.      Enter the old and new passwords
    Rohit

  • How to change password for apple user id

    how to change password for apple user id

    If you can't remember your current password then you should be able to get it reset via this page : http://iforgot.apple.com
    If you know your current password then on your phone you can try tapping on your id in Settings > Store and you might be able to change it on your account's screen, or on your computer's iTunes you can log into your account via the Store > View Account menu option and change it on there

  • How to change password for parental controls

    how to change password for parental control on macbook pro

    If you can't remember your current password then you should be able to get it reset via this page : http://iforgot.apple.com
    If you know your current password then on your phone you can try tapping on your id in Settings > Store and you might be able to change it on your account's screen, or on your computer's iTunes you can log into your account via the Store > View Account menu option and change it on there

  • How to change password for  XELSYSADM user in OIM?

    Hello Gurus and Experts!
    How to change password for XELSYSADM user in OIM?
    Your help is appreciated.

    Follow the undermentioned steps to change the password:
    1) Change the password from oim Design Client as usual.
    2) Open xlconfig.xml present in <XL_HOME>\xellerate\config folder.
    3) This step is optional and should only be used if you have a <XLPassword encrypted> tag in the <Scheduler> section. In the scheduler section, change the encrypted="true" to encrypted="false" and replace existing encrypted password with new clear text password, as shown below:
    <Scheduler>
    <XLUserName>xelsysadm</XLUserName>
    <XLPassword encrypted="false">NEW_PASSWORD</XLPassword>
    </Scheduler>
    4) Restart server.
    Now login with the new password.

  • How to change notification_preference for wf_local_role :ECX_SA

    Hi ,
    We are not getting XML Gateway error notifications.Then i found that notification_preference for wf role :ECX_SA should be MAILHTML.
    Output of below query at my env is:
    select notification_preference, expiration_date
    from wf_local_roles where name like 'ECX_SA'
    Output: QUERY 09-MAR-45
    How to change those two values.
    Please advice.
    Regards,
    ashok

    Let us not confuse "Expand Roles" with ability for users within a role to receive e-mail notifications.
    Expand Roles NOT checked
    Only one notification is sent to all the users in the role. If the notification preference of the role is QUERY and the e-mail address value is nulll, all the users within the role receive e-mail notifications as per their preference and e-mail address. All users receive notification with same notification id.
    Expand Roles checked
    Workflow sends a copy of the notification to each user within the role. So it does not matter what preference or e-mail address is set for that role. A separate notification is sent to each user and each user would receive a notification with separate notification id.
    So no matter what the value of Expand Roles is, users within the role should always receive the e-mail notification.

  • Changing workflow for LSO

    hi,
    i am facing a problem here: i am completly new to sap-workflow.
    we start with LSO - learning solution very soon. there we have a learn-portal where users can book courses and trainings. and there is a workflow behind it.
    now i want to change the email which is created from that workflow. i have to include the price of the course to the email.
    how can i handle this ? i have copied the sap-standard-workflow, but i have no idea how to put in the new values there ?!?
    best regards, Martin

    Hi Martin
    If those details are not present then you need to create a 'subtype' of the Business Object whose event gets triggered which in turn starts the workflow, this will allow you to add 'Attributes' like price for example and show them in the text....
    Have a look on <a href="http://help.sap.com/saphelp_nw04/helpdata/en/2f/c9a937a7777c38e10000009b38f842/frameset.htm">SAP Help</a> for more detailed info. Once you create a subtype, you need to delegate it to the parent one from which you created the subtype. After delegation, the new attribute should be available in the workflow for your use....The tcode for this is SWO1..
    Good Luck
    Ravi

  • How to change path for Ev4Excel.xla

    Dear All,
    I'm trying to execute predefined BPF - custom menu (ProcessFunctions.xls). Whenever if click e.g. on Back, forward, open a file following similar message is being prompted:
    Macro 'E:\Program Files\BPC\Ev4Excel.xla'!'EvMacroCall "OPENFILE","REPORTS\WIZARD\HotAnalysis\A01 Account Trend.xls","","","","","" can not be executed. Macro may not stated in this workbook or all macros can be deactivated.
    Ev4Excel.xla is resided under path E\PC_MS.
    How can I change path for macro call?
    Or any other idea?
    Regards,
    Ender

    i don't understand why do you have to change the path for Ev4Excel.xla?
    Basically this the addin of BPC into excel. I mean it is the BPC excel client.
    You are choosing the path when you are performing the installation of SAP BPC.
    So Idon't understand why do you want to change the path?
    If you want to do this you have to reinstall the BPC client and you have to choose the path wanted.
    You error is not related to the path it is more related to rights.
    I think you have to provide more details about the steps done and in what condition you observer this error.
    Regards
    Sorin Radulescu

  • How to change settings for insert table

    I use DW CS4. Don't know how this changed but now when i click insert>table the result is insertion of a table with width of 960 and 8 columns and 8 rows?
    Where can i change this back to what it was so that in properties i can set the width, the number of columns, the number of rows, etc.
    thanks for your help,
    Jim Balthrop

    JBWebWorks wrote:
    I use DW CS4. Don't know how this changed but now when i click insert>table the result is insertion of a table with width of 960 and 8 columns and 8 rows?
    Where can i change this back to what it was so that in properties i can set the width, the number of columns, the number of rows, etc.
    Dreamweaver should remember the last table definition you put on the page.
    Insert>table>Specify Rows/Columns/Width
    That should then be the default until you specify something else.

  • How to change service for all members

    Hello,
    We setup our cluster with member1 and member2 as follows.
    backup-count = 1 on cluster configuration.
    service-name = CACHE-TEST-A, which is stored in Member1
    the backup of CACHE-TEST-A is stored in Member2
    Now we change the service name CACHE-TEST-A to CACHE-TEST-B.
    The question under consideration is how to change CACHE-TEST-A to
    CACHE-TEST-B in both members.
    Test steps:
    1 Turn off the service, execute the following code:
    CacheFactory.getCluster (). Shutdown ();
    CacheFactory.getCluster (). Stop ();
    2 Modify the configuration file, the CACHE-TEST-A modified CACHE-TEST-B
    3 Restart the service, execute the following code:
    DefaultCacheServer cacheServer = new DefaultCacheServer (new DefaultConfigurableCacheFactory ());
    cacheServer.start ();
    Result:
    Service started, but the configuration file is not loaded,
    it seems that the system is still configured with CACHE-TEST-A.

    We are going to achieve as below.
    Requirements:
    In the existing cluster nodes without adding a new premise, deploy new business class package (based on CacheStore the jar), also updating some of the Cache service scheme of the configuration.
    Solution:
    We use the above coding part (using a custom Jmx and DefaultCacheServer to stop and start nodes) to achieve the requirement, but do not know whether any other better solution for this.

  • How to change setting for 'last 5 password change prompt'

    hi friends
    in sap, when a user changes a password sometimes he/she gets a message "Please select a password that is different from last 5".
    now i am in need to change this default value of "5" to "2" but i dont know what is the parameter name for changing this setting.
    i would appreciate if anybody can tell me how to change this setting.
    many thanks
    regards

    Hi nathan drake
    The parameter for password history is   login/password_history_size = 5
    you can change to 2.
    Regards,
    Firoz.

Maybe you are looking for

  • Vendor Line Item by Profit Center

    Dear All We are trying to make a report for Vendor line items by profit center (Based on General Ledger view). There is standard report available in New GL in General Ledger Information System>Line Item>Open Items Payable by Profit Center. But in thi

  • External drive piping ls to a file

    I am trying to pipe the LS command output to a file so I can catalog my files but how do I: 1) in terminal, how do I switch to an external drive? 2) why doesn't it show up in terminal window (no matter what command I use: looking for the volume dir (

  • Best practice export PDFs for Pad viewing?

    Have an emergency question here: A client has asked us to find out what export settings our former graphic designer used when he took copies of the client's InDesign files and exported PDF files that were higher quality than those exported by the cli

  • Yosemite Filevault No External Monitor Until Authentication

    I have a MB Pro with an external monitor attached via display port.  In Mavericks, I would cold boot then shut the MB screen and my login prompt, etc would show on the external monitor.  After doing a fresh install of Yosemite and enabling file vault

  • Upgrading to CR11 Crystal Reports 8.5 and Crystal Enterprise 8.0 problem

    Hello, We have classic ASP intranet applications, SQL Server 2000 and I use Crystal Reports 8.5 to create reports and Crystal Enterprise 8.0 to view reports in our web applications. Recently Iu2019ve installed Crystal Reports 11 and migrated all exis