How i can make user hook on SSHR event?

Hi all,
I have SIT which is achieved in SSHR , I want to make a user hook to enter the SIT as element in the assignment when it is approved in the SSHR, how i can do this??
Regards

Hi suzvino ,
I have a SIT like mission for the employee, i want after the approval from the managers , it will be entered to the element en screen using the PY_ELEMENT_ENTRY_API, I want to know to run this api from the sshr page.
Regards

Similar Messages

  • How i can make user defined button in standard menu.........

    hi all,
                     please tell me how i can make user defined button in standard menu.........
       regards
    vikas saini

    hi Vikas ,'
    u can do this by using PF status and setting titile .
    follow thw link for help.
    Re: To Change SAP Tiltle into some other title
    Regards,
    Amit

  • How we can make use of logfiles to see users logdetails

    Hi all
    how we can make use of databse logfiles to generate users log reprot to trace
    the users transactionsssss...
    Thanks & regards
    Vivek

    Yuo have to start the logminer before running this command.It wont work before that,
    Read these.It will help,
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/logminer.htm
    http://www.oracle-base.com/articles/9i/LogMinerEnhancements9i.php
    http://www.oracle.com/technology/deploy/availability/htdocs/LogMinerOverview.htm
    Aman....

  • How i can make a backup without separate hdd?

    How i can make a backup without seperate hdd?

    how i can partition the hd? please step by step...
    today it's my first apple-day ... i was 18 years windows user
    While I agree with everyone else, get a second disk and backup to that disk, I will point you in the directory of partitioning.
    Applications -> Utilities -> Disk Utility
    Disk Utility may or may not be able to carve a new partition out of your existing partition, depending on whether the end of the current partition is unused so the current partition can be reduced in size and a new partition added.
    It may be necessary to use an external disk, clone your internal disk using SuperDuper or Carbon Copy Cloner (both free to use when creating a full clone), then partition your internal disk, and finally restore the external clone to the internal disk again using SuperDuper or Carbon Copy Cloner.
    If you do not want to get a 2nd disk, then consider using an on-line service such as CrashPlan, Carbonite, Mozy, etc... for the files you absolutely cannot aford to loose.

  • How i can make some components visible on comboBox selection change ?

    Hi
    Thank you for reading my post
    how i can make some of form component visible/ invisible when user changed a combobox selected item ?
    can we use partial rendering ?(i just read that ADF support partial rendering)
    thanks

    http://technology.amis.nl/blog/?p=1211

  • How we can make file share or personal

    sir,
    how i can make file personal or shareable.if a user login and he add some comment to this site then hoe we can make this comment shareable to all or this is personal.plz help me

    bhavishya wrote:
    sir,
    how i can make file personal or shareable.if a user login and he add some comment to this site then hoe we can make this comment shareable to all or this is personal.plz help mePlease award dukes from previous thread.
    [http://forums.sun.com/thread.jspa?threadID=5345751&tstart=0]
    Thanks.

  • I want polish dictionares when I writing post or something. How I can make it?

    I want polish dictionare when I writing post or something. How I can make it?
    == This happened ==
    Every time Firefox opened
    == I writing post... ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:2.0b1) Gecko/20100628 ( .NET CLR 3.5.30729)

    Thanks a lot :) Now is really better.
    So, I found next problem. When I try open website millenet.pl with ssl, I can't open it. I try many times.
    Sorry for my bad English :(
    regards
    Jarek

  • HT2736 How i can make a gift card code

    How i can make a goft card code

    Your question is rather unclear. Can you please explain in more detail what it is you wish to accomplish? If you are not comfortable writing in English, try posting in your native language.
    Regards.

  • How I can make a folder contain pictures &video an...

    sorry if there are mistakes
     i have n95 v 31.0,017
     how I can make a folder in SD card contain pictures &video and I dont want them  appear in studio
    I dont want to use a files browser  and hide my files and i dont want  to use an application  to encrypt them because  I just  want to sort my pictures in a folder  and my video in afolder.
    thank you  
    Solved!
    Go to Solution.

    You can also try to remove them from the images folder and the  My videos folder, because this is where the Gallery will look for pictures and videos, and put them in another folder then reorganize them in sub folders within your new folder
    Show your appreciation. Hit that kudos button real hard

  • How I can make a call on my iPad 3G

    I buy a secondhand iPad first generation with 3G but how I can make a call ?

    Also forget about sending SMS text messages - the iPad internal modem is only used for cellular data.
    Can be a real pain when using prepaid SIMcards that require sending SMS text messages to top up
    3G prepaid internet on an iPad

  • How I can make a request to send to apple workshop?

    how I can make a request to send to apple workshop?

    Go to this web page:
    http://www.apple.com/support/ipad/service/faq/
    Choose your country as appropriate and follow the instructions under "how do I obtain service".
    Regards.

  • How i can make valid java appliacation and how

    i am novice in java and i want to make good and valid application that i can run from server any body can tell me how i can make this or any link for any project online or build on net with deployment details
    A.R

    JAXP api can be used to read xml from java
    Cheers :)

  • How i can make in the same action 2 condition (check the exemple down)

    how i can make in the same action 2 condition (check the exemple down)
    this is an example and I really thank you for helping me(any body plz)
    http://www.2shared.com/file/DPpdgC_a/Exemple_Edge.html

    1. make each rectangle a symbol  (Symbol_1 and Symbol_2) and uncheck autoplay()
    2. Delete your code on the click event and put the following code in compostion ready:
    var toggle=true;
    function btnPlay(){
              if (toggle){
                        toggle=false;
                        sym.getSymbol('Symbol_1').play();
              else{
                        toggle=true;
                        sym.getSymbol('Symbol_2').play();
    sym.$('Ellipse').click(function(){
              btnPlay();

  • How i can make  my own connection in java source of a jsp page

    How i can make my own connection in java source of a jsp page (How to get connection from JNDI datasource address) ?
    imagine that i have a rowset in a web page , now i want to do some operation using
    plain JDBC , so i will need a connection object.
    I tried to get one of my rowsets connection but it return null ?
    what is best way to retrive a connection from JNDI datasource that we define for our project?
    for example if i have
    myRowSet.setDataSourceName("java:comp/env/jdbc/be");
    in web page constructor
    now i want a pure connection from the same datasource ? JNDI
    Thank you

    It is not hard to get your own connection from datasource.
    in your case you need to do like the the following code.
    i provide sample to show you how to catch the exception and create an statement .
    Connection con =null;
    try{
    InitialContext ctx = new InitialContext();
    DataSource ds = (DataSource)ctx.lookup("java:comp/env/jdbc/be");
    con = ds.getConnection();
    java.sql.Statement st =con.createStatement();
    }catch(SQLException sqlex){
    sqlex.printStackTrace();
    sqlex.getNextException().printStackTrace();
    catch(NamingException nex){
    nex.printStackTrace();
    hth
    Masoud kalali

  • How i can make my new ipad as a mobile phone?

    How i can make my ipad as a mobile phone?

    There are VOIP (Voice Over Internet Protocol) apps on the app store that will let you make voice calls on any internet connection.  Some are free, some have fee's associated with them.  There are also apps that allow you to send SMS/MMS messages, most are free, some have fees.  There are also apps that have VOIP and messaging capabilities in one app.  Search around and find what suits your needs.

Maybe you are looking for