Activity Step (Outcome)

Hi Experts,
though worked on WF, never explored how the Outcome entries come in the Activity step. Appreciate and brief explanation on Outcome lines in Activity Step (Outcome tab).
Another query, in 4.6c I have seen you can insert line(outcome) in the Outcome tab of an Activity Step, but in 4.7 I do not see it.
How do I add an Outcome in Activity Step (Outcome tab) 4.7.
Thanks,
Aditya

Hello Aditya,
When ever you   define an   exeption   in  the   Method  eception  table  with  the 9xxx  number   it should    appear  in  the step .
It  a refresh  problem  if  a  change  a method  i usually  refresh  the task   (  I  select  a  display    or  existancecheck  method  and then 
reselect   the  required method )  so   the task  is refreshed .   exception   that  are not  selected  with  the   green  tick - will  mean  error
other ise if selected  with green   mean  handled error ,
Except for terminate event you   might  define the method a s    a result  method   with   defined list  of  results   also  will  influenve outcome lines
Best Regards,
Rina Spector

Similar Messages

  • How to add outcome to activity step

    Hello everyone. Does anyone know how to add a possible outcome to an activity step that is not of type user decision? I know this is possible as I have seen workflows like this. Please help. Generous points will be awarded!

    Hi,
    I don't think OO does result parameters. To be honest, I've never really liked them due to the way that the outcome definition is so far removed from WF. This makes it easy for someone to change the domain without updating the WF and mess things up. There's no simple "where used" that tells an ABAPer about such usage in WF.
    So just bind back a value and check it in a separate condition step. Or use exception classes. If they are subclasses of CX_BO_ERROR they will automatically appear as outcomes. Which way you choose is a matter of semantics - if the results are 'nonstandard' situations then they could be exceptions. If it's a set of choices then a condition will do. There's no major performance hit for a condition or container operation step.
    Hope that helps,
    Mike

  • Activity step is not visible in workflow log

    Hi All.
    I added two task  in my workflow and transported it to qualityand it got transpported successfully.
    then i triggered the workflow and when i am checking the log
    one of my task is not visible in my log.
    Please guide me in this.
    Thanks in  advance
    Regards
    Anit

    I feel like you have to re check the activity steps defintion  under the tab Details , in this tab, you have a section Workflow log ---> Graphical represnetation make sure that you hvae selected the In All workflow Logs....
    This could be one of the reason that why the workitem is not appearing in the workflow log....
    And even under the OUTCOMES tab you have a check box where you can say that if this is the outcome then do not display in the workflow log so please even recheck under the outcomes tab of the activity step if any of the check box is enabled please disable it and then try to reimport to the other system and check...

  • BO XI 3.1 installation and Upgrade activity Steps

    Hi Experts,
    Right now we are using BO XI R2 Version, Planning to uninstall XI R2 and do a fresh installation of BO XI 3.1 with SP3.
    Do I need to install the Java latest version for XI 3.1? Right now we have the following setting,
             j2re1.4.2_04
             j2re1.4.2_16
             jre1.5.0_14
    Since the up gradation of Reports, user, groups, universe events etc are from XI R2 version to XI 3.1.So Is it enough to    
    install BO XI 3.1 with SP 3, or do I have to go for FixPack inorder to avoid problem after this upgrade activity.
    Could you please tell me about the BOXI R2 to XI 3.1 installation and Upgrade activity Steps.
    Regards,
    Sridharan

    Hi,
    you dont need a special JRE version on the Server. With the installation of BO a own JRE will be installed for BOE. Only for developing WebI reports the developer need a 1.6.x JRE later on.
    There is already FixPack 3.1 out but installing "only" SP3 should be sufficient.
    I would recommend you check the upgrade guide from Rel.2 to XI 3.1:
    https://websmp208.sap-ag.de/~sapidb/011000358700001646952008E/xi3-1_bip_upgrade_en.pdf
    You need a S-User to Login.
    Regards
    -Seb.

  • TS1814 I am trying to update my Iphone 3 and when i get to the activation step after a few minutes it shows a message that says " Your iPhone could not be activated because the activation server is temporarily unavailable. Try conenecting your iPhone to i

    I am trying to update my Iphone 3 and when i get to the activation step after a few minutes it shows a message that says " Your iPhone could not be activated because the activation server is temporarily unavailable. Try conenecting your iPhone to iTunes to activate it, or try again in a couple of minutes.
    If the problem persist, contact apple support at apple.com/support
    I been trying for a few times now and I keep getting the same message. How can i fix it? now my phone doesnt work.

    These are the steps mentioned in the article iPhone: Troubleshooting activation issues
    Perform the following steps if you receive one of the messages above:
    Restart the iPhone.
    Try another means of reaching the activation server and attempt to activate.
    Try connecting to a known-good Wi-Fi network if you're unable to activate using a cellular data connection.
    Try connecting to iTunes if you're unable to activate using Wi-Fi.
    Restore the iPhone.
    If you receive an alert message when you attempt to activate your iPhone, try to place the iPhone in recovery mode and perform a restore. If you're still unable to complete the setup assistant due to an activation error, contact Apple for assistance.

  • Hyperlink not coming in Activity step

    Hi,
    I am sending notification mail through activity step. On task description tab of task under line editor I have put below code for hyperlink:
    /: <x href="http://www.google.com">Welcome to Google</x>
    In above line please consider 'x' as 'a'.
    But when I see email in outlook it does not show anything. Can anyone tell me what is wrong here.
    I am using extended notification tool (SWNCONFIG) to send notifications.
    Regards,
    Vijay

    Hi,
    You can also use FM 'SO_NEW_DOCUMENT_SEND_API1' ( implement this FM in a method of Business Object )
    please find some sample code below.
    Data : lt_text type SOLISTI1 occurs 0,
           L_DOCUMENT_DATA type SODOCCHGI1,
           lt_receivers type SOMLRECI1 occurs 0,
           L_WA_RECEIVE TYPE SOMLRECI1,
           ls_text type SOLISTI1.
    * Creating different formatting in mail body
    CONCATENATE text-002 text-001 text-003
        INTO ls_text.
      APPEND ls_text TO lt_text.
    * Mail subject
      L_DOCUMENT_DATA-OBJ_DESCR = 'Charecter formatting in mail body'.
    * Receiver
      L_WA_RECEIVE-REC_TYPE = 'U'.                  "Internet User
      L_WA_RECEIVE-RECEIVER =  xxx                . "Mail Address
      APPEND L_WA_RECEIVE TO lt_receivers.
    *This function module is used to send mail
        CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
          EXPORTING
            DOCUMENT_DATA              = L_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.
    where :
    text-002 = <a href="http://www.google.com">
    text-001 = Welcome to Google
    text-003 = </a>
    Thanks
    Sanjay

  • Attachment in activity step

    Hi all
    can any one tell me how to send the descriptions for a activity step like we can send in a mail step.also how to send the attachement in a activity step.
    Thanks & Regards
    Syam

    Hi,
    i hope i understood correctly
    For the Task description simply go to PFTC choose the correct task and fill in your description (point Description then small pen).
    For Attachments the most simple way is to set the task to "Confirm end of processing" ( in transaction PFTC) a popup will open afer executing the task where you can append attachments.
    regards

  • Activity/step in the workflow has a blinking red outline

    Symptom
    Activity/step blinks red in the diagram, and the workflow goes to the Paused state (default behavior.)
    The workflow Failed flag is set to Yes (true) which can be seen in an Explorer folder or view containing workflows or in the Home page Instance monitoring dashboard.
    Cause
    An uncaught exception during the processing of the activity/step.
    Fix
    To diagnose the exception, right-click on the activity/step and select Display logs. The fix will depend on the particular exception.
    Preventative
    In the future, avoid taking the action that caused the exception.
    Note:
    Specific exceptions will be described in subsequent discussions of this sub-forum.

    Antonise,
    The match/merge step is manual because In real time scenarios 'The person who have access to add records in Data Manager not necessarily can have access to approve or disapprove the new added records', so the case become one client say add records in Data Manager and the approval/disapproval, match/merge etc. steps will be performed by Admin or say DBO.
    Thats why match/merge step have manual execution.
    And your qyery if no match found then its should be automatic to next step "No because Admin still can refuse those new added records untill and unless he/she is not satisfied"
    Rewards if helpful.
    BR,
    Alok

  • The Job Failed Due to  MAX-Time at ODS Activation Step

    Hi
            I'm getting these errors "The Job Failed Due to  MAX-Time at ODS Activation Step" and
             "Max-time Failure"
    How to resolve this failure?

    Hi ,
    You can check the ODs activation logs in ODs batch montior >> click on taht job >>> job log
    for this first you check in sm37 how many jobs are running if there are many otehr long running jobs then . the ODs activation will happen very slowly as the system is overloaded .. due to the long running jobs ..this causes the poor performance of system ..
    for checking the performance of system .. you first check the lock waits in ST04..and check wether they are progressing or nt ..
    check sm66 .. for the no of process running on system ..
    check st22 >> for short dumps ..
    check Os07> to check the cpu idle tiem if its less tehn 20% . then it means the cpu is overlaoded .
    check sm21 ...
    check the table space avilable in st04..
    see if the system is overlaoded then the ODS wont get enough work process to create the backgorund jobs for that like(Bi_BCTL*)..jobs .the updation will happen but very slowly ..
    in this case you can kill few long running jobs which are not important .. and kill few ODs activations also ..
    Dont run 23 ODs activation all at a time .. run some of them at a time ..
    And as for checking the key points for data loading is check st22,cehck job in R/3 , check sm58 for trfc,check sm59 for Rfc connections
    Regards,
    Shikha

  • Showing Activity Steps in Gantt chart

    Using P6 v8.2 is it possible to display (and therefore print) activity steps in the gantt chart? This would be handy when distributing a lookahead to the craft. I've searched and tried everything that looked even halfway logical but so far no soap.
    All help is appreciated,
    Dan

    Sorry - Activity Step Count is the only thing you can display. I have always wanted this too. I guess their fear is that you would have too many steps and it wouldn't fit.

  • Requested End Deadline monitoring for Background Activity Step

    Hi All,
    Workflow for MSS Position change has been implemented in the system.
    When a request was created thru Portal the Workflow was triggered but it got stuck.
    I found that in a background activity step there is a requested end deadline monitoring which was reached.
    Since it is a background activity there is no agent assigned, then what could be the reason that the deadline was reached ?
    Can anyone tell me when is the Requested End deadline triggered ?
    Regards,
    Radhika.

    Hello,
    Yes, if it's workitem creation time + 1 minute then it means the deadline (any deadline - Latest End, Requested End, Requested Start etc, they're all the same, they just have different names) gets triggered.
    What happens next depends on how that deadline has been defined - it may just send a message to someone and do nothing else (ie it leaves the background process running). Or it may be a modeled deadline set up to end the process. Have a look in the Requested End tab to see what it does.
    regards
    Rick Bakker
    Hanabi Technology

  • Problem in Workflow during activity step with "Requested start" time.

    Hi,
    I am working on SAP workflow.
    In my workflow there is a activity step (wait step) where the workflow should wait before going to step after that wait step. To achieve this, I have used requested start as +10 min with WIS workitem creation. After 10 min, the workflow should proceed to further step but my workflow does not go further.
    It was working good I tested couple of days back but now it doesn't. Can someone please help ?
    Thanks.
    Regards,
    Rajesh.

    Please check the settings in SWU3. Most probably  the settings is not correct. You will get a lot of discussion from this forum if you search with SWU3.
    Thanks
    Arghadip

  • Terminating Activity step with error

    Hi,
    I have an Activity step which task executes a method of a class. This method returns result code (and I do binding to WF) and if it is not 0 I would like to terminate this step (workitem) in error status. How is the best and easiest way to do this?
    Thank you in advance,
    Anna

    Thank you.
    But I am not able to set any handling in case of error of this step - if this fails it must be possible to see in worfklow log as error. If I set an exception in method and later not catch it in workfow, would I see it as erroneus?
    Anna

  • Activity Step type in workflow

    Hello Experts,
    I need some detail clarification regarding Program exits and Properties tab in activity step type
    i have read the content in help.sap.com but it was not clear how to use these steps
    Also if anybody knows please explain all four tabs for dead line monitoring
    Thanks in advance!

    Hi Akshay,
    Please check the following links:
    Re: Workflow terminologies
    Re: Reg: Program Exits
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fd/15fe3b0f13ca4ae10000000a11402f/frameset.htm
    Hope this helps!
    Regards,
    Saumya

  • Importing date UDF's to activity steps using SDK

    I an having difficulty importing/exporting UDF date fields on activity steps using the SDK.  Text UDF's are no problem but any other type of field is not recognized.  No errors are generated.  Any suggestions?

    Hi
    It is not possible . In 8.8 OINM is a view you can't add UDF to it .
    Regards
    Arun

Maybe you are looking for

  • How many computers can I use my account on

    I have just started a 6 month contracting role as an in house designer.  Can I use my account at this new premisis while still using it at home for my home business?

  • How to change the "n/a" message when stock level unavailable

    When and if a product is not inventory controlled or the in stock quantity is unknown, the "In Stock" tag on the product page will read "n/a". How do I change the "n/a" message? Customer think that stock is unavailable but I want to replace the "n/a"

  • Building a function in JSP ???

    Hi, im fairly new to JSP... Well, you will see by this question... Anyway... Im trying to built a function to test for NULL String. Here is wath i got : checkForNullParam( strLang, strMailID ); // The Call of the function function checkForNullParam(

  • Where is the sprayer brush? / Personalize toolbox

    I'm looking for the sprayer brush. To get it, I tried to personalize my toolbox but the option is no more there in Flash CC.

  • E-Recruitment - Driver Program of Standard SmartForm

    Hi All, Can anyone tell, how to find the driver programs of standard smartforms which are attached in view V77RCF_ACT2FORM. Pls help!