Sending SMS notification via business workflow

Hello Experts,
I want to send SMS notification fron business object BUS2078
via worflow please help me out process in ABAP program.

Hi,
Please Check this Blog,
/people/ronen.fox/blog/2007/12/06/sending-sms-notification-via-business-workflow
Thanks.

Similar Messages

  • I am trying to send SMS text via iPad Air and cannot. I have gone into my iPhone and "forward message to iPad". However I am prompted to enter "code shown on iPad"... What code and where do I find that on iPad??

    I am trying to send SMS text via iPad Air and cannot. I have gone into my iPhone and "forward message to iPad". However I am prompted to enter "code shown on iPad"... What code and where do I find that on iPad??

    The home screen is the screen that shows all of your app icons. You can have one home screen or up to 11 home screens depending on how many apps you have. The home screen on an iPad is the equivalent of the desktop screen on a computer. If you are using an app, just tap the home button once to return to a home screen.
    This is is a (my) home screen.
    You you might want to double check the instructions here.
    Connect your iPhone, iPad, iPod touch, and Mac using Continuity - Apple Support
    Make make sure that you are signed into your iCloud account in Settings>iCloud and make sure that you have selected your Apple ID email address as well in Settings>Messages>Send & Receive at>You can be reached by iMessages at.

  • Sending sms notification

    Hi guys , i have small requirement that i need to send sms notification for new activities in crm application,please can anyone guide me.i dont have any idea in sms or mail application in adf.

    Hi,
    It is helpfull if you are mentioning Jdev version which you are working on.
    For your query please refer below link
    http://docs.oracle.com/cd/E2176401/webcenter.1111/e10148/jpsdg_notifications.htm
    Thanks,
    Santosh

  • Send Email Notification - Time Based Workflow

    Hi,
    I have a requirement similar to the ones posted on this thread Re: Send notification on pre-defined date
    but have couple of questions on the logic. Can anyone please suggest a solution for this requirement
    The requirement is to send an email notification to an owner if the Opportunity remains with sales Stage = "Inquiry" for more than 90 days.
    Here's what I tried
    Work Flow Name - Opp Closure - New
    Trigger Event - When New Record Saved
    Rule Condition : Sales stage = "Inquiry" and modified date = Created date
    Action
    Wait -
    Period - 90 days
    Send Email
    Wait 7 days
    Updates Slaes Stage from " Inquiry" to "Closed/Lost"
    The above workflow will take care of New opportunties that are created and never modified
    I am having issues figuring out the logic for modified record
    Work flow Name - Opp Closure - Mod1
    Trigger Event - When Modified Record Saved
    Rule condition : sales Stage = "Inquiry" and <IndexedBoolean> IS NULL or <IndexedBoolean> = "N"
    Action
    Wait - 90 days
    Workflow Name - Opp Closure - Mod2
    Trigger Event - When Modified Record Saved
    Rule Condition : Sales stage = "Inquiry" and <IndexedBoolean> IS NULL or <IndexedBoolean> = "N" and (today()-<LastUpdate>) > 89
    Action
    Wait - 0 days
    Send Email
    Wait 7 days
    Updates Slaes Stage from " Inquiry" to "Closed/Lost"
    Update IndexedBoolean = 'Y'
    But here I am confused about a scenario where after waiting for 90 days when it exceutes Opp Closure - Mod2 and if its been 20 days since the record was last modified, the condition fails and actions do not get executed which is fine but what if the record is never modified after that period and remains in Inquiry status , how will I capture that scenario and execute the workflow actions. Please advise
    Regards,
    SKJ

    Hello SKJ
    Your requirement is to send an email notification to an owner if the Opportunity remains with sales Stage = "Inquiry" for more than 90 days.
    New Record Saved.
    This means even the opportunity can be modified but the sales stage should not change. For e.g. when i create a new record, I can have the sales stage as "Inquiry" and save. At a later date I can modify the description of the opportunity (this would change the modified date), but the sales stage remains at Inquiry. Thus the notification should go 90 days after the sales stage has been set and not since last modified date. Keeping this in mind the condition the rule condition "Rule Condition : Sales stage = "Inquiry" and modified date = Created date" needs to be modified as Sales stage = "Inquiry".
    Coming to Modified Condition:
    Trigger Event - When Modified Record Saved
    Rule Condition : (PRE('<SalesStage>')<>[<SalesStage>] AND [<SalesStage>]="Inquiry") OR ([<SalesStage>]="Inquiry")
    Wait 90 Days
    Revaluate Conditon = 'Y'
    Action Send Email Notification
    Explanation
    When you set the sales Stage as "Inquiry", the condition (PRE('<SalesStage>')<>[<SalesStage>] AND [<SalesStage>]="Inquiry") would be satissfied and then the workflow would trigger. After 90 days if the sales stage is still in "Inquiry", the second part of the condition "[<SalesStage>]="Inquiry" would be satisfied and the email notification would be sent. If the sales stage has been changed to other sales stage, then the condition would fail and the notification would not be sent.
    Regards,
    Paul Swarnapandian

  • Error Sending a notification from the Workflow

    Hi All,
    We are having the following error when we are trying to send a notification to the user.
    The is just a FYI notification so the workflow process is showing Completed with Errors.
    Then Error Message has the following text.
    [WF_ERROR] ERROR_MESSAGE=3835: Error '-20002 - ORA-20002: 2018: Unable to generate the notification XML. Caused by: 2020: Error when getting notification content. Caused by: ORA-01001: invalid cursor Wf_Engine.GetItemAttrNumber(PPGARWF, 569386-169741-1007928-4543134-301073, ORG_ID) Wf_Notification.GetAttrClob(601087, RECEIPT_DETAILS, text/html) Wf_Notification.oldGetAttrClob(601087, RECEIPT_DETAILS, text/html) WF_NOTIFICATION.GetFullBody(nid => 601087, disptype => text/html) WF_MAIL.GetLOBMessage3(nid => 601087, r_ntf_pref => MAILHTM2)' encountered during execution of Generate function 'WF_XML.Generate' for event 'oracle.apps.wf.notification.send'. ERROR_STACK= WF_MAIL.GetLOBMessage3(601087, WFMAIL, 2020: Error when getting notification content. Caused by: ORA-01001: invalid cursor Wf_Engine.GetItemAttrNumber(PPGARWF, 569386-169741-1007928-4543134-301073, ORG_ID) Wf_Notification.GetAttrClob(601087, RECEIPT_DETAILS, text/html) Wf_Notification.oldGetAttrClob(601087, RECEIPT_DETAILS, text/html) WF_NOTIFICATION.GetFullBody(nid => 601087, disptype => text/html) WF_MAIL.GetLOBMessage3(nid => 601087, r_ntf_pref => MAILHTM2), Step -> Getting text/html body) WF_XML.GenerateDoc(oracle.apps.wf.notification.send, 601087) WF_XML.Generate(oracle.apps.wf.notification.send, 601087) WF_XML.Generate(oracle.apps.wf.notification.send, 601087) Wf_Event.setMessage(oracle.apps.wf.notification.send, 601087, WF_XML.Generate) Wf_Event.dispatch_internal() [Error Process Error: 3116: Activity 'WFERROR/DEFAULT_ERROR' is not a runnable process.]
    Please can some one help me finding the root cause for the issue.
    Thanks,
    Varun

    Hi
    Thanks for your concern and help.
    Actually in my case it is a Sales Order OEOL workflow which is customised. Almost 90-100 SO get stuck with the following below error. When we try to run the "Retry Workflow Error Activitivity" program it clears them all except few. Please can you advice.
    Failed Activity Fulfill - Deferred
    Activity Type Function
    Error Name -1001 [Error Process Error: -1
    Error Message  ORA-01001: invalid cursor [Error Process Error: ORA-01001: invalid cursor ORA-01001: invalid cursor]
    Error Stack Wf_Engine.GetItemAttrText(OEOL, 3432469, ERROR_ITEM_TYPE) WF_ITEM.SetEndDate(OEOL, 3432469) Wf_Item_Activity_Status.Create_Status(OEOL, 3432469, 39202, COMPLETE) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 39202) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 132829, #NULL) Wf_Engine_Util.Execute_Activity(OEOL, 3432469, 132829, RUN) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 132829, 50) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 132846) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 132555, #NULL) Wf_Engine_Util.Execute_Activity(OEOL, 3432469, 132555, RUN) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 132555, 50) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 132551) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 131928, #NULL) Wf_Engine_Util.Execute_Activity(OEOL, 3432469, 131928, RUN) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 131928, 50) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 131930, COMPLETE) Wf_Engine_Util.Execute_Activity(OEOL, 3432469, 131930, RUN) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 131930, 50) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 131932, #NULL) Wf_Engine_Util.Execute_Activity(OEOL, 3432469, 131932, RUN) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 131932, 50) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 132551, 50) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 132559, COMPLETE) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 132458, #NULL) Wf_Engine_Util.Execute_Activity(OEOL, 3432469, 132458, RUN) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 132458, 50) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 132460, COMPLETE) Wf_Engine_Util.Execute_Activity(OEOL, 3432469, 132460, RUN) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 132460, 50) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 132466, #NULL) Wf_Engine_Util.Execute_Activity(OEOL, 3432469, 132466, RUN) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 132466, 50) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 132559, 50) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 132560) Wf_Engine_Util.Execute_Activity(OEOL, 3432469, 132560, RUN) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 132560, 50) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 132557, #NULL) Wf_Engine_Util.Execute_Activity(OEOL, 3432469, 132557, RUN) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 132557, 50) Wf_Engine_Util.Complete_Activity(OEOL, 3432469, 132553, #NULL) Wf_Engine_Util.Execute_Activity(OEOL, 3432469, 132553, RUN) Wf_Engine_Util.Process_Activity(OEOL, 3432469, 132553) Wf_Queue.ProcessDeferredEvent(OEOL) [Error Process Error: Wf_Engine.GetItemAttrText(OEOL, 3432469, .ADMIN_KEY)]
    *********************************************************************

  • How to send email notifications from a workflow?

    I am having problems trying to get notification emails to work from a workflow. I have done the following:
    1.Checked notification to file is commented out in waveset.properties
    2.Set SMTP server and port setting in Configure > Servers > email template
    3.Set SMTP and port setting in Account creation notification template.
    4.I am then running the following workflow code in reconsiliation per user workflow:
    <Action id='0' name='Send Notification' application='com.waveset.provision.WorkflowServices'>
                          <Argument name='op' value='notify'/>
                          <Argument name='template' value='Account Creation Notification'/>
                          <Argument name='type' value='email'/>
                          <Argument name='toAddress' value='$(email)'/>
               </Action>I am currently getting an error:com.waveset.util.WavesetException: toAddress must be specified.
    Whatever I try I cannot get the email template to pick up the email address for each user from the workflow.
    If I add a valid email address into the "toAddress" in the Account Creation Notification email template, the error goes away and reconsile completes, but no email is sent.
    Could someone advise what I can look into to sort this and get it working.

    You're running into a common IDM bug. I've hit it a few times too. I'm not sure of the root cause (sometimes using notifications as you did works for me sometimes it doesn't) but there's a workflow sub-process called "Notify" that you might look into. It's got a few extra features (such as retries) that the direct provisioning class does not.
    Call it using something like the following action:
          <Activity name='Notify User'>
            <Action id='0' name='send notification' process='Notify'>
              <Argument name='template' value=Template'/>
              <Argument name="from" value="[email protected]"/>
              <Argument name='to' value='$(userView.global.email)'/>
            </Action>
            <Transition to='end'/>
          </Activity>

  • Need help with sending email notifications via OEM

    Hi Folks,
    Objective: To setup email notification if the listener or the database instance goes down
    Version: 10 g Rel 2
    I have setup the email from OEM. I have verified the configuration by successfully sending myself test emails.
    I have configured the schedule (7 days a week, from 1 A.M to 11 P.M)
    I have also configured the out-of-the package alerts so that I will be notified if the listener goes down
    However, once I manually stop the listener, no email is sent out?
    Can somebody spot any obvious steps that I might have missed? Or if somebody can suggest any debugging steps that might help to resolve the issue ?
    Thanks in advance.
    rogers42

    Hi Roger
    Ok, tell me
    1. You have a user like DBA and configurate this count for recive email?
    2. When You try send email from Console You recive this email? Your prove server email
    You should recive this mensagge
    Este mensaje de correo electrónico de prueba de Oracle Enterprise Manager indica la configuración correcta de la dirección de correo electrónico y del servidor de correo.

  • Could not able to send email notification through approval workflow

    Hi,
    I am trying to send an email notification to the requester and approver on request creation and when the approver approves the request then an email should get triggered to the request with approve/reject outcome. All the SOA configuration has been done and also able to send test email through SOA console but could not able to send email through SOA composite.
    For configuring an email notification, I am using notification tab in ApprovalTask, but still problem is not resolved.
    Please help me in resolving the issue.
    Thanks.

    Use this link to check again whether you have configured the Email driver properties properly. http://www.iamidm.com/2012/09/oim-11g-r2-lab-6-managing-notifications.html
    Also check whether any firewall issue is there which is preventing OIM to contact the email server in sending out emails. Check the logs if there are any issues.
    Also check this system property 'RequestNotificationLevel'. This property indicates whether or not notification is sent to the requester and beneficiary when a request is created or the request status is changed. If the value is 0 for this system property, make it 1.
    I was facing a similar type of issue due to two reasons:
    1. System property
    2. Firewall
    Check both of them and try again.
    Edited by: Durgaprasad on Apr 15, 2013 2:08 AM

  • Why is iCal sending event notifications via email?!!

    My wife and I subscribe to each other's ical calendars via iCloud and it's been working fine since first set up months ago. Suddenly today, she got a ton of emails after I updated and added a bunch of events in my calendar. This hasn't happened before today. Neither of us changed anything and I know I made similar updates in my calendar earlier in the week that didn't generate emails to her.

    as i wrote there Re: How do you stop receiving notifications about updated calendar events?:
    to NOT get email notification about updated events from a shared calendar you subscribed to you have to uncheck "events affect availability" in that calendars "info" (mac os X.7 and X.8: iCal —> calendars dropdown —> right click on the subscribed calendar —> choose "get info" from the context-menu —> uncheck "events affect availability")

  • Not Receiving Email Notifications via Hyperion Workflow Process

    Hi All,
    Configuring SMTP for workflow process in Hyperion planning.
    I did the following steps for the above process.
    1--> I checked whether SMTP server is running or not using Telnet command in the machine where the application is running-->*[Its working fine]*
    2-->Then I logged in to planning application with admin credentials and set the Email server details as follows
    2.a) *[Planning-->Administration-->Application-->Settings-->I entered the Email server details]*
    2.b) *[Planning-->File-->Preferences-->Planning-->I mentioned the Email address for administrator]*
    3--> I created several users using shared services console and I set the security Access type as Descendents Inclusive for each and every dimensions.
    4--> I set the Email address for every users which are created in the above step *[Planning-->File-->Preferences-->Planning]*
    5--> I created a Planning unit Hierarchy.
    6-->I logged as a Planner and I entered the budget in the Data form .
    7-->I promoted this budget to the Higher official for verification process.
    8-->But I didn't get the status mail for the above process.
    Kindly guide me whether I am following the right procedure to config SMTP in my application.
    How to get the status of the notification mail through relational tables.
    Kindly mention the location of log files regarding this issue.
    Please guide me to overcome this issue.
    Thanks and regards
    Sai

    Hi John,
    Thanks for your reply. I couldn't get you from the below quote
    Does you SMTP server accept anonymous connections?
    Anonymous in the sense that you mean like Unauthenticated connection. Yes my mail server is unauthenticated server, hence it doesn't require any username and password.
    Regards,
    Sai

  • How to send SMS by using ABAP program

    HI Gurus,
    I need to notify the vendor through sms when his goods are received. His details are stored in vendor master.
    My problem is that I am not able to find any function module for the same.
    Do any of you know how to send 'sms' to particular mobile number using ABAP.
    Are there any basis settings required for the same?
    Thanks and Regards,
    Saurabh

    Hi,
    Pls check the below links
    http://help.sap.com/saphelp_nw04/helpdata/en/58/97c43af280463ee10000000a114084/frameset.htm
    /people/ronen.fox/blog/2007/12/06/sending-sms-notification-via-business-workflow
    http://www.****************/Tutorials/Workflow/Workflow.htm
    You can use the FM: 'SO_DOCUMENT_SEND_API1' &
    'SO_DOCUMENT_SEND_API1_NEW'.
    to send the mail,sms etc.
    But you have to make some chamnges in the reciever table, jus go thru FM documnetaion once, you will fine the option for sending SMS thru either of this FM.
    Below is a sample code for sending e-mail.
    so, u can take help from this.
    data declarations
    DATA : v_sender TYPE soextreci1-receiver,
    v_doc TYPE sodocchgi1,
    it_paklist TYPE STANDARD TABLE OF sopcklsti1 ,
    wa_paklist TYPE sopcklsti1 ,
    it_obj_head TYPE STANDARD TABLE OF solisti1 ,
    it_obj_bin TYPE STANDARD TABLE OF solisti1 ,
    it_obj_txt TYPE STANDARD TABLE OF solisti1 ,
    it_obj_rcv TYPE STANDARD TABLE OF somlreci1 ,
    wa_obj_rcv TYPE somlreci1 ,
    v_desc(100).
    CONSTANTS: c_start(12) TYPE c VALUE '000000000000001',
    c_num(12) TYPE c VALUE '000000000000002',
    c_num1(12) TYPE c VALUE '000000000010030',
    c_raw(3) TYPE c VALUE 'RAW',
    c_test(4) TYPE c VALUE 'TEST',
    c_X(1) TYPE c VALUE 'X'.
    refresh internal tables
    REFRESH : it_paklist, it_obj_rcv.
    clear internal tables
    CLEAR : it_paklist, it_obj_rcv, v_sender.
    v_sender = sy-uname.
    fill internal table it_paklist
    wa_paklist-head_start = c_start.
    wa_paklist-head_num = c_num.
    wa_paklist-body_start = c_start.
    wa_paklist-body_num = c_num1.
    wa_paklist-obj_name = c_test .
    wa_paklist-doc_type = c_raw .
    wa_paklist-transf_bin = c_X .
    APPEND wa_paklist TO it_paklist.
    clear: wa_paklist.
    Data in the Header/subject Line
    v_desc = text-005 .
    v_doc-obj_name = c_objname .
    v_doc-obj_descr = v_desc.
    Mail text
    APPEND v_desc TO it_obj_txt.
    Preparing the receiver list
    wa_obj_rcv-rec_type = 'U'.
    wa_obj_rcv-rec_type = 'C'.
    v_dlist = 'SCE_TEST'.
    wa_obj_rcv-receiver = v_dlist. "Distribution list.
    wa_obj_rcv-receiver = Enter the mail id .
    APPEND wa_obj_rcv TO it_obj_rcv.
    Call the function module to send mail
    IF NOT it_obj_rcv[] IS INITIAL.
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
    EXPORTING
    document_data = v_doc
    sender_address = v_sender
    sender_address_type = 'B'
    put_in_outbox = 'X'
    commit_work = 'X'
    TABLES
    packing_list = it_paklist
    object_header = it_obj_head
    contents_bin = it_obj_bin
    contents_txt = it_obj_txt
    receivers = it_obj_rcv
    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 sy-subrc NE 0.
    MESSAGE text-006 TYPE 'I' .
    ENDIF.
    ENDIF .

  • How to invoke SMS notification script from Siebel aplication.

    Hi
    I have a binary file written in shell script which i have placed in my siebel server(Linux platform) and i have executed it by providing Mobile number and message as parameters for sending SMS notifications. I am able to send SMS successfully.
    Now i would like to invoke this file from my Siebel application 8.1 based on Service request status change.
    Please let me how can i proceed?
    How do i invoke the shell script? Should i proceed with a creation of workflow and then invoke this script?
    Regards,
    Suman

    This is not something supported at this time. Please let Apple know that you would like this feature added:
    apple.com/feedback

  • How do I get imessage to send SMS texts to non iphone users?

    I have read that I can use imessage to send and receive regulr SMS text messages to non iphone users; but, I can't seem to make it work.  When I try to enter a mobile number of a non iphone user in the new text address bar and send anSMS text the adressee turns red and I get the following message:
    Your message could not be sent.
    4342496xxx is not registered with iMessage.
    Does anyone have a suggestion? I've checked my preferences and any articles I could find but so far I can't find anything that helps.  Thanks.

    Hi,
    As I said the Menu Item has disappeared in Messages but you can still get it to send SMS Messages via an AIM Account to a "Buddy" that is the phone number with a leading + 1 for the country code (although it was never  rolled out world wide).
    Uploaded with Skitch!
    The Menu items in the Buddies menu (This is from iChat 5) do not appear unless the computer ius set to be in the United States.
    They don't appear at All in Messages (whether the computer is set or not.)
    This Info card to show it has numbers
    Uploaded with Skitch!
    I see you have eventually got there with willar's post.
    For the points
    8:21 PM      Monday; October 8, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • IPad with wifi only cannot send sms or mms to non apple users. Operating system is 8.1.3

    I am using an iPad 2 with iOS 8.1.3. I was told that with this operating system, I would be able to send sms or mms to non-iso users. I was able to do so when I originally upgraded to 8.1.3, but am no longer able to send. The person's name comes up in red and there is an exclamation point.

    An iPad cannot natively send an SMS. The SMS text protocol sends its data within the voice channel spectrum of a cell phone voice connection. So, only a cell phone can actually send SMS texts, and only over a cellular voice connection.
    If you were doing it before, you must have been using an app. There are apps that will allow you to send SMS texts via cellular providers SMS-email gateways, e.g. as an email to [email protected]

  • SAP Business Workflow Vs UWL

    As a part of our first release - we had HR and SRM and had major Portal usage. UWL was leveraged for the HR & SRM tasks.
    Currently for our next release - we dont have any HR / SRM - But core business processes around SD, MM, FI modules and not any functionality is on Portal. There are couple of workflow scenarios that will be enabled via Business Workflows. We are considering a case, if we really want to display them via SAP Portal UWL too in addition and if that will be of any value add ?
    Any suggestions, please ?

    Hi Dhanz,
    Yep, as Karri said, one of the main reasons why the UWL is so widely used is for central functionality. Another plus is the substitution functionality.  With the inbox, users can assign other users to work on their tasks, request absence etc.  For your end users - they do not have the sapgui installed on the desktop....with a browser and access to the portal they can check their inboxes.  I would recommend though if you are adding more tasks and possibly more users that you check the sizing guide that I posted at the top of this forum as a sticky thread from our development support colleagues.
    Beth Maben
    EP - Senior Support Consultant II
    SAP Active Global Support
    Global Support Centre Ireland
    **SDN Forum Moderator:
    SAP Enterprise Portal: Application Integration
    **SDN Universal Worklist Wiki:
    http://wiki.sdn.sap.com/wiki/x/ehU

Maybe you are looking for

  • Actionscript in a Custom Component

    Can anyone tell me if you can put actionscript inside of a custom component? It throws errors anytime I try to do it. I have a horizontallist component that is being populated with an itemrenderer which holds an image component. The horizontallist ta

  • Choosing Receiver Interface (IDoc or RFC) without using BPM

    Hi, We have a scenario wherein the receiver interface (either IDoc or RFC) must be dynamically determined at runtime based on the source message. I've tried using Multi-Mapping but this did not work since IDoc and RFC interfaces are not on the same A

  • How to merge two xmls.

    Hi All, I want to merge two xmls in my output. My scenario is I am getting two sets of outputs and I want to merge them to get my final output. I my output I have a header and a Lineitem. I my final output I want to keep header only once and all the

  • Net beans Web Service call from Sun Creator

    I am new to all of sun studio tools. Currently I am using Sun Java Studio Creator early access 2 and Net Beans 4.1 for my development project. I could not find tutorial to create web service using Sun Java Studio Creator therefore I am creating using

  • TS3367 hi,in my iphone 5 face time activation is shown as  WAITING FOR ACTIVATION.can anyone give me a clue solve the problem

    hi ,while activating my iphone 5 face time acitivation is not competing,its shown as   WAITING FOR ACTIVATION. please advise me the solution for it regards