SM50 Process View

Hello,
On BI 7.0 system I am seeing following information when i use t-code SM50.
I am seeing below 3 similarjobs . I would like know why 3 jobs are running simultaneous?
Proces Overview
Type: BGD
Status: Running
Report: CL_RSDMD_UPDATE_MASTER_DATA===CP
User Name: BWREMOTE
Thanks

I am not updating Master data from R/3
I loading Master data through sceduling via process chain
Data I am loading from BI application server so why the system is showing user id =BWREMOTE
Thanks

Similar Messages

  • Is it possible to include t-code information in tx SM50 (Process Overview)?

    Hello, folks!
    I'm the Basis guy responsible for monitoring SAP system activities at the company I work for, and one of the main tools I use to do this task is transaction SM50 (Process Overview), which give us some valuable informations, but one very important and missing info is the transaction code that started the corresponding process, as transaction code is the most known form for both technical staff and end-users to determine what is being done in the system.
    I asked our ABAP team to develop a custom ZSM50, but they're struggling to find a way to include this information, so we would like to ask for help, if any of you knows a way or a hint on how to do it, please inform us, and we would be very grateful.
    Thanks in advance,
    Reginaldo O. Andrade
    SAP Basis Support

    I don't think you can rely on a 1:1 relation from process to transaction code, the programs that you see active in SM50 could be started by background jobs, asynchronous RFC and probably many other techniques that would not allow a 1:1 relation to a transaction.
    Not 100% reliable, so not really possible, in my opinion.
    Thomas

  • Process view is empty for imported legacy app

    Hello,
    The process view is empty for an imported legacy app (ES1).  Platform is JBoss turnkey on Win 7.  Did the following: (a) Imported legacy LCA, (b) created application, (c) imported process into application, (d) check-in application and (e) opened process in editor.
    The process editor is blank.  Thank you for insight on this one.   jb1809

    [Problem Solved]  Discovered that I omitted a step...did not refresh the Application View for the new legacy application.  After refreshing the application view, the process editor displays the process diagram.

  • Process Viewer won't launch

    Using OS 10.2.4 on 933 MHzG4 1.25 GB RAM
    I have been using Process Viewer to check memory use and CPU use whenever I get the spinning beachball.
    About 2 weeks ago it first failed to launch with "Error 100" message.
    Now, I'm not getting that. Nothing happens when I click on it and I don't see any activity on Console Log
    I've used Disk Utility to fix Preferences on the partition with the OS on it and then repeated this to make sure nothing has been missed. No other applications show launch problems. I can launch Console Log and Terminal OK and run PhotoShop, browsers, email Eudora.
    I did recently upgrade "A Better Finder Rename" and have not tried to disable this or revert to the prior version to see if this is a problem and will do this and will add to this post when I have results.
    Meanwhile, any ideas?

    Bingo! The pref trash didn't work and logging on with
    another account WAS able to launch Process Viewer
    with no problem.
    This result indicates that the problem is somehow related to your account. It might be some preference file in your account, something in your startup items or something else unique to your account that is causing the problem. Since Process Viewer works in another account, we can conclude that the software for that app is okay.
    I'm a fairly regular user of DiskWarrior to check
    files/rebuild and even more prevalently use Disk
    Utility to repair permissions (what's the sense of
    verifying, I'm going to fix it anyway) and they
    didn't find any problems. I guess there are internal
    code problems that these don't access/check.
    These are good things to do and can catch a variety of problems. One other thing that you might consider is to clean the caches in your account. Software that you can use for that is discussed in Resolving Disk, Permission, and Cache Corruption.
    I had to redo my OS a few months ago and moving
    prefs from old OS to the new install was tedious to
    say the least. I felt that I had to do this to
    regain prefs and setup mods I made to various
    utilities and applications.
    If your problem had started right after this, I would suspect that it was related to this move. However, you said that the problem started a few weeks ago, so I see little reason the move as a cause of your problem.
    Wiil I run the risk of contaminating the new
    account with whatever was the problem with the old
    one? Any ideas on how to avoid this?
    By the new account, I assume that you mean the one that you tested Process Viewer in as discussed at the start of your message. This is a tough call. Sometimes, files in a user account become corrupted and cause bizarre problems with an app. If that is what happened to you, then you will not be contaminating a new account by starting to use it. However, the problem might also be related to some software that you are using only in your own account. If you start using that software in another account, you would probably start having problems again. So, if you have any software that falls in this category, my advice would be to start slowly - add one item at a time and see if you can run for a while without a problem. Also, you said that you did recently upgrade "A Better Finder Rename". If this was done shortly before your problem started, I would definitely urge you to remove this code from your system and see if the problem goes away.
    A couple of other things to try if there is no joy at this point:
    - try a Safe Boot as described in Mac OS X: Starting up in Safe Mode. That disables certain extensions to your system. If you can run Process Monitor okay after a Safe Boot, then there are some directories to check for problem files. But, we can cross that bridge later. Also, even if a Safe Boot works, you probably will not want to run that way for very long, because it disables some things that you probably need - such as printing, perhaps wireless capability and more.
    - Try disabling your login items as set in System Preferences > Accounts > Your Account >Startup Items (or perhaps Login Items). If you have items shown there, you can disable them by selecting them with the mouse and then clicking the "-" sign.
    I hope something here helps you,
    Rich

  • Switch Process view to instance overview (end to end monitoring)?

    In my end to end monitoring, by defaut I can see the process Overview objects.
    If I want to switch to the instance view , the system doesn´t allow me to  perform such this action.
    Some authorizations are needed ? Do I have to configure something ?
    Thanks fo any suggestions ?

    Hi
    >>>>Some authorizations are needed ? Do I have to configure something ?
    No. I was able to switch between without needing any authorizations/ configurations
    regards
    krishna

  • Just installed 10.4. and lost 'process viewer' -

    what, where, how do I use to see system processes? thanks

    On your hard drive, in applications/utilities, run activity monitor. In the window, you can choose 7 or 8 different views of processes running on your system. I typically use 'active processes'.

  • Process view and IDM version

    While ago I posted a question on spliting the tasks.Means create child task from parent.I got answer asking to try something like this.
    <Activity id='1' name='createNewTask'>
    <Action id='0' name='createView' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='createView'/>
    <Argument name='type' value='Process'/>
    <Argument name='viewId' value='Process'/>
    <Argument name='taskName'>
    <s>give any name to the task</s>
    </Argument>
    <Argument name='process'>
    <s>task name that u want to launch</s><!-- u can get task name dynamicly by rule also by passing resource name -->
    </Argument>
    <Argument name='accountId' value='$(accountId)'/><!-- pass the required information to child task as argument -->
    </Action>
    I tried the above code.But the control never seams to go to the workflow <taskname>.I tried looking into the log files and cldn't find a trace of child workflow being called.
    We are using the version 5.2.Would that be the reason.
    Thanks,
    Kaiths

    Any thoughts?
    --Kaiths.                                                                                                                                                                                                                           

  • How do i remove the ichat agent from my process viewer?

    i dont ever use it, why would i want the core program running and taking up memory (however slight)?
    is there any way to stop this?
    ive taken it out of autostart- when the computer turns on.
    can i actually turn off the ichatagent?
    thanks!

    Hi I have a similar pb:
    I don't know how but yesterday, adjusting my system prefs I suddenly had the bubble icon up in top-right bar.
    Whats that I think, I look and I realize i DONT want that thing (ichat stuff)
    So now is my pb: I tried putting iChat in the trash but still the bubble is there,
    then I check my processes and realize i have the ichatagent running,
    so i do a glorious kill-9 %pid_ichatagent in my terminal window and the process dies successfully (not anymore in my processes list) but the bubble stays and is still active and actually it resumes the process ichatagent everytime i click it
    My question is :
    #1-how do i get rid of the bubble/ichatagent ALTOGETHER, it starts up automatically on logging in and I have nothing in my auto start programs for my user.
    I want my top-right bar as it was before!!!
    #2-is there some config file to edit to remove? or some hidden utility tools to help me do that...
    #3-The ichatagent is a child of systemUIserver, so i was wonderingif killing that would help but i realized it was the top-right bar, so maybe it is not such a good idea???
    Can you help?
    Thanx Emmanuel

  • Why is Safari listed as "zombie" instead of "running" in Process Viewer?

    iMac   Mac OS X (10.2.x)   G3 slot load

    Google it......
    <pre>zombie: n. [Unix] A process that has died but has not yet relinquished its process table slot (because the parent process hasn't executed a wait(2) for it yet). These can be seen in ps(1) listings occasionally. Compare orphan. </pre>

  • Testing first BPM Process viewing my tasks problem.

    Hi,
    i've completed tutorial from http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/obpm/11g/r1/firstProcess/firstprocess_obpm11g.htm.
    But when i try to browse tasks (in BP Workspace) asssinged to me I get error 'unable to find page.... etc. localhost.localdomain... etc' I am using remote server 192.168.xx.x and i assume that I need to change this localhost.localdomain setting to my URL192.xxx.
    Can someone tell me where/how I should I do it?

    My BPM Workspace application works fine. I have no problem to enter application.
    When I go to 'My task' and try to enter taks assigned to me eg. 'Please Enter a Hello Message' application tries to open URL something like that:
    http://localhost.localdomain:7001/workflow/HelloWorldUI/faces/adf.task-flow?_document=WEB-INF%2FSayHello_TaskFlow.xml&bpmWorklistLogin=login.jspx&tz=America%2FLos_Angeles&bpmWorklistContext=f370efbd-f4ac-4b4a-83fe-a249164be07e%3B%3B7nJgG2KwPjregH%2BXFNILkXSTsKXVb6cNCnoISKX3i5aeJpZRe0tlZagmDLZssbe%2Bi4X7%2FGQZiCz%2BjhYPeiOuzjevI0hh2e0rA5UfohqJqyVynnbZBQKgsMyE8PszlMSIvJAgdWWTKy091B7C0btLKmCXBGLkGsXJSkgQkGyq800t18ncTROsT7FJeb1s7oynNbz4Ub%2BaBBVfHHCx3CPtBfnBIDLVCMb0IvPOgEuPauSqL2ev6zQRgSJz6Z66YrWz&bpmWorklistTaskId=f4ee67a0-8a6d-4bb8-9eba-0aa1b0aed429&_id=SayHello_TaskFlow&lg=en&cy=US&bpmWorklistLogout=logout.jspx&bpmWorklistHttpURL=http%3A%2F%2F192.168.200.15%3A7001%2Fbpm%2Fworkspace&bpmBrowserWindowStatus=close
    when my BPM Workspace Application is deployed on 192.168.200.15:7001. I had to add entry in my etc/hosts to temporarily solve problem.
    192.168.200.15 localhost.localdomain
    But this will work only on my PC, I need to find global solution for this problem.
    Edited by: 928145 on 2012-04-18 01:09

  • Names for process views in nw04s sp7 are really weird!

    they used to be more meaningful. now they all start with "run" like "run011". How can we change that? Thanks, Andre

    Hi Andre,
    We had the same problem.
    This is a bug in SP7, SAP has fixed this in SP7 Patch 1 and it is available in ServiceMarketPlace.
    Hope this helps!
    Som

  • Function in update task goes to dialog process(seen by sm50)

    Hi Forum,
       I wrote a simple test to invoke a function module in update task, and the execution of the module takes several minutes (updating database using opensql) . The test looks simply like described in the following link:
    http://www.****************/Tutorials/ABAP/Debug/Index.htm
       During the run, I used transaction sm50 to view the working processes and expect to find a running "UPD" process. However it is not found, instead  my dialog process is always seen running. Any hints on why?
    Thanks,
    Yang

    got the answer. The reason is that sm50 can not display UPD process so promptly. For a more thorough tracing, transaction "stad" can be used. (where I see the DB access executed in UPD process)

  • Process overview/SM50

    Hi Folks
    I know sm37 well,But i need some info regarding SM50 process overview...
    Here i can see some status are waiting and one is running..can any body please

    Hi,
    SM50 --> is for process overview/work process/process analysis and tt shows the status of type of work process and its status.
    you can dbl clck on desired process and u can see the details/logs in the window and aslo u can see its programs and SQL statements/locks , database activities ....etc
    You can also kill the process with and without core in SM50
    Also refer below help links.. gives u complete info
    http://help.sap.com/saphelp_nw04/helpdata/en/4e/b1233ddfdd3542af2c6898246b03a2/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/02/962817538111d1891b0000e8322f96/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ad/4ba13c77e91409e10000000a114084/frameset.htm
    Thanks

  • Process chain design/schedule/monitoring/debugging

    hi  friends
    pls  help  me on  the  issue of process chain design/schedule/monitoring/debugging
    with  one  of  real  time  scenario, with help of t-codes and  detail  navigation
    thanks in advance
    venkatp

    I have listed below the major informatin neede for your requirement...
    1.Go to RSPC to view all the chains.
    2.There click on any chain which you want to run/view.
    3.Click on the <b>log view(</b>shift+F1) to view all the previous runs of the chain and whether they have failed or successful(here you can select 1 day,week ,month etc in the display range)
    4.If you want to modify the chain /add a process type /change the variant  then click (Ctrl+F9) and do the changes.
    Even  you can change the start variant in change mode for manual scheduling>right click on start process typeselect display variant--now select  start Direct Scheduling/ API  or Metachain
    under <b>direct scheuling</b> option you can trigger it by setting start immediately /Date-time/After job/event whatever you want to do
    Else you can make it part of a Metachain consisting of different such small local process chains.
    Now Click on Schedule (F8) to run this chain manually.
    5.For <b>Monitoring</b> use Tcodes SM37/RSPCM/SM50
    Also you can use BWCCMS.
    I usually prefer sm37 to view all the background jobs but SM50 is also useful.
    6.<b>debug loop</b> can be used to debug a process chain.(you have to specify here the gap between one event been triggered and the next subsequent process starting)
    to capture process in debugger go to  SM37(job overview) or to SM50(process overview)

  • What are process types in process chain

    hi any one tell me what are process types in Process chains

    Hi,
    In the Plan View of the process chain maintenance screen.
    In the left-hand area of the screen, a navigation area is displayed. In the right-hand area of the screen, the process chain is displayed.
    Use the drag-and-drop function to add the relevant processes into your process chain.
    You use the Process Types function to select the processes. This sorts the process types according to different categories. You can also call up InfoPackages and processes for the data target from the separate InfoSources and Data Targets navigation trees.
    If you insert into the chain a process that is linked to additional processes, the respective process variants are generated and inserted into the process chain automatically. These variants are suggestions and can be changed, replaced or removed from the chain if required.
    Only if the attribute realignment run is inserted automatically, do you also arrive at the variant maintenance screen.
    If you want to specify yourself the processes that are to be included in a chain, choose Settings ® Default Chains, and select the Do Not Suggest Processes option. As a result, the system does not suggest, generate, or insert automatically any processes into the chain. This setting is user-specific.
    If the chain that you create does not correspond to the standard, the system displays a warning. You can ignore these warnings if you are sure that you are creating a chain that meets your requirements. Warnings do not affect how the chain operates during runtime.
    Your chain is checked in the checking view and during activation. The system tells you if it discovers any errors.
    Creating a Process Chain Using the Maintenance Dialog for a Process
    You are in the maintenance dialog of a process that you want to include in a process chain.
    1. Choose the Process Chain Maintenance pushbutton and create a process variant.
    2. Save the variant and go back to the previous screen.
    A dialog window appears in which you enter a technical name and a description of the chain that you want to create.
    3. Confirm your entries.
    The Add Start Process dialog window appears.
    4. Create a variant for a start process.
    1. a. On the Maintain Start Process screen, choose whether you want to schedule the chain directly or whether you want to start it using a metachain.
    2. b. If you choose to schedule the chain directly, enter the start date value for the chain under Change Selections and save your entries.
    The Maintain Start Process screen appears again.
    3. c. Save your entries, return to the previous screen and confirm your entries in the Add Start Process dialog window.
    You are taken to the Plan View of the process chain maintenance screen.
    The various process categories, the application processes, and collection processes are displayed in the left-hand area of the screen. In the right-hand area of the screen, the process chain is displayed.
    If the process that you used to create a chain is linked to additional processes, the respective process variants are generated and inserted into the process chain automatically. These variants are suggestions and can be changed, replaced or removed from the chain if required.
    Only if the attribute realignment run is inserted automatically, do you also arrive at the variant maintenance screen.
    If you want to specify yourself the processes that are to be included in a chain, choose Settings ® Default Chains, and select the Do Not Suggest Processes option. As a result, the system does not suggest, generate, or insert automatically any processes into the chain. This setting is user-specific.
    If the chain that you create does not correspond to the standard, the system displays a warning. You can ignore these warnings if you are sure that you are creating a chain that meets your requirements. Warnings do not affect how the chain operates during runtime.
    Your chain is checked in the checking view and during activation. The system tells you if it discovers any errors.
    5. Use the drag-and-drop function to insert any additional relevant processes into your process chain.
    You use the Process Types function to select the processes. This sorts the process types according to different categories. You can also call up InfoPackages and processes for the data target from the separate InfoSources and Data Targets navigation trees.
    Additional Steps to Creating a Process Chain
    6. When you add a process, you need to select a process variant or create a new variant. For collection processes, the system determines the variants.
    Various functions for working with the process are available from the context menu:
    Context Menu Entry for a Process Function Information
    Maintain Variants With the exception of the variants in the collection process, you can use this function to change all process variants.
    Exchange Variants You can swap the variants for an existing variant or a new variant.
    Display Scheduled Jobs Once the process chain is active, you can use this function to display the jobs that have been scheduled.
    Display All Jobs After at least one run of the process chain, you can display, for a specific process, all of the scheduled jobs for this process and all of the jobs with which this process was run. You arrive at the job overview from where you call up the relevant job log.
    Create Message You can also send messages to an application process of the chain, depending on the success or failure of the process.
    1. 1. From the context menu of a process, create an additional process variant of the Send Message type.
    2. 2. If you maintain a message, first specify whether you want the message to be sent when the process has been completed successfully or unsuccessfully. Then choose Next.
    3. 3. You arrive at a window, in which you can select an existing process variant or create a new one.
    4. 4. If you create a new process variant, edit the document that is going to be sent, and maintain a list of recipients.
    5. 5. Save your process variant and go back a step.
    The message process variant is now assigned to your application process. When the message is sent, the status information and the process log can also be sent.
    Wait Time
    You use this function only to debug a process run.
    Specify how long (in seconds) you want the delay to be between one event being triggered and the next process starting.
    You can capture the process by using transaction SM37 (Job Overview) or SM50 (Process Overview).
    Remove Process You use this function to remove a process from a process chain.
    Manage Data Target You use this function in connection with the following types of process variants
    1. • constructing indexes
    2. • deleting indexes
    3. • constructing database statistics
    4. • rolling up filled aggregates
    5. • compressing InfoCubes
    6. • activating ODS object data
    to call up the administration for each of the data targets.
    7. Hold down the left mouse button to connect the processes through events.
    Before you do this, select the process underneath the process type row, and position the cursor over the required process. When you select the process type row, the whole process is moved into the plan view.
    From the context menu of a link, you can display the event or remove the link again. To do this, highlight the link and right-click with the mouse.
    8. If necessary, specify whether you want the event to be triggered after the previous process has been completed successfully or unsuccessfully or whether you want the event to be triggered independently of the outcome of the process that precedes it.
    9. Under Attributes ®Display Components assign a display component to the process chain.
    10. Maintain additional process chain attributes if necessary.
    11. Check your process chain in the Check View and make any necessary corrections.
    The Legend explains the meaning of the different colors used to display the processes and links.
    From the context menu for a process, you can display the messages resulting from the check.
    12. Save your process chain if it does not contain any errors.
    Result
    Your process chain can be activated. After activation, the chain starts in accordance with the start process selections. For example, if you scheduled the start process directly and chose Immediately as the start date value, the chain run starts immediately after activation. In the Log View, you can display the reports for the chain runs.
    Hope it helps.
    Regards,
    Amith

Maybe you are looking for