ESS-MSS Work Flow activation

Hi Gurus,
I am new to ESS-MSS, my client is implementign this module. Can any one please tell me what r the steps to active Work Flows to trigger mails for "Absence/Attendance application in ESS" by employee and for CATS Time sheet filling & its  approvals by the manager inMSS& the related tasks.
r there any standard Work Flows to be called in R/3, if so , can any one tell me the path.
In Personnel Time Management -> Web Applications -> Leave Request
do we need to active the Work Flow templet and what input need to be given in fiends New  requet____, Cancellation Request_____, & Change Request_____.
we are usign ECC6 in R/3.
Please help,
Thanks for all the help in advance.
Regards
Prasad

Hi Siddharth,
Thanks for the replay, but
System is asking for three Work Flow Teplets they are 
Path:  Personnel Time Management -> Web Applications -> Leave Request ->Link Absence Type & Workflow Teplets
WF ID of New Requst:
WF ID of Cancellation Request:
WF ID of Change Request:
Pleae let me know are there any standard Templets for this & also apart from this node is there any whare else we need to asign the WF Templets.
Regards
Prasad

Similar Messages

  • Hyperlink in Work-flow activity

    Hi all I want to pass a hyperlink in Work-flow activity
    I am getting problem when my URL is more then 66 0r in sometime 77 characters it that.
    It is adding %20%20 in between the URL if it is having more then 66 characters .
    Please help me for resolving the issue

    Hi,
    As there some some charecter limitation to send the link, you need to use the FM SO_NEW_DOCUMENT_SEND_API1. Please see the follwing sample code. Write the code in method and call it within the Task.  Make suer that all the required data should be passed to method through binding.
    DATA:
          lt_user_IDS type STANDARD TABLE OF SWHACTOR,
          ls_user_IDS type SWHACTOR,
          lt_EMAIL_ADDRESSES TYPE STANDARD TABLE OF ADR6-SMTP_ADDR,
          ls_EMAIL_ADDRESSES  type ADR6-SMTP_ADDR,
          lv_STATUS TYPE CFS_STATUS-STATUS_ID,
          Lv_Object_ID type crmd_orderadm_h-object_id,
          ls_document_data TYPE sodocchgi1,
          lt_text TYPE solisti1 OCCURS 0,
          l_document_data TYPE sodocchgi1,
          lt_receivers TYPE somlreci1 OCCURS 0,
          ls_wa_receive TYPE somlreci1,
          ls_text TYPE solisti1,
          lv_link_title  TYPE char50 'Please click here'.
    DATA: lv_link TYPE char200 VALUE 'http://sdfkndggfhjgasdfhasdfhgjhdgfhjasdkljhsdhfjkhjsdfjklhsddfjklhsaddkjghasdjksjkhfjkhjkhsdfjkhasdjkfhjkhsdfkjhjkhsdajklfhjkhkjfhjkh.com'.
    CONCATENATE '<A HREF=' lv_link '>'
       INTO ls_text.
    APPEND ls_text TO lt_text.
    CLEAR : ls_text.
    CONCATENATE  '<H5>' lv_link_title '</H5></A>'
    INTO ls_text.
    APPEND ls_text TO lt_text.
    * Receiver
    Loop at lt_user_IDS into ls_user_IDS.
    ls_wa_receive-rec_type = 'G'.        "SAP User
    ls_wa_receive-receiver = ls_user_IDS. "Mail Address
    APPEND ls_wa_receive TO lt_receivers.
    Endloop.
    Loop at lt_EMAIL_ADDRESSES into ls_EMAIL_ADDRESSES.
    ls_wa_receive-rec_type = 'U'. "Internet User
    ls_wa_receive-receiver = ls_EMAIL_ADDRESSES. "Mail Address
    APPEND ls_wa_receive TO lt_receivers.
    Endloop.
    *This function module is used to send mail
    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
      EXPORTING
        document_data              = ls_document_data
        document_type              = 'HTM'
        put_in_outbox              = 'X'
        commit_work                = 'X'
      TABLES
        object_content             = lt_text
        receivers                  = lt_receivers
      EXCEPTIONS
        too_many_receivers         = 1
        document_not_sent          = 2
        document_type_not_exist    = 3
        operation_no_authorization = 4
        parameter_error            = 5
        x_error                    = 6
        enqueue_error              = 7
        OTHERS                     = 8.
    *If Mail Send Successful
    IF sy-subrc EQ 0.
      COMMIT WORK.
    *   Push mail out from SAP outbox
      SUBMIT rsconn01 WITH mode = 'INT' AND RETURN.          "#EC CI_SUBMIT
    ENDIF.
    Thanks and regards,
    SNJy

  • Standard workflow report to monitor each and every work flow activity

    hi experts,
    Is there any standard report or table which gives the status of workflow activity.
    i.e., approved/rejected/person responsible...etc..
    Kindly give some suggestions.

    SWI1                       Selection report for workflows                                   
    SWI2_ADM1            Work Items Without Agents                                        
    SWI2_ADM2            Work Items with Deleted Users                               
    SWI2_DEAD            Work Items with Monitored Deadlines                         
    SWI2_DIAG             Diagnosis of Workflows with Errors                          
    SWI2_DURA            Work Items by Processing Duration                           
    SWI2_FREQ            Work Items per Task                                         
    SWI3                      Workflow Outbox                                             
    SWI5                      Workload Analysis                                           
    SWIA                      WI Administration Report                                    
    If you have workitems,
    SWF_APPL_DISPLAY : Analyze Application Log
    SWDP : Workflow Log

  • ESS portal work flow

    hi ppl,
              I am working in ESS portal workflow in which when an employee applies for leave it goes to hr.
    My task is i have to send few details about the emp leave to a position manager.
    In ESS emp fills these details.
    1) Date of applying Leave
    2) Leave from date, To date
    3) Note regarding leave
    in which through the class i am able to get application date and note.
    i want to send the manager the from and to date of leave this is not available in the class. how do i get From and to date.

    You will have to develop it yourself. I have never done it, but I know this has been discussed before I think also in this forum. You could do a search for it. Also search the HCM forum, it could be it was discussed there.
    Regards,
    Martin

  • Work flow activity for vendor creation

    Hi
    In standard do we have any control so that user cannot create vendor master unless it is approved by the authorised person.
    I know for changing the existing we can put control in FK08.
    But is it possible at creation level?
    Thanks in advance,
    Regards,
    Kumar

    Dear Please post it in MM forum.

  • Autorization and work flow in portal for ESS & MSS

    Hi All
    How to set Autorization and work flow in portal for ESS & MSS Business package
    Regards
    Daya

    Can you be more specific to the problem.
    Regards,
    --VP

  • Work flow and tables related with ESS Travel Module

    Hi Experts,
    I am new for work flow. Presently I am working for SAP ESS / MSS Travel module. Can you please let me know the names of work flows and tables related with ESS Travel module.
    Regards,
    Gary

    Hi Gary,
    Check if this [thread1|Let us learn SAP ESS Travel] [thread2|Travel Management Tables] helps you.
    Regards,
    Saumya

  • IT0022 Education- Is there a Standard work flow for ESS??

    Hello All,
    is there a standard work flow in SAP where in an employee updates his education details in ESS and a work flow is triggered either to Adminstrator / Manager to approve the same? if aint...how to make this possible, anyworkarounds?
    if yes, in what versions is it available/where?
    Any help wld be rewarded with Points.
    thanks
    hrbuddy
    **where can i look for standard ESS & MSS related workflows**
    Message was edited by:
            Hr Buddy

    There <b>"IS"</b> a central place where workflows can be accessed in SAP...which i eventually foundout...it is thru <b>Tcode SWDM - Business Workflow Explorer</b>
    There we need to check for component that we are looking workflows for....
    for example :
    EP-PCT-MGR-HR - Business Package for Manager Self-Service (HR)
    PA-ES - Employee Self-Service
    PT-EV -Time Evaluation
    And ofcourse Bus.Pack Documentation is always useful.

  • Any Special transaction code for Activation of Work flow

    Hi all.
    Any Special transaction code for Activation and deactive of Work flow?
    which have we need to transport after WF (like task,method,rule)?
    To be reward all helpfull answers.
    Regards.
    Jay

    If I understand your question correctly, you want to know how to activate your workflow after transport ?
    Normally, the status of a workflow is included in your transport (if I'm not mistaken)
    So activate/deactivate in your dev-system and transport it..

  • CONFIGURATION WORK FLOW IN ESS (LEAVE)

    Hi gurus.
    He wanted to know what form it's to indicate that a leave's class should not generate Work Flow when it's post from ESS.
    In T554S_WEB it is possible to leave in white the fields of WF's codes. The problem is that there is a field in the above mentioned table, APPROVAL_PROCESS, that if has the value "W" (Workflow) , though the fields have been left in whiteof workflow, tries to generate a WF with code WS00000000.
    The case is that the field APPROVAL_PROCESS is not located by me from what point of the parametrización it is possible to modify.
    I am grateful for your help.
    Thank you very much.

    If you need this option then you need to change the WF Task.
    General Forwarding Not Allowed
    This indicator enables you to determine that work items for this task can only be forwarded to users who are agents for the task.
    If this indicator is not set, a work item for this task can be forwarded to all users.
    The best way to take care of User
    Forwaring authorization is the Task Classification (PFTC -> Additional
    Data -> Classification). Classify tasks with General Forwarding Not
    allowed, will give you the oppotunity to let the user allow to forward
    items JUST to the Possible Agents Assigned to the task
    (Additional Data -> Agent Assingment -> Maintain)...
    Clear that everything depends on How you have developed your workflows
    definitions. In that cases  the best think to do is
    create Different Tasks definition (TSxxxxxx) and let they start
    depending on Company Code (That can be driven via Conditions steps in
    the workjflow definition, for example). This will allow you to define
    Just the responsible Agents per each task, depending on the Companny
    Code. This definitively Resolve the Forwarding frelated Question.

  • ESS/MSS: Approve Leave Request in UWL - not working

    Hi to all,
    we are using web dynpro ESS/ MSS (SAPESS07_12/ SAPMSS07_4) in portal NW04s for mySAP ERP2005 and are using UWL in order to approve leave requests. If employees are creating leave requests, everything works fine. After that the manager opens the leave request in UWL, the web dynpro application is openening succesfully and after some clicks he reaches the buttons to approve or reject the leave request. But by pushing one of them the following messages occures :
    <b>Workitem 000000000000 Cannot be read</b>
    After pushing the button again, another message comes up:
    <b>No Customizing for status typ ARQ, Status approved...</b>
    By the way, the same errors also come up when the employee wants to delete his leave request which is not approved.
    Any ideas, what can be the reason?
    Regards,
    Frank

    Hi Ashutosh,
    I have found the reason. The user <b>WF - Batch</b> in sap erp, which is using the RFC Destination for workflow, was locked. Well, it is a a little bit strange for a cummunication user that he becomes locked. Unlocked him, now all works.
    Thanks for your support.
    Regards,
    Frank

  • Approve link not working in ESS/MSS UWL portal

    Hi experts,
    we are using portal 7.3 with ess/mss.
    in mss when user is approving a leave request, he is not ale to proceed
    after few steps as one link "pprove another request" is not working.
    this i a standrd portal scren in UWL. please suggest.
    Thanks a lot in advance.

    Hello,
    This should be possible with some UWL configuration. Please check the following forum post: http://forums.sdn.sap.com/thread.jspa?threadID=1677777
    Kr,
    Julien

  • ESS / MSS - download function module doens't work

    Hi all,
    We are working with SAP 4.6c, and using function GUI_DOWNLOAD to download data to xls file. When we access the application through ESS / MSS, we don't know why, but it doesn't take into consideration parameter WRITE_FIELD_SEPARATOR = "X". The result is, it'll download the data into the file, but when we open it, the entire record is contained in just one cell. Running the same program using SAP GUI, it works perfectly.
    Any idea or suggestion?
    Thanks in advance.
    TAG: ESS, MSS, GUI_DOWNLOAD, WS_DOWNLOAD, EMPLOYEE SELF SERVICE, MANAGER SELF SERVICE.

    Hi Cassio,
    Is the data in internal table is tab separated or not?
    If not then make the data of internal tabel as tab separated before downloading.
    Do like this:
    DATA:  c_tab  TYPE c VALUE cl_abap_char_utilities=>horizontal_tab.
    Suppose you have a comma as field separator then to make it as tab seprated use thsi syntex.
    REPLACE ALL OCCURANCES OF SPACE IN ITAB WITH C_TAB.
    Or  Loop the internal table and append the data of 1st internal table into another int. table using c_tab as separaptor.
    Then use GUI_DOWNLOAD. this time it will download the records properly.
    Ashvender
    Message was edited by:
            Ashvender Kumar

  • Work Flow For Activity

    Hi All,
    I have a section called USERS as a related information in the task detail page.Every time I modify the task & click on the SEND EMAIL check box I need to send an email to all users under the USERS section mentioning that this task has been modified.
    The problem is I dont have an option to extract all the user details and their email ids. I am using the below mentioned options to create the work flow.
    Record Type : Activity
    Trigger Event : When modified Record Saved
    Workflow Condition: When SEND EMAIL is checked
    Under Actions
    For the TO EMAIL address, I am not able to extract all the email ids of the users under the USERS related info section. Any suggestions.
    Thanks
    Natraj

    Hi
    I do not think you can do it with the current functionality.
    you can send emails for activity owner, activity owner manager, activitiy account owner and activity account owner manager.
    You can not define to send it to all users, as much as I know.
    Guy

  • Work flow for Leave request without ESS

    Dear All,
    For one of our client, we have configure workflow for leave request, first is it possible to do tht?
    If so how to do it?, here we dont have ESS/MSS. Is there any standard workflow available?
    Thanx

    There is standard workflow task which give by SAP to approve leave request i.e. 12300111.
    But I am not sure this workflow task will work with out Portal or not.

Maybe you are looking for