How to set an Agent or a Receipient dynamically in the workflow?

how can i change my receipient for a mail , everytime when ever i trigger my workflow.
My workflow gets trigger when i execute a Tcode. In the program , I am passing my receipient id as the object key of FM to my BO.This BO has been used in my workflow.
Please suggest what should be my recepient type?

Hi,
Problem in the Recipient type.
As I mentioned earlier you have to identify it and give accordingly
If you using 'Send Mail' step in workflow for User id Choose expression & for email id choose E-Mail address.
If you using the Program, For External Email Recipient type is 'U', for SAP Inbox 'B'.
For your scenario, instead of Send mail step it better to send via program so can put a condition there and send  accordingly.
Regards,
Surjith

Similar Messages

  • How to set one row or node 's height in the jtree?

    How to set height of one row or node in the jtree?
    I found the method :jTree.setRowHeight(height);.
    But I want to set height of one row ,not all rows of a jtree.
    Thanks for help!

    Who can help me?

  • How to handle exception thrown in standard bo method in the workflow design

    Hi Experts
        how to handle exception thrown from standard bo method in the workflow design. For example, bo BUS2032, METHOD confirm. If the user cancel it, it will throw exception. In the workflow, how to catch this exception and add corresponding steps in the workflow.

    @jrockman li
    Try to implement the logic that what ever you are performing in the BO mehtod in a FM and in the FM you have tab with name EXECPTIONS define the execption in that tab.Now in the BO method you call this FM  and if the exception occurs by using RAISE you can raise the exception in the FM and based on the number of exceptions your sy-subrc value will be set
    so when sys-subrc is not eq 0 then pass a value back t the workflow container., I think this will work.
    a sample Snippet for understanding purpose
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        filename         = <path>
        filetype         = 'ASC'
      IMPORTING
        filelength       = lv_len
      TABLES
        data_tab         = l_txt_tab
      EXCEPTIONS
        file_write_error = 1          " If this Exception occurs
        invalid_type     = 2
        no_authority     = 3
        unknown_error    = 4
        OTHERS           = 10.
    CASE sy-subrc.
      WHEN 1. " SY-SUBRC value will be 1 then,
          " Pass or set the value back to the workflow conatiner element
    ENDCASE.

  • How do I send single notifications to multiple people in the workflow?

    HI
    As I see you can send notification to one person at a time.
    For example, the approval notification goes to a approver once someone submits a expense report or po approval.
    How do I send single notifications to multiple people in the workflow?
    Any idea?
    Thanks in advance.

    Hi,
    You need to send the notification to a role, which can comprise one or more than one users. If you check the "Expand roles" checkbox, then a different copy of the notification will be sent to each member of the role; otherwise one notification is sent which can be viewed by all holders of the role.
    You should always send a notification to a role rather than a user, anyway - roles do not go on holiday, get sick or leave the company; users do.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • 10.6.1 Server - how to set up as internet gateway with dynamic IP?

    Hi,
    I installed Snow leopard server 10.6 on a macpro, to share server services (address book, ical, web, mail and VPN) over my office local network, wirelessly (less than 10 computers, all macs).
    I would like to set it as a gateway, as indicated on the manual "getting started", so: Internet > adsl modem > server > Time capsule/extreme (for sharing wirelessly the internet connection and all the services provided by server).
    I don't have a static IP address and i don't have a DNS managed from ISP.
    I tried to read many posts, discussions and apple/resources manuals, but i didn't find out the right way to fix this, with proper configuration of DNS, to keep it standing.
    Which steps should i follow?
    Note: There is a thread from Singapore for setting up server without a static IP, but the configuration is: internet > DSL modem > airport > server (it's not specified how users can connect from outside the network)
    i would like instead to set up the configuration explained above: internet > adsl modem > server > Time capsule/extreme
    Thanks in advance for your help
    Pietro

    Check out this reference material. http://images.apple.com/server/macosx/docs/NetworkServices_Adminv10.6.pdf
    It's a little lengthy and in-depth, but not terribly difficult to walk through.
    In short:
    1.- pick an address range (192.168.1.1-254, for example)
    2.- assign a static ip to your server (192.168.1.1)
    3.- configure your server's network interface to point at your current router (adsl modem), and use your server's static ip for dns lookups
    3.- turn on the dhcp service and configure a scope (192.168.1.20-254, to give you a few addresses at the bottom of the range outside the leasing scope)
    4.- turn on the dns service and configure a forward and reverse lookup zone for your internal domain name (internal.yourcompany.com)
    5.- configure your clients to pull addresses from dhcp
    I'm sure I missed some important stuff, and don't be upset if your neighborhood gets access to your internal resources due to a misconfiguration of your routers acl's.
    If you're still not clear on what to do, bring in an I.T. consultant for a short engagement to initialize and stand up all your services and show you how to support them.

  • Struggling how to set up 2 daq assist on labview in the same VI

    hi all,
    hope someone can help me out
    I am currently using the scxi 2345 with some SCC FT01 feed through modules, these are just to record some voltages from some transducers.
    What I am struggling with is setting up 2 daq assist on a single VI, it is coming back with a error stating specified resouce is reserved and then a window saying learn more about automatic handling. How would I also have these 2 values logged on the same graph or chart?
    Anyone any ideas how to set these up.
    I ideally want to have 3 daq assist in the same Vi but not sure if this is possible. It would be 1 for thermocouple input and 2 for voltage as stated above
    many thanks
    shane dover

    Hi Shane and Dennis,
    I've been working my way around the same type of problems, and I am
    currently re-writing everything to use on Asst. per board on my PXI
    chassis, so that no resources become reserved.
    As a result, I have to separate the signals on the output dynamic data
    in order to do different post processing.  So I have been toying
    with staying with dynamic data, inputting dyn. data into an array, and
    inputing it into a cluster.  It seems that each has advantages and
    drawbacks, but arrays seem to be the easiest with which to work when
    splitting signals coming from a DAQmx Asst. and funneling some of the
    signals into a post-processing sub-VI.  The drawback to this is
    that time stamps in the Dyn. Data are lost if you want to record the
    data and the time of the reading. 
    Question:  Is there an easy way to pipe Dynamic Data into a
    calculation subVI?  Is it workable after it's been split from
    other streams? 
    Thanks,
    Brad

  • How to set a back ground to be shown in the whole browser...

    Hi all,
    1. How to set a background in Adobe Dreamweaver so it's gonna be visible in whole browser no matter what resolution is set, the problem is that I cant set to repeat it as the backgroud is not symetric (picture below):
    http://a.imagehost.org/view/0568/Untitled-2
    2. I would like to know how to create a shiny/glossy objects like rectangle or so in Photoshop. Could you recommended some addons/plugs? An example:
    http://www.istockphoto.com/file_thumbview_approve/6137760/2/istockphoto_6137760-shiny-rect angle-menu-buttons.jpg
    Thanks from advance for any help.
    Regards

    Here's an example using the background image you linked to.
    http://perrelink.com.au/forum/repeat-bg/
    Look at the code and see how I've applied the background image to the body tag in the css.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    http://twitter.com/nadiap

  • How to set master cost center to required input in the maintaining position

    Dear experts,
             I have two questions in the HCM module,could you please tell me?
    Issue 1: How to set the column of master cost center to required input in the maintaining position screen?
    Issue 2: some of position has two cost center, i have maintained two cost center(cost center 1:90%,cost center 2:10%) percentage in the tab of cost distribution with trasaction code ppome.when i post to accounting,it only post to master cost center 100%,it can not distribute two cost center, Could you please tell me the reason?
    Looking forward to your reply.
    Best regards,
    Merry

    HI,
    Plz check with ur FICO Consultants as master Cost Center r desgined by them
    They will Loop group of Cost Centers to Master Cost Center.
    This concept has started in ECC 6.0 Version 
    Regards,
    Kiran

  • I need to know how to set up my itunes card i bought at the store on my phone please

    I need to know how to set up my itunes card that I bought from the store to my account on my phone

    Click here and follow the instructions.
    (118196)

  • HT4587 How to set up an older version Airport Express on the 6.2 Utility

    I have a older version of Aiport Express  (M9470LL/A model A1084) and I get the following message when I try to set it up with the Airport Utility Version 6.2 on my iMac with Snow Leopard 10.8.2. -
    "This version of AirPort Utility doesn’t support this base station. Go to AirPort Service and Support for more information."
    Any advice on how to set it up ?

    Mountain Lion no longer supports the older A1084 AirPort Express that you have.
    If you want to try a workaround.....not supported by Apple.....see this article to find out how to add another version of AirPort Utility that will work with Mountain Lion and hopefully allow you to configure the AirPort Express that you have.
    http://www.macworld.com/article/1167965/mountain_lion_and_the_ancient_airport_ba se_station.html

  • How to set a digital output using a switch on the operator interface?

    Hi, is it possible to set a digital output using a switch on the operator interface?
    Thanks,
    Mike

    Unfortunately, no.  It is on our hit list...
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • How to Set User-Agent in UIWebView?

    I tried to change User-Agent using NSMutableURLRequest in the UIWebView delegate function, but didn't work. The funny thing is...the User-Agent string changed if the request is redirect. Have anyone experienced it? I want to change User-Agent of every request from UIWebView to the same like coming from Safari browser. Please HELP!!

    I would try the Apple Developer Connection, this forum is for users of the iPhone, you aren't going to get much help with this.

  • How do I install Agents on systems after I did the discovery and said agentless?

    I did a discovery and set everything to agentless. pretty much all this seems to tell me is if the comptuer is online or offline when I go into monitoring? (I haven't added any mangement packs yet) 
    how do I now change a system to having an agent installed?
    Thanks!

    Hi,
    To change an agentless-managed computer to an agent-managed computer, do the following:
    Delete the agentless-managed computer from the management group by right-clicking the computer in
    Agentless Managed in the Administration workspace and then clicking
    Delete.
    Deploy the agent to the computer. For more information, see
    Managing Discovery and Agents.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Please can someone tell me how to set up FaceTime between 3 devices all using the same apple ID ( 2 iPads and a iPhone)????, Please can someone tell me how to set up FaceTime between 3 devices all using the same apple ID ( 2 iPads and a iPhone)????

    I am trying to set up FaceTime on all my apple devices so I can FaceTime each device but all 3 devices are using the same apple Id and I have no idea how to sort this???

    Facetime only works with two devices at a time. You can have the same Apple ID, but the two devices can't have the same email address. Get a new gmail account. Normally you use wifi for connection, however, with iOS 6 and an iPad 3 you can use cellular.
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime: Set-up, Use, and Troubleshooting Problems
    http://tinyurl.com/32drz3d
    I saw one post where a user said dust got inside the small microphone hole. Using a vacuum cleaner removed the dust and restored the audio.
     Cheers, Tom

  • How to set a default value in my DropDown using the key  ?

    Hello All,
      Can someone advose how I can achieve the above ? I will like to know how to select a default value for the dropdown by key using the key value instead of description.
      The reason why I need to do so instead o fusing description is because my application will populate the dropdown using web services based on the language selection. Hence, if I were to set the default value using description, den other languages will not work anymore.
      Any help will be greatly appreciated. Thank you !!
    from
    KWok Wei

    Kwok,
    Assuming that:
    1. You have a node NodeX, where attribute TargetAttr defined
    2. You have a DropDownByKey UI control, its property selectedKey bound to NodeX.TargetAttr attribute
    Then:
    Place in your code:
    wdContext.currentNodeXElement().setTargetAttr("yourKey");
    VS
    P.S. This topic was raised several times, and forum search works good enough to find an answer

Maybe you are looking for

  • How to delete reading list from safari

    How do I delete the reading list entries on my iMac-Safari 8 and Yosemite being used

  • SAP customer number unknown for installation number

    Hi There, We're facing some problems after a reconfiguration of some things in Solution Manager. We have SAP EHP 1 for SAP Solution Manager 7.0. Have made two days ago the installation of the latest SP, but not the kernel yet. The problem is in the j

  • Tune up and upgrade or buy new?

    I have a iBook G4. It is starting to show wear and age. It needs a new battery (doesn't hold any charge)and a new power cord (fraying at the barrel). I have very little memory left and it runs very slow at times. I was thinking of buying a new batter

  • Adobe Reader 9.2 crashing in Leopard

    I'm not really sure where to go with this one - if this is just the totally wrong section (or even wrong Discussion Group) please indicate where to go. Recently with the free Adobe Reader version 9.2 for Mac when I close (not quit) a document I'm rea

  • Unable to process the document in the module Save As

    Good day! On the ultrabook Asus (System Settings: WIN 8.1 64-bit, Core I5-3317U CPU @ 1.70 Ghz, Memory 4 Gb), set Adobe Acrobat XI Pro 11.0.09 When you convert to any format via SaveAs in WORD, EXCEL, or via the Export file in ... throws the error "U