Help on how to add an Standard Task to a position

Hi all!
I would like to know if someone can explain me how to assign a an standard task to a user/position via TCODE PFTC.
Thanks in advance for your help!
Andrea

Rose,
Don't add anything in Expression (workflow step) and add your positions or jobs or dierctly user or Org unit to the task all the people under that org unit or position or job or users which are assign to that task will recieve that mail.
Now after this if you add a rule in Expression (workflow) then if you get somebody from that rule who is not assigned to the task he won't recieve the mail.
Responsible agents are generally assigned at workflow step level but they can also be assigned at task level.
Responsible agents should also be possible agents....hope you know this.

Similar Messages

  • How to add a standard tool bar in alv

    H i
    i am developing a custom report  in Alv interactive report for to dispaly MRP information.
    Can you sejjest me how to add  a standard tool bar in alv.
      i displayed one final alv grid display there i have to add standard tool bar and application tool bar.
    Thanks,
    Rams
    Edited by: Ramsoft on Oct 27, 2010 12:09 PM

    Hi,
    Give the PF ststus name in  the PF status parameter of ALV FM
    I_CALLBACK_PF_STATUS_SET          = ' PF_STATUS'. " this parameter of ALV FM
    FORM pf_status USING pt_extab TYPE slis_t_extab.
      SET PF-STATUS 'MAIN' .
    ENDFORM.                    "pf_status
    Then create a main PF status by double clicking on it , after this goto EXTRA in menu
    EXTRA>ADJUST TEMPLATE> then give program - SAPLSLVC and status - STANDARD this will give u standard toolbar of ALV ,
    THen add what ever button you require in application toolbar
    Regards,
    Madhukar Shetty

  • How to add a standard field to the Product search criteria ?

    Hello all,
    despite my searches on google and sdn, i'm still  confused on how to add a standard field in the search criteria of the Product seach screens (component/view PRD01QR/Search for example) , I mean a standard Product field that is not included in the available fields list in the UI configuration tool.
    I found some explanations for adding a specific Z-Field, this is ok , but I'd like to add a standard field as a search criterion, namely the item category group.
    Could someone give me the needed detailed steps for this?
    thanks
    Ludovic

    Hi
    Chk ths link out :
    http://wiki.sdn.sap.com/wiki/display/CRM/Howtoaddanexistingfieldtoasearchpageofadifferent+component
    Rgds,
    Swati

  • How to add a new column to specific position

    Hi,
    How to add a new column to specified position in a existing table.
    I have using the oracle database 10g.
    This below code is not working in oracle 10 g
    example:
    ALTER TABLE EMPLOYEE ADD DEPT NUMBER FIRST:
    ALTER TABLE EMPLOYEE ADD DEPT NUMBER AFTER JOB:
    Please provide the correct syntax.

    Hi,
    When you add a column to the existing table, the column added i.e., for ex updatedon appers in the last. If you want the columns to be
    displayed in Specific order. Just give the column names in the SELECT.. statement.
    For your Information, But it is not good in Table design. Just to give something useful.
    If you want to add a column at a specified position,
    Rename the position column to the new column name
    For Ex: (OLD_COLUMN_NAME-Hiredate)
    ALTER TABLE EMP RENAME COLUMN OLD_COLUMN_NAME TO TEMP_HIREDATE;Add a New Column to Table
    ALTER TABLE EMP ADD LAST_DATE DATE;Then, Alter the Table to rename the new column that is added.
    ALTER TABLE EMP RENAME COLUMN LAST_DATE TO OLD_COLUMN_NAME;And, Rename TEMP_HIREDATE to your actual collumn.
    ALTER TABLE EMP RENAME COLUMN TEMP_HIREDATE TO LAST_DATE;In practise, this won't be a good approach but you can get something useful about renaming the
    column atleast.
    Thanks,
    Shankar

  • How to invoke a standard task in customized program?

    Hi experts,
    I need to invoke a standard task in my program, does any1 know any FMs for invoking a task?
    Thx in advance, points will be rewarded.
    Vincent

    Hi:
    Probably your question is uncleared.
    Anyway please find the link by which you can get some help as
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/21770651ce11d189570000e829fbbd/content.htm
    Regards
    Shashi

  • Help! how to add a "0" infront of month?

    i am using this method to retrieve current day and month
    Calendar c = Calendar.getInstance();
    int currMonth = c.get(c.MONTH)+1;
    int currDay = c.get(c.DATE);
    int currYear = c.get(c.YEAR);
    it works well.
    but now, i want to insert them into database. and found out that if month or day is single digit, for example, june, it will just insert 6 into the database.
    But i actually need 06 instead of 6.
    can anyone help me?
    how to add a 0 infront?

    you can use SimpleDateFormat:
    http://java.sun.com/j2se/1.4.1/docs/api/java/text/SimpleDateFormat.html
    i provide you code example of how to test it: but there i use deprecated method (as i didn't want to use DateFormat for geting new Date object)
    so, i beg you, don't you use that deprecated constructor.
    import java.text.*;
    class SimpleDFTest {
    public static void  main(String[] args) {
      SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM/dd");
      for (int i = 0; i < 13; i++) {
       System.out.println("Some date: " + sdf.format(
         /* java.util.Date(int,int,int) is deprecated, DON'T use it */
         new java.util.Date(/*1900 + */ 103, i, 5 + i)
    }to compile it i used javac -deprecation SimpleDFTest.java
    note that i print out 13 rows, (month varys from 0 to 12, and day from 5 to 17), that's because i wasn't suer if month should be given as int from 0 to 11 or from 1 to 12.
    you may figure out which it is and thenn add 1 to currentMonth, or not.
    anyhow, it prints days and months out just the way you need it, with dwo digits.

  • How to Add an standard ECC field to CRM WebUI

    Hi everybody.
    I've an issue with a task, the problem is on the implementation of CRM they are using the sales order from ECC on the CRM webUI as we know CRM has already a block of standard fieds from R3 on the ERP components, can anybody knows how do I can ADD or make an enhacement for one other standard field. I need to maintain field bstdk_e from CRM webIU.
    Regards.

    Hi,
    my actual problem is a problem in Adobe Designer. I will describe it with scrreenshots. It's about a text field that needs to be added to a table.
    That's what I want:
    Link: [http://i749.photobucket.com/albums/xx135/Micha_AB/SAP_should.jpg]
    In form SD_BIL_LIST_FORM01 the text field EX_CONDITIONS is part of table HEADER_CONDITIONS
    That's how it is now in my form:
    Link: [http://i749.photobucket.com/albums/xx135/Micha_AB/SAP_is.jpg]
    So what I want is to make the text field SHOW_MULTI_MIERALS be part of table Table_Multi_Minerals. But if I try to drag and drop the fext field into the table the system does not do it although it seems that I sould be possible (the black Drop line appears).
    Regards, Michael

  • Please help! How to add a combobox on a jtable

    Hi, I have seen on google and here many codes to add a combobox in a jtable but none of them seem to work, I need the urgently.
    My problem is that I must add a comboBox or a JComboBox to a cell inside a JTable on a predefined column. It means that on the column 2 I must add diferent comboboxes for eac row. How can I do it, please help.

    The celleditor is the component shown and the cellrenderer is the first render of a component in the cell and dont have to be the same jcombo box?
    The code on ther post does this:?
    returning a diferent combobox for all the cells on the column depending on the row selected, but as long as only one cell can be selected at a time it seems to hace different jcomboboxes added a time?
    Is there anyway to render any combobox with different values, my program must let the user chose the teacher it want to teach a definen subject, so the combo must have the teacher of a subject loaded on a database, the combos are not constants. I guess I can manage to use the way you showed me, but is there anyway to render a combo just by adding it to a cell! maybe doing changes to the tablemodel or things like that?

  • [HELP!] How to add a partner to a SO document???

    Hi all,
    I have a problem. I want to add partner F11604 to item 10, and I call FM 'BAPI_SALESORDER_CHANGE'. Actually nothing happend. Here is my code, I need your help! Thanks!
    lw_partners-PARTN_ROLE = 'Z2'.
    lw_partners-PARTN_NUMB = '000010'.
    lw_partners-PARTN_NUMB = 'F11604'.
    APPEND lw_partners to li_partners.
    lw_part_ch-DOCUMENT =  '7300000587'.
    lw_part_ch-ITM_NUMBER =  '000010'.
    lw_part_ch-UPDATEFLAG  =  'I'.
    lw_part_ch-PARTN_ROLE  =  'Z2'.
    lw_part_ch-P_NUMB_NEW  =  'F11604'.
    append lw_part_ch to li_part_ch .
    lw-PARTNERADDRESSES-ADDR_NO = '0000096467'.
    lw-PARTNERADDRESSES-NAME = 'XXXXu2018.
    lw-PARTNERADDRESSES-CITY = 'QINGDAO'.
    lw-PARTNERADDRESSES-REGION = '121'.
    lw-PARTNERADDRESSES-COUNTRY = 'CN'.
    lw-PARTNERADDRESSES-LANGU = 'ZH'.
    APPEND lw-PARTNERADDRESSES to li-PARTNERADDRESSES.
    Not sure if PARTNERADDRESSES is needed or not...*
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
      EXPORTING
        salesdocument               = '7300000587'
        order_header_inx           = lw_header_inx
      tables
        return                             = li_return
        PARTNERS                     = li_partners
        PARTNERCHANGES       = li_part_ch
        PARTNERADDRESSES   = li-PARTNERADDRESSES
    Thank you in advance!

    Hi Alex,
    Have you put the commit work task?

  • Help!  How to add a menu item to FNDMENU

    Hi, All
    I want to add a menu item under the "Help" menu of the FNDMENU.
    And this menu item will open a external website such as www.google.com in a new generated IE window when user chick on it.
    So How can I implemented this ? I am a newbie to Oracle Forms builder and Oracle EBS.
    Please give me some hint or materials about writing the processing for menu item.
    Thanks in advance

    Hi,
    You can use the context menu UI element.
    Please check wdr_test_events.
    Regards,
    Lekha.

  • Need help on how to add a delimeter into a text file

    Actually, this program reads a textfile. After reading, i need to put certain delimeters after certain characters and print them out to a new file.
    this is how it works :
    for example...
    471117-01-5179052004 VENUE SECURITIES SDN. BHD.
    This is wat the programs read. Now i have to put a semicolon after this numbers ..
    471117-01-5179052004 (;)
    then put another semiclon after this words
    VENUE SECURITIES SDN. BHD.(;)
    But, this text file contains around 2000 lines, and i have to do this for each line...thts y i dunt understand how to code it.

    thanks mr. micheal dunn. Anyway, how can i put this code to read from a text file.....because i need to read the whole text line and put semicolons. i cant use stringbuffer as it only reads a certain length of string..could u tell me how to do this.
    this line is actaully a short line from the text file.
    String str = "471117-01-5179052004 VENUE SECURITIES SDN. BHD.";
    need to put the semicolon is this line actually :
    471117-01-5179052004(;)AVENUE SECURITIES SDN.BHD. (;)000350785A (;)RAHMAN BIN KADIRAN 51, TAMAN MUHIBBAH SUNGAI MATI MUAR 84400(;)JMY(;)SMYSBI (;) 8516 000000030000004600 (;)1581800 ...can u explain wat is tht \\d+-..sorry im a beginner here...hope u can help me out..

  • Quick tip help. How to add to vector layers using shape tool

    This is something that's bugged me for a few versions and I'm sure someone has a tip for this.
    When I use Shape Layer tool, I get a solid color with a vector mask. The tool always makes a new layer every time I use the tool. So to get around that, I draw my shapes (one per layer) and then use the Path Selection Tool and cut and paste between Shape Layer layers.
    How can I draw another shape on a currently selected Vector Mask? (I want to build compound Pathfinder-like shapes)

    Yes, press the shift key to add to the current shape layer (vector mask).
    MTSTUNER

  • How to add many bounded task flow just on one only .jspx page?

    Dear all
    I will explain you what I do and What I want to do.
    I created one jsf page template called "baseTemplate". It contains only one panelSpliter with horizontal layout . In the first face I created 10 commandLinks as a menu. the second facet contains the facet ref.
    My task is now to create 10 task flows.
    What i do is:
    1- create bounded task flow name it "taskFlow1" and add all the views and page navigations that I want.
    2- double click the views and create them as page fragment and design the layout.
    3- create .jspx page name "task1.jpx" based on "baseTemplate".
    4- dragging and dropping "taskFlow1" into "task1.jspx" as a region
    5- repeating steps from 1 to 4 with "task2.jspx" till "task10.jspx"
    in this way i created 10 "jspx" pages for each task flow
    What i want to do is:
    I want to create just one and only one ".jspx" page and drag all task flows on it. And when clicking on any command link from the menu , the corresponding task flow is invoke.
    Is this a way to do this.
    Thank you in advance.

    of course, there is.simply in the unbounded Task flow drag your task flow as task flow call and specify the outcome, and make the action of your command link
    the outcome you specify, of course you will navigate to the default activity of the bounded task flow also you could open your task flow as lightweight dialog
    as frank do in his example

  • Help on how to add slow motion

    Hi, Im having difficulties adding Slow motion to my movies, I wanted to know how can I add it,
    Thank You

    a simple Search at this board would tell you..
    Option 1: export clips from within iM08 as dv-stream and use iMHD6 (you are allowed to dowload for free..) 'videoFX fast/slow/reverse' to create effect.. reimport new rendered clip to iM08..
    or, Option 2, use a free 3rd party app, illustrated advice on my site:
    http://karsten.schluter.googlepages.com/slowmowithim08

  • HELP!  How to Add JNDI name in Entity Bean

    I am a student who doing a simple J2EE project . I met a problem
    according to the books,In J2EE RI (Appserver 8) when I click the " Sun-specific-Settings" button it will show a windows which i can give the JNDI name, it does work in the session Bean, but in entity bean, I just can change the Bean name. there is no row that i can set up the JNDI name. ( I use local home and component interfaces)
    another question is when i do verify, I find a error, that something wrong in my sun-ejb-jar.xml file. I think that file in the ****.ear file. i try to change or overwrite it in the deployment toolkit, but it is warned that i can not do that. What can i do to fix that problem
    Hope somebody can help me. sorry about the english, i am a chinese studying in UK

    hi
    i am also new to ejb but will try to answer ur question
    JNDI name....
    I dont know how u are doing but try this
    select the bean on the left pane and thengo to "Sun Specific Settings" There are 2 views here "EJB settings" and "CMP database". Likewise how ever u go to the Sun Specific Settings Check if it has more than one view
    I am also having a verify error
    For [ EntityCMP#ejb-jar-ic.jar#EmployeeBean ]
    Error: Exception [ JDO74033: Cannot deploy application 'EntityCMP' module 'ejb-jar-ic' with CMP beans: cmp-resource is not defined for this module. The minimum requirement for a cmp-resource is to specify the jndi-name of a jdbc-resource or a persistence-manager-factory-resource to be used with the beans. ] while initializing JDOCodeGenerator. Please check your descriptors and mapping files for consistency
    I am not able to come over this. this is a CMP bean i am doing. But it gets deployed and works just fine.
    Cheers

Maybe you are looking for

  • Lots of Freeze/Windows Not-Responding Issues

    I'm using an MSI Geforce 660Ti Here's some system specs. OS: Windows 7 Home Premium 64 bit GPU Info DirectX 11 Direct 3d Api Version 11 Graphics Clock 1032Mhz Memory Data Range 6008 Mhz Memory Interface 192 Bit Memory Bandwidth 144.19 Gb/s Total Avai

  • IndexOutOfBounds exceltion when opening a workitem in non english user

    Hello, On an english user I perfectly open a workiten in the UWL, But if a change the language to NL, DE, FR, other than english, when I try to open a workitem I get a IndexOutOfBoundsException, This is happen with standard task of Leave Request (LEA

  • HT5467 Why is my default camera app not appearing in the location list?

    Any photo taken by the native camera app in ios6 (after a restore from ios5.1 to ios6) no longer includes gpsinfo. The default camera never asked for permission, nor is it found in the location data list under privacy settings. Even resetting the pri

  • Notebook fails to wake up after second suspend

    With kernel 2.6.26, my Toshiba notebook rebooted when suspending/hibernating. With kernel 2.6.27, the first time I suspend works flawlessly, but it fails to wake up after a second suspend. I can hear the hard drive start up (it doesn't sound like it'

  • Slow Performance dragging under Flex 10.1?

    Since upgrading to Flex 10.1 for testing several months ago, we've noticed our app has a few issues with dragging and general slowness that weren't present under 10.0 Specifically, it seems like dragged items "catch up" to the current mouse position