Show WF-batch as &_wf_initiator& in the Workflow Log (SWi6)

Hi,
In Upgrade to ECC5.0 to ECC6.0, in the log workflow (SWI6) in the head workflow don´t  put as User Initiator = USNAME, only put Initiator = WF-Batch.
I check the binding &_ev_creator& = &_wf_initiator& and is OK.
Anybody have sameone tip?

Hi, execuse me but my english is not good. jejeje :P
In the Worklfow Log by (SWI6), the head information is follow:
Workflow              Autorización de Propuesta de Pago
Instancia workflow    Propuesta de Pago 29.09.2010
Número de instancia   000089367146
Fecha de inicio       29.09.2009     Iniciado por          WF-BATCH
Hora inicio           19:27:06       Status actual         finalizado
I want that field "Iniciador por" to be the user that send the workflow when interacción with the standard transaction por example "Javier Rodriguez" and not  to be WF-BATCH.
The binding head workflow event is &_EVT_CREATOR& -> &_WF_INITIATOR& is OK

Similar Messages

  • I've been recieving text messages on my Iphone 4s, but the phone number is not showing up on my bill under the message logs.  Anyone know why??

    I've been receiving text messages on my phone, but for some reason the phone number is not showing up on my bill under the message log.  Does anyone know why?

        donnagman,
    Thanks for the details. All numbers should show up in the message history log, unless you are communicating via iMessage. When texting the numbers that are missing in the message log are you using your normal messaging app on the device or a downloaded app? Have the numbers that are missing been shown in your message log before?
    LindseyT_VZW
    Follow us on Twitter @VZWSupport

  • I upgrade my iPhone 5s to 8.0.2 after which my phone does not show recent on missed calls in the call log.is it because of the upgrade hw do change my settings!

    iphone 5s 16 gb....iOS 8.0.2.....seems to be happening after the upgrade...tried resetting the network settings ..tried hard reset...

    azwanelias wrote:
    my iphone 5s is jammed after downloading IOS 8.0.2 and now i cant use my iphone and it has the sing of itubes in RED which is wired how can i get my phone to work? and its not letting me restore on itunes of my PC
    I don't really understand your comment about "sing of tubes in RED which is wired". But if you are referring to the display of iTunes and the USB port that is an indication that you must restore your iPhone by connecting it to your computer via USB and then using iTunes on the computer to restore it.

  • Error while transporting the workflow object

    Hi all,
    Please be informed that while i transported the workflow changes to test system i encountered the sy-subrc 8 error as stated in below screen shots.

    Hi Ranjith
    Seems that the transport error is showing that your ID has locked the Workflow (user REDDYRAN).
    Can you do a syntax check of the workflow transported in this transport - in pftc and swdd? Do we get any error?
    Also see if you can execute FM SWD_WFD_REPLICATE_FROM_9999 in Quality (in SM37)  - provide the IM_TASK = WSxxxxxxxx (your workflow number).
    regards,
    Modak

  • Workitem button is not comming in swel though the workflow gets triggered

    Dear All,
    I have copied the std wf WS20000075 and doing customization for po release as per my clients requirement. Once PO is being created in ME21N i am able to see the event trace in SWEL , but its showing an error , " Import container contains errors (are any obligatory elements missing? " .and no workitem button is comming in SWEL so that i am not able to see the workflow log .
    so that though the workflow gets triggered , i am not able to trace it .
    I have gone through the solutions given in sdn , but i didn't get any solution for my issue.
    Hope to get a positive solution for this soon.
    Thanks
    prabhudutta

    This is error in ECC 6.0 for BUS2012.
    For the time being I am using solution which I have given in this thread but rigid solution is to raise an OSS note.
    I myself will raise an OSS but before would like to debug and find out what it is expecting exactly so i said use SWUE to find what went wrong.
    Cheers
    Jai
    I am having the same error, it goes into error for ECC6.0 version. I have not got chance to see why it is happening?
    any way for the time being you can do this : go to SWE2 and for given business object and receiver type, change the settings of "Behaviour upon error feedback" from "default" to "do not change linkage" so every time atleast event will trigger and so workflow, yeah ofcourse event will be queued in SWEAD. So final solution is an OSS
    NOTE:
    Check this thread, Glauco has given OSS note 797775
    /thread/781604 [original link is broken]

  • Error in the workflow which executes background synchronous webservice task

    Hi,
    I am very new to SAP Workflows. I created a workflow with one activity step in it. The activity step actually executes a task TS77000300 (synchronous calculation - its an SAP task). When I test it. I get an error "Error when starting the service" with exception 8987, area SWF_HTTP and message 125 - Object WEBSERVICE method PROCESSBATCH cannot be executed.
    I checked in WF_EXTSRV tcode, there is an entry for the background synchronous webservice task.
    I checked in SWLWPTSSID table, there is an mapping between task-id and service id from WF_EXT SRV.
    I am not sure where its going wrong. Any help resolving this issue is appreciated. Thanks a lot.
    Regards,
    Raja

    Gurprit/All
    Thanks Gurprit for the direction.
    Even if I execute the the workflow( WS77000647 from SAP). The first step invokes Process Dialog which asks for three numbers and two operands. When I input all the input params and click calculate button, the second step which is actually the background synchronous task, results in the same error in the workflow log and in the Process Dialog page browser it says "Entries sent for calculation" with the same input screen.
    Am I missing anything here to run background synchronous task? Any help regarding this is appreciated.
    Thanks & Regards,
    Raja

  • How to find the WI of the Workflow based on Object Key of DIR (DMS)

    Hi Gurus,
    We have developed a DIR workflow for status change, where we are using DRAW as the Business Object.
    We are not able to fetch the Work item ID of the Workflow based on the ObjectKey(Concatenation of DOCTYPE DOCNUMBER DOCPART DOCVERSION).
    Tried to use the View SWIVOBJECT, also Found no values related to the container table SWW_CONTOB when the Wiorkflow is triggered. But we can see the Contianer values in the workflow log.
    Is there a way to find the relation DIR and the Work item ID if the Workflow for Documents? For Documents(DIR), anything needs to be done explicitly? 
    Need to resolve this as we have too many things based on this including Reporting part to fetch the approval details of the workflow. 
    Thanks..
    Regards,
    Prathap
    Edited by: Prathap on Feb 18, 2011 5:37 PM

    Hi,
    You can use FM SAP_WAPI_WORKITEMS_BY_TASK and use the filters.
    Afterwards, for every wi id you should get their instances using class cl_swf_run_wim_factory=>find_by_wiid.
    Then, get instance of wf container using if_swf_run_wim.
    Now you can use interface if_swf_ifs_parameter_container to get parameters or variables.
    Regards,

  • SRM alert mails after the workflow is completed

    Hi Experts,
    I have a shopping cart, for which a PO is created. It means, the workflow is completed for it. Now the user has tried to delete the line item of the shopping cart in the portal(which is not possible as the PO is generated). A email was triggered to the user saying that it was not possible, in the German language.
    Can anyone tell me, how the alert mail is being triggered and how can we check it.
    Its visible in SOSG, but i want to know, how its being generated and is there any alert log present for it, as its not visible in the workflow log of the shopping cart (which is completed).
    I want to change the language of the message from German to English.
    The system is a SRM 5.0 with ECC 6.0.
    Regards
    Bash

    Laurent Burtaire wrote:
    Hello Bash,
    what you describe is not SRM standard process.
    So i guess e-mail notification is triggered when clicking onto delete button/icon.
    Check you HTML template.
    Regards.
    Laurent.
    I am talking about HTML template, not portal iView.

  • Undefined task appearing in the workflow

    Hi Experts,
    I am facing a strange issue in the production system.
    There is a workflow which is resulting in error. When I checked the workflow log, I can see a task which is not defined in the workflow at all. Then the error that is mentioned in the log is  "Work item 000055413871: Object UDPCLNT200ZFAPWRKF
    US0119002908132012 method GET_REMINDER_DATE cannot be executed " . Message no. OL 832.
    Please reply if any of you have faced this probelm before.
    Thanks in advance,
    Sreekanth

    Hello,
    You'll have to see what GET_REMINDER_DATE does and how it can fail. It's often a question of bindings - that the method isn't getting the proper input.
    Find out what was changed in that transport! Look at the differences between the version of the workflow in the workflow builder.
    regards
    Rick Bakker
    hanabi technology

  • How to debug the workflow

    dear friends,
      please tell me how to debug the workflow, if you have time then you just see the workflow WS99900212 . in this i have done Leave Approver Notification . but i want to debug on that how to flow step by step .
    please you tell me on same workflow , where i am going to take breakpoint.
    Thanks in Advance for help.
    Cheers.
    Puneet.

    You can try first of all to enable more logging. (I assume you are running release ERP 2005 since you are not saying what your release is.)
    In the workflow builder, select menu item "Goto", "Basic data"
    Select the "Version-dependent (current workflow version)" tab
    Select the "Control" tab within the version-dependent subscreen
    Select the "Performance optimization" tab within the control subscreen
    Change the "Settings" drop-down value to "No restrictions on logging".
    That will give you much more information in the workflow log. The description of this choice says "All the messages are logged. All runtime operations can be traced." As also noted: don't keep this setting in a production system.

  • What is the workflow document web services service?

    Workflow approval message is stuck in the inbox. It mail_status is mail. It's status is open.
    I can see the approval message in the inbox and it is holding up other emails as it's just sitting there.
    I can't see any reason for it to be sitting there so I bounced the WF Notification Mailer using:
    service_components -> WorkflowMailer Service -> Stop All wait for it to stop completely then -> start all
    So after starting all -> the workflow services (all 3 ) State is Activated, but there is a Big red X in the Status and the status of the workflow I'm trying to get out of the inbox is still open.
    There is nothing in the logs yet so I can't see what that big red X means.
    So I decide to stop and start the WF services one by one.
    I stop workflow document web services service first. As soon as it starts to stop, the Worfkflow agent listener and the Workflow Mailer suddenly start up, the big red X goes away and the messages in the inbox all process.
    What's up with that? What is " the workflow document web services service?" and why is it hanging my Mailer?

    What is the application release?
    what is the workflow document web services service?Oracle Workflow Administrator's Guide -- Page 7-75
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121wfag.pdf
    Workflow approval message is stuck in the inbox. It mail_status is mail. It's status is open.
    I can see the approval message in the inbox and it is holding up other emails as it's just sitting there.Can you find any errors in the Workflow log file?
    A Guide For Troubleshooting Workflow Notification Emails - Inbound and Outbound [ID 831982.1]
    Outbound Workflow Email Notification is Not Received [ID 370327.1]
    How to Perform a Meaningful SMTP Telnet Test to Troubleshoot Java Mailer Issues [ID 753845.1]
    What to Review When Notifications are not Emailed (Outbound Processing) ? [ID 1051421.1]
    Also, see old threads for similar discussion.
    Receive Workflow Notification
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Receive+Workflow+Notification&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • If I set database mode to Simple and do deleting with batches, Will these delete not written to the Transaction log ?

    Hi
    I have large database and i need to perform batch deleting without affecting the transaction log. So if I set the Recovery mode to Simple before deleting the transaction log will not grow ??
    Thanks.

    Hi
    I have large database and i need to perform batch deleting without affecting the transaction log. So if I set the Recovery mode to Simple before deleting the transaction log will not grow ??
    Thanks.
    You CANNOT delete records in sql server without getting information logged in transaction log. Please note every thing in SQL Server is logged and logging depends on recovery model used. When you use simple recovery logging will
    almost be same as full just after checkpoint logs would be truncated and also when log file grows 70 % of its size. This can only not happen IF some ongoing transaction is not holding the VLF or requires the VLF(virtual
    log file)
    So you made good choice to delete in batches. Also have a look on Lock escalation
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Workflow:To trace with whom the workflow is pending

    Hi All,
    Is there any standard Tcode to find who are the approvers for a particular Workflow triggered?
    There is requirement to trace with whom the workflow is pending.
    Please suggest.
    Will appreaciate a quick reply.
    Thanks,
    Deb

    Hi Deb,
    In the business workplace of the initiator (i.e. the person who raised the request which inturn triggered the workflow) under the tree "Outbox" there would be an item called "Started workflows".
    All the workflows which have been initiated by him would be avalilable under that option.
    There you can check the status of the workflows started by him. Further you can check the log of the individual workflows(Click on the "workflow log" icon). In the log you can see with whom the workflow is currently pending.
    P.S. (Transaction to get to the outbox directly - SO02)

  • Approval Preview when the workflow is finished

    Hello,
    We have implemented the BADI to get multiple level approvals in Shopping Carts. When we display the approvers via Approval Preview the system works fine if the workflow is in process, but when the workflow is finished we donu2019t display anything.
    We have SRM 4.00 and the support package SAPKIBKS13 for SRM_SERVER 500
    Thanks in advance, Juan Manuel

    Hi,
    Please check for following excrepts from SAP help sites:
    1. OSS Note 1093840, content here may help to debug.
    2. You are using ad hoc agent objects to determine your agents, do not use rules directly as this limits the functionality 
        available especially during approval preview and can have knock on effects in the display
    3. Mark any steps you have added that are not approval steps as "step not     in workflow log" - the applet display is based on
       the graphical workflow log and unexpected steps can cause unexpected effects in the applet display
    4. Make sure you follow the same pattern based approach if you are adding extra approval steps, e.g. make sure the approval
        step itself has the same group name as the other approval steps
    Also additionaly check for workflow log(SWi6) . If WF is working fine.
    Thanks

  • Customizing Standard Workflow Log

    Hi All,
    Good Morning!
    I'm asking this question from an end user perspective.
    Is there a standard way to bring the workflow log on the main document screen (for example: ME23n) so that user need not navigate to workflow overview?
    Also there are many improvements that are to be done in this view.
    1. Showing the current user name the workitem is sitting with instead of information link.
    2. Showing the workitem processing end date/time alongwith start date/time.
    3. highlighting deadline notifications (to keep the end user happy )
    Can this be achieved?
    Thanks,
    Raj

    Hi Raj
    The only way I know of is "Development"...."Extensive Development" :-)
    Say, ME23N, check for Screen Exits, then develop Screen code similar to screen 0200 of program SAPLSWI2, with all your add-ons. This would be painful for every type of transactions.
    Users will always want to have everything on one screen, moon and stars and the sun, however, that ain't possible
    Try convincing for standard reporting, for example:
    Frequently workflows in system - SWI2_FREQ
    Work items by deadline monitoring  - SWI2_DEAD
    Work items initiated by ‘Me’ (from SAP Business Workplace – SAP Inbox)
    Workflow in which ‘I’ took a decision/ forwarded (from SAP Business Workplace – SAP Inbox)
    Workflow for a given type Document - SWI6
    Workflow of All documents of a type – SWI14
    Regards,
    Modak

Maybe you are looking for

  • COPA Docs, values not updated

    Hi, I have few Sales orders where billing is completed and COPA document vales still zero. I found that The condition type VPRS having zero value, because the material's accounting tab is not extended. Now i have values in accounting tab. Kindly guid

  • How to beautify Java source code

    Hello! I'm mostly a Java developer, and I recently moved my projects to XCode. I was using jEdit previously, with a lot of plugins. I specially miss: * the ability to do vertical selections (jEdit, TextMate) * Gruntspud CVS plugin - but this can be r

  • NEwbie at JAva Web Services

    Hi guys, I am extremely new to Web services using Java. I would say I am reasonable competent with java language. I would liek to learn how to do a interesting website for myself which employs web technologies and real time dynamic interaction with u

  • Notes does not snyc from Icould to Iphoen 4s in either direction

    Notes does not snyc from Icould to Iphoen 4s in either direction what a piece of crap, this feature has never worked for me, ALSO I can't backup Notes in Itunes (I'm using Itunes for windows)

  • Is Mac Pro (purchased in 2007) compatible with Windows 7

    The support page says that the following is not supported for use with Windows 7 Mac Pro (Mid 2006, Intel Xeon Dual-core 2.66GHz or 3GHz) I purchased my Mac Pro in late 2007 and it has 2 Intel Xeon Dual-core 3GHz processors. Does this mean that I can