Workflow Error In Foreground Step?

Hi all,
I have developed workflow in which i am using ZCASH  BOR object to trigger the WF.
i have used it in WF and Its working fine.but now i want to rename the ZCASH to ZABC.
I have done it but the problem is in foreground step and in the method with Dialog.
I have one task(foreground) in which i am calling that dialog method ZDISPLAY of new BOR ZABC.
When i triggered the WF rest of the background steps are working fine.
the problem is WF goes to error at ZDISPLAY step.It is showing in log that
ZCASH->ZDISPLAY method is not defined.
but there is no ref to old BOR object ZCASH.
I have checked binding also.it fine.
Thanks,
Arpita

Thanks........
I have tried this in test wf its working fine..
Is this because of this is a foreground task?because all other background steps are working fine.
the workflow generates a Wi and whenever agebt tries to execute the WI it throws an error.
Thanks.
Arpita

Similar Messages

  • Workflow error in fork step, process control, wait event

    I am using fork step in workflow which has 2 parallel branches. In 1st branch i have a user decision step followed by a task for posting PO document in case of approval. In the 2nd branch of fork step I have a wait step to wait for an event followed by the same task for posting document with a process control step after that in the end to cancel the workitem(workitem generated by user decision step in the 1st branch of fork). I created the event by using a custom BOR object.
    After the fork step is triggered, i have both a wait event running and workitem generated. When i raise the wait event from SWUE by entering the event, object key etc it works fine i.e., the workitem in the other branch is set of logically deleted and workflow ends.
    But if the wait event is triggered from the program i.e., using FM SWW_WI_CREATE_VIA_EVENT, both get an error message in workflow log(SWIA). The message is: Error when executing the binding between work item 000000XXXXXX and flow item 000000XXXXXX where workitem number is the workitem id of the posting document task and flow item id is the workflow parent id

    hi,
    message is self explanatory.
    Activate the event trace SWELS, then do the event with SWUE and within your program (als please use SAP_WAPI function modules).
    Now compare the 2 events in SWEL to see what the differences are .
    Kind regards, Rob Dielemans

  • Workflows error on any step using a rule but then re-start ok via SWPR

    Hi all,
    I have transported some workflows from SAP 4.6C (where they work ok) to SAP ECC 6.0 where I'm having the following problem -
    All the workflows go into error at the first step they encounter which uses a rule in the agent assignment.
    The workflows can all be restarted and complete successfully when they are re-started via SWPR.
    Any suggestions on how to fix this ?
    Thanks
      John

    The error message from the workflow log is ...
    <b>Message Text         Error when processing node '0000000017' (ParForEach index 000000)
    Exception            8987]
    </b>
    The problem only occurs when I create the object (e.g. invoice) under a particular username. I was always re-starting via SWPR under another username which completed the workflow successfully so I think the problem is just to do with authorisations.  I will look into this some more.
    Thanks anyway
    - John

  • Error in N step Workflow WS14000133

    Hi ,
    I implemented N-step workflow and BADI in SRM 5.5 SP07. It works good for approvals. If the cart is rejected by an approver, it comes back to the cart creator for editing. But when the creator deletes the cart, workflow errors out. I found that the task TS14907939 does not exist but is coded in one of the step in WS14900032 workflow. I checked Notes 989135 & 1029396 which are not relevant for our version.
    Please provide me with some suggestions to resolve the error in workflow.
    Thanks.
    Srini

    Hi
    <b>Please go through the SAP OSS Notes below -></b>
    Note 1029396 - WS14900032: Task TS14907939 is missing
    Note 989135 - Wrong languages in mail notifications
    This seems to work for you. Sure shot solution. )
    Do let me know.
    Regards
    - Atul

  • Error in Fork Step causing issue in generating next work items

    All,
    We have ECC 6.0 with the following SP:
    SAP_BASIS     700     0012     SAPKB70012     SAP Basis Component
    SAP_ABA                     700     0012     SAPKA70012     Cross-Application Component
    I have this strange issue. In one of my custom workflows, i am using a Fork step with 02/ 02 necessary outcomes. In branch 1, i am sending a mail to a user's e-mail id. In branch 2, i have 3 activity steps for another user. Step 1 is to display an invoice and step 2 is a user decision to apprve/deny this invoice.
    I know that during runtime, at the Fork step, the work item for branch 1 and the 1st work item for activity step 1 in branch 2 get generated almost simultaneously(though with some small time difference). This is OK. But the issue is, when the sendmail in branch 1 errors out due to some error, and when step 1 is finished successfully by another user, the work item for 2nd activity step in branch 2 is not getting created.
    As i understand, in the Fork, the 2 branches, execution should be independent of each other, that means, the work item creation and execution of branch 1 and 3 steps in branch 2 should be happening independently. But, this doesn't seem to be the case.
    I understand when the sendmail in branch failed, the wflow is set to 'Error' Status.But there is already an open workitem for step 1 of branch 2. When this workitem is completed successfully, I expect the work item for 2nd step should get generated.But this is not happening. But, when i restart the whole workflow using SWPR, it generates the witem for 2nd step in branch 2. And still the wflow is in 'Error' status.
    When the user finishes the 2nd workitem of branch 2, the next work item for 3rd step is not getting generated. Instead i needed to restart the whole wflow again and this time, it generated the 3rd witem in ranch 2.
    To my understanding, when a Fork is there, if i specify 02/02 outcomes necessary, these 2 branches should go in parallel, both creation and execution of workitems, until they are joined. And at this point, if the whole Fork step is successful, then workflow will proceed further with steps below the Fork. Shouldn't this be the case ?
    Anybody had similar issue? Pl share your thoughts on this. I'd really appreciate if somebody can clarify whats going on in the above case and how to fix this.
    Thank you in advance
    Regards,
    venu
    Edited by: Venugopal Jogi on Jun 10, 2009 5:58 PM

    Hi Arghadip,
    Thanks for your reply. You said
    "When a Workflow goes into error the processing should stop whether it is in same branch or in different.".
    If this is correct, then as i explained earlier, when i restart the workflow without fixing the errored branch, then also, the next work item should not be created..Right ? But, it is. I didn't fix the errored branch but simply restarted the workflow. Then it created the witem for 2nd step, in the branch 2 that is not errored.
    How can this be, the branch 1 is still in ERROR status only. So, can you pl clarify if something else might be going on here.
    Also, fixing the issue is fine. But, the SendMail step in branch 1 is just an information only and per business requirement, this should not be holding up the approval process. And if we don't process the invoice in time, just because of some informational mail errored out, this will not be a feasible solution to the client,Right ? That's the whole reason i am using Fork step, so that they both proceed parallelly (independently).
    If step 1 is a pre-requisite for step 2, then it makes sense to fix error in step 1 so that we can proceed with step 2.
    Any other thoughts on this.....
    Regards,
    venu

  • Workflow error in ChaRM using Group Approval

    Hi,
    I am using the Group Approval in ChaRM's requests for change transactions, as explained in detail in Michael Vollmer's blogpostNew ChaRM Feature with SP 10: Enhanced Approval Procedure Functions
    I am also using the workflow crm_rfc_aprv (WS17100016), which sends out workflow tasks during the approval procedure.
    Since I have assigned organizational units to my approval procedure, I always receive an e-mail from the Workflow User with title "Workflow 12345 set to status ERROR" for every ticket.
    This is because somewhere in the code behind the workflow, a user is searched based on the business partner in the approval step. But an Organizational Unit is never linked to a user, you cannot assign the BP Role "employee" to an organizational unit.
    It would be nice if the workflow could send workflow tasks to all the users assigned in the organizational model to the organizational unit. But currently, I am most concerned with getting rid of the workflow error e-mails. I really don't want to get an e-mail for each and every ticket.
    Does anyone know if there is a way to solve this? Maybe some way to link an organizational unit to a (dummy) user anyway?

    Hi Karthik,
    Yes, my organizational model is maintained.
    There are three BP's + Users assigned to the organizational unit.
    The SP10 Enhanced Approval Procedure completely works, those three users are able to set the approval for the "Center of Competence" organizational unit to "approved" in the RfC ticket.
    However, the workflow behind it never goes looking in the organizational model. It just sees "business partner 632", and checks only the data of BP 632, and doesn't find a user on it. So the workflow goes into error, and sends a mail about it to me...
    For approval step 1 everything goes as normal, there is a specific person assigned to the step, the workflow finds a user on the person's business partner, and sends a workflow task / mail to that user.
    Below are screenshots of tx PPOMA_CRM, the approval block in the RfC ticket, and the correct and error mail as seen in the tx SOST list.
    Kind regards,
    Joyca

  • Benefit  Workflow error

    Hi Friends,
    I am working on open enrollment benefits workflow scenario. Basically when even a health plan is entered through ESS for an employee, I have to send an email to set of people. I have done following workflow steps, but getting an error : RFC_ERROR_SYSTEM_FAILURE ,  GETWA_NOT_ASSIGNED
    Step 1: BUS3029 extended to ZBUS3029 to include Custom event CREATED. Delegated.
    Step 2 :  SWEHR1. u2013 Made following  .
               type : P ,  Info type : 0167 ,  Object Type : BUS3029
    Step 3:  SWEHR3
               Object type : P , Infotype : 0167 ,  Update op : INS ,  Event object type : BUS302901 and event : CREATED.
    Step 4:  Create a custom workflow and Liked event CREATED to it.
    I would really appreciate if you could help me out.
    Thanks
    Nash

    Hi Babar. How are you? I am good.
    When you hire any dummy employee, did you make sure all the master data information are exactly the same as an existing employee including date range etc. Is the HDHP and HSA together in your system?
    Can you try posting the screen shot here in this forum? You can upload the screen shot on any free sites, like photobucket etc and paste the link here.
    Giving email addresses is against the SDN rules.

  • R12.1.3 workflow error

    Hello,
    I set up R12.1.3 (upgrade from R12.1.1) I when I Started up the application and got connected to the Application using the user sysadmin,
    I received too much workflow errors woth no access to the Oracle Applications to create users and responsibilities
    What could be the solution to clean those errors ? could I missed a patch to apply ?
    Here are the steps :
    -set up R12.1.1 .
    - set up french NLS.
    - upgrade to R12.1.3
    - upgrade french NLS.
    BR

    Hello,
    Here are the errors displayed by the home page when connected by sysadmin:
    N.B: This a vision demo environnement.
    Transaction Workflow     Error in Workflow PARMATRX/10044 ORA-01400: cannot insert NULL into ("PA"."PA_FORECAST_ITEMS"."PROJECT_ID")     24-Jul-2003     27-Jul-2003
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 10967.     27-Sep-2006     02-Oct-2006*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 10988.     29-Sep-2006     04-Oct-2006*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 11297.     08-Jan-2007     13-Jan-2007*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 10986.     06-Feb-2007     11-Feb-2007*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 12261.     09-Feb-2007     14-Feb-2007*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 12284.     09-Feb-2007     14-Feb-2007*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 12832.     21-Aug-2007     26-Aug-2007*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 12892.     22-Aug-2007     27-Aug-2007*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 12908.     22-Aug-2007     27-Aug-2007*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 12991.     23-Aug-2007     28-Aug-2007*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 12993.     23-Aug-2007     28-Aug-2007*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 12992.     23-Aug-2007     28-Aug-2007*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 12994.     23-Aug-2007     28-Aug-2007*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 12956.     24-Aug-2007     29-Aug-2007*
    *     System: Error     Error in Workflow ECXERROR/WF5239778 3120: Activity 'ECXERROR/733228' has no performer.     29-Aug-2008     29-Aug-2008*
    *     System: Error     Error in Workflow ECXERROR/WF5033143 3120: Activity 'ECXERROR/733228' has no performer.     29-Aug-2008     29-Aug-2008*
    *     System: Error     Error in Workflow ECXERROR/WF5033141 3120: Activity 'ECXERROR/733228' has no performer.     29-Aug-2008     29-Aug-2008*
    *     System: Error     Error in Workflow EPBCYCLE/Netherlands Budget-2163-5-GENERATE_TEMPLATE-07/14/2005-09-23-45 ORA-01688: unable to extend table APPLSYS.WF_ITEM_ACTIVITY_STATUSES_H partition WF_ITEM22 by 16 in tablespace APPS_TS_TX_DATA     29-Aug-2008     29-Aug-2008*
    *     System: Error     Error in Workflow EPBCYCLE/Netherlands Budget-2163-5-GENERATE_TEMPLATE-07/15/2005-14-33-49 ORA-01688: unable to extend table APPLSYS.WF_ITEM_ACTIVITY_STATUSES_H partition WF_ITEM22 by 16 in tablespace APPS_TS_TX_DATA     29-Aug-2008     29-Aug-2008*
    *     HR     System Error in Workflow. Error item type: HRSSA. Error item key: 12932.     25-Aug-2008     30-Aug-2008*
    *     Expenses     Expense W33356 (791.00 GBP)     29-Aug-2008     01-Sep-2008*
    *     Expenses     Expense W33336 (611.00 GBP)     29-Aug-2008     01-Sep-2008*
    *     Expenses     Expense W33316 (676.00 GBP)     29-Aug-2008     01-Sep-2008*
    *     System: Error     Error in Workflow ECXERROR/WF5240479 3120: Activity 'ECXERROR/733228' has no performer.     25-Sep-2008     25-Sep-2008*
    BR

  • Workflow Error - ROLLBACK WORK executed (SWP_CALLBACK_WI_DONE item 8)

    Hi Workflow Experts,
    I need help regarding a workflow error I encountered during a workflow run, the error is as follows:
    when I click the "red" traffic light right besides the broken box a pop up of the error log shows:
    "object does not exist
    ROLLBACK WORK executed (SWP_CALLBACK_WI_DONE item 8)
    object does not exist
    object does not exist
    object does not exist
    ROLLBACK WORK executed (SWP_CONTINUE_WITH_NEXT_NODES item 1)"
    when I click the drop down arrow, the following error log shows:
    WF Manager                SWP_CALLBACK_WI_DONE
    WF Manager                SWP_CALLBACK_WI_DONE
    WF Manager                SWP_CALLBACK_WI_DONE
    Workflow-System           SWP_CALLBACK_WI_DONE
    Workflow-System           SWP_CALLBACK_WI_DONE
    WF Manager                SWP_CALLBACK_WI_DONE
    Workflow-System           SWW_WI_STATUS_CHANGE
    Are any of you familiar with this error? or even encounter them? WHen I restarted the workflow in error using SWPR (restart workflow after error), the workflow continues and status is in process...
    Please let me know if you have any idea on how to solve this issue or if there are anyone who have solve similar issues like this. Please help me, I am running out of options.
    Thanks in advance!
    Manny

    Hello,
    Does the error message give any more information? What sort of step does it happen at?
    Did it also happen in the last run of that workflow? If not, compare the contents of the containers, one of the elements may be missing a value.
    regards
    Rick Bakker
    Hanabi Technology

  • Workflow Issue - Delivery address XML Reference workflow - Error

    Hello All,
    I am an ABAP developer, with very limited knowledge in Workflow, and I am stuck with an ongoing issue for quite sometime. We have a scenario where we need to a workflow triggers for a specific UNDATED sales order lines (identified by values in VBAP-Zfield ) in R/3 box, and it carries an XML request (probably mails it) to a SAP CRM destination, which would now update some CRM tables and generate a Call list in the SAP CRM box. This is one flow that used to be fine, but has stopped working since the past few months may because of some change, which is not yet identified. as multiple projects are working on the same boxes.
    To elaborate -
    1 - We have a SALESORDER_CREATEFROMDAT2 Idoc creating the SO, where in, based on a CUTOFF date condition, (if it is in the past), a VBAP-ZFIELD for the corresponding line is set to a value (08).
    2 - This event is expected to trigger a workflow for the Undated order/Delivery resolution , which would then create an XML doc for the SO and send this across to CRM box
    3 -This will then update a Ztable. This will be handled by a batch job in CRM to generate a call list.
    Now we are facing a problem in the second step here, where in the activity - 'BCKGRD: Create XML_DOC for SO: xxxxxxxx' is completing successfully, but having a failure in the next step  - 'Delivery address XML Reference workflow - ERROR'
    This is how the detailed workflow log looks -
    WF-BATCH                  Web work item created                               03.04.2014 08:12:29
    WF-BATCH                  Execution started automatically                   03.04.2014 08:12:29
    WF-BATCH                  CL_SWF_RUN_ALERT_ERROR                   03.04.2014 08:12:31
    WF-BATCH                    IF_SWF_UTL_MAIL~SEND                      03.04.2014 08:12:31
    WF-BATCH                  SWW_RI_EXECUTE_S                            03.04.2014 08:12:31
    WF-BATCH                    SWW_RI_EXECUTE_S                           03.04.2014 08:12:31
    WF-BATCH                  Execution started automatically                      03.04.2014 08:12:31
    WFXML                     START_EXECUTION_IN_BACKGROUND            04.04.2014 04:00:35
    WF-BATCH                  Execution started                                          04.04.2014 04:00:36
    WF-BATCH                  CL_SWF_RUN_ALERT_ERROR                   04.04.2014 04:00:44
    WF-BATCH                    IF_SWF_UTL_MAIL~SEND                   04.04.2014 04:00:44
    WF-BATCH                  Execution started                                     04.04.2014 04:00:45
    WF-BATCH                    SWW_RI_EXECUTE_S                       04.04.2014 04:00:45
    I've also attached a screenshot for the errors, if that gives a clue.
    Request all the workflow experts to help me with a solution, or an approach towards a fix.
    Thanks & Regards,
    S Sen.

    Hi S Sen,
    Agree with Ronen....no mail recipient or from 10 records of mail recipient - one record is empty.
    Try to find out the intended email recipients....any data change there might have resulted in errors since few months. Maybe, some position got vacant, some config table to get the recipients got changed.....
    regards,
    Modak

  • WorkFlow Error ........ Can we debug it ? Help.. it's urgent

    Hi All,
    I'm newbie in SAP and I realy need more explaination about worklow. I have two workflow : wf1 and wf2; and both of them will update complaint document status.
    The scenario is if Event 1 raised then both of workflow will be triggered and both of workflow will check claim amount inputed by user.
    If claim amount is greater than US$ 1000, wf2 will be cancelled and wf1 will ask approval from user, if the user approved then wf1 will update complain status from A to B.
    If claim amount is less than or equals with US$ 1000 , wf1 will be cancelled and wf2 will update complain status from A to B.
    In condition 1 ( claim amount > US$ 1000 ), the workflow works properly and there's no error occured.
    But in condition 2 ( claim amount <= US$ 1000 ), an error occured while updating status.
    Is there any reason why this happens ? Both of workflow used the same method from BUS2000120, that is USERSTATUSSET but in wf2 an error occured and the error code is 1005 ( Status Not Allowed ) but in wf1 wofks properly.
    Is it because there's no delay in wf2 and the record still used by another process ? please advice me ....
    Beside that I've tried to debug why error happens but it seems it can't be debuged because it works in background.
    Is there any way to debug background process that done by WF-BATCH ?
    Or can we simulate a workitem / action node in workflow ?
    If there is any way please tell me step by step ...
    Please advice me and many thanks in advance.
    regards
    eddhie kurnianto

    hi all,
    many thanks for the reply, sory I'm wrong in giving the workflow scenario. I need 2 workflow because each workflow triggered by different event. wf1 triggered by event1 and wf2 triggered by event2.
    if event1 raised then wf1 will be triggered, and wf1 will check the claim amount. if the claim amount > US$ 1000 then, wf1 will ask approval for the claim payment. If approved then complain status will be updated from B to C.
    This condition works well and no error occured.
    if event2 raised then wf2 triggered, and wf2 will check claim amount. if the claim amount <= US$ 1000 then the complain status will be updated from A to C automatically.
    This condition doesn't work and an error occured.
    If I trace the the workflow, the error code is 1005. That error code refer to method UserSetStatus in BUS2000120. In that method, it called Function CRM_STATUS_CHANGE_EXTERN_OW .
    If I simulate the function CRM_STATUS_CHANGE_EXTERN_OW via t-code SE37, it works well to update status from A to C.
    Last nite after I posted this question, I created the event2 ( use t-code SWUE ) to simulate the error but the workflow works fine. But if the event created through transaction the workflows error....
    please advice .....
    Btw, Mikkel, for your answer for debuging, I have another question. Must I implements infinite loop to be able to debug via process overview ( SM50 ) ? And how to jump into debugger from process overview ?
    Many thanks in advance

  • MAT01 Materila Create Workflow Error

    Material Creation (MAT01) is throwing an Error in 2 nd user
    step. We are getting Workflow item table as empty as shown  below.
    Workflow Error log shows the following error. It is not able
    to make user account agent.
    We configured BRF+ catalogue USMD_SSW_CATA_MAT01 and
    modified DT_USER_AGT_GRP_MAT01  decision
    table. ( tried all combinations US,S,AG etc…).
    Please help us what is going wrong here.

    Hello Abdullah,
    Please  check DT table entries of all 3.

  • Debug error: Errors while executing step

    Hi gurus:
    While debugging a complex mapping, I received the following error.
    DEPENDENCY: EXPR executing...
    Errors while executing step
    DEBUG INPUT ROW: 1
    TABLE: DBG$ID2_MTL_SYSTEM_ITEM_B_GR
    STATEMENT: TRACE177:TRACE180:
    "GE_8_SY"
    ("DBG$ID2_MTL_SYSTEM_ITEM_B_GR_I$1"):=
    ""DW_PG".GET_COURSE("MT_1_IN$2"
    ("DBG$ID2_MTL_SYSTEM_ITEM_B_GR_I$1"), "MT_2_OR$2"
    ("DBG$ID2_MTL_SYSTEM_ITEM_B_GR_I$1"), 'CATEGORIES', 5)/*ATTRIBUTE EXPR.OUTGRP1.ID2:EXPRESSION*/;
    ORA-29280: invalid directory path
    ORA-06512: at "SYS.UTL_FILE", line 41
    ORA-06512: at "SYS.UTL_FILE", line 478
    ORA-06512: at "DW_PKG", line 377
    ORA-06512: at "DW_PKG", line 3424
    ORA-01403: no data found
    As a background, the error occurred at EXPR step which is calling a function. Function calls additional tables in the source schema (tables not brought into Staging) I have imported the Package from the DB (Target) Do I need to do something special for the function to be able to access the tables in the source schema?
    Thanks in advance for your help.

    I ran into a similar problem about a year ago.  Very random, but kept happening at least once a week.  Finally figured out that the static IP address for our server was left in the dynamic IP address pool.  So every so often, the address was dynamically assigned to a second machine.  Which caused a similar type of problem that you are seeing.  I don't know if this is your problem.  But it sounds familiar.
    Hope it helps.
    Mike

  • Workflow Error Message: System Account - The Workflow could not set Content Approval Status

    This is the first time I try an approval workflow. I am using a template in MS Word and assigned an approval workflow to it. The approval workflow is only going to one person in this case.
    When I start the work flow the following 3 error messages show up:
    Workflow Error Message: System Account - The Workflow could not set Content Approval Status. Enable content moderation for this list and run the workflow again.
    Workflow Error Message: System Account - The e-mail message cannot be sent. Make sure the e-mail has a valid recipient.
    Workflow Error Message: System Account - The e-mail message cannot be sent. Make sure the outgoing e-mail settings for the server are configured correctly.
    Thank you for your kind guidance.

    Hi,
    For the first error: Did you set Content Approval in the workflow?  If so, see if you have it in the versioning settings of the list settings.
    For the second error: double check your recipient is set up as being valid.  Did you type in the email address or is it referring to a people picker field?  also, make sure that in the workflow for the email that you actually populated it in the
    To: field.
    for the third error: I suspect that either your farm is not configured for email.  Or, this error is a knock on from the second error.  If you get the second error rectified it may clear this error.  If not then double check the email settings
    for your farm.
    Johnathan Lightfoot

  • Workflow error when submitting Employment Verification Letter in ESS Portal

    in ESS Portal, when trying to send the employment verification letter by mail I get a workflow error in ECC. Error occurs in workflow template WS01000045 (Employment and Salary Verification) task TS00408262 (PF: Find basic pay). The employee submitting the verification letter request is an active employee, has infotype 105 data in the system, and has basic pay data in the system.
    workflow log (SWI1) shows the "Basic Pay" object available and when double clicking on the object, it brings me to PA20 where I can see the Basic Pay infotype with correct data.
    Can someone help?
    note: the employee is Canadian, in case this matters.
    Tiberiu

    Have you created the resposibilities for the rule 60100010 becuase if you observe the rule it will determine the agents by using the category Agent Determination: Reponsibilities so i think you missed to create responsibilities
    for creating responsibilities [check|http://help.sap.com/saphelp_nw70/helpdata/EN/ef/3dc9469bbe11d189470000e8216659/content.htm]
    Also check that if Rule fails to determine the agents correctly then how can you [handle|http://help.sap.com/saphelp_nw70/helpdata/EN/7f/aed54c9c8d11d1894c0000e8216659/content.htm]

Maybe you are looking for

  • Add a unique constraint on binary XML table

    How add a unique constraint of "brevet" field? The following INSERT failed SQL Error: ORA-19025: EXTRACTVALUE renvoie la valeur d'un seul noeud 19025. 00000 - "EXTRACTVALUE returns value of only one node" If the ALTER is made after the INSERT is done

  • I need to publisher my app on android market apple market

    I need to publisher my mobile app on android market and apple market my hosting services is over sea

  • Is it possible to get back old music and videos i've bought through the store? I'm on a different computer

    I'm on a new computer and i have bought a movie and alot of music but i'm on a new computer is there anyway i can get my music from my account? Even if i'm not on that computer anymore? I'm a little annoyed since i used some of my own money to buy a

  • Changing Graph Plot Legend

    I have no problem changing a normal graphs plot legend with a property node, but I'm trying to display three different sets of data on one graph.  I tried doing it using a plot reference with the Plot Legend and using Caption Text.  They should be se

  • 600 X dvd

    I have a thinkpad 600 X running ubuntu and when I try to play a dvd it only sees a cd rom. the dvd info is as follows: SD-c2302 Dec 1999, SN 9Z5W104 213. Does any one know how to set the dvd up so I can watch movies on this machine? I can accsess any