Reg:Graphical view in workflow

Hi to all,
Now i am having IDES ECC 6.0 , I had put the TC SWDD i am getting workflow screen. But i couldnt find out the graphical view of that screen.But the graphical view and all i can get through ECC 5.0 version.
Kinldy do the helpful.
Thanks,
Sankar M

Hi Rob,
I am working in IDES ECC 6.0 , In that i gone to SWDD->EXTRAS->options->Modelling view -tree only is there. I couldnt change into Graphical network.That particular Modeling view button is in disable mode.What can i do for that?
Thanks,
Sankar M

Similar Messages

  • Viewing Approval Workflow as a Customer

    Viewing Approval Workflow as a Customer
    I have a service where there are five service group authorizations.  When viewing the submitted requisition as a customer, the following delivery process is presented:
    --- Delivery Process ---
    Service Group Authorization (Status = In Progress)
    Delivery project for <<Service Name>> (Status = Pending)
    I was not able to locate where the customer can view the approval workflow.  There is just one line in the delivery process (Service Group Authorization) indicating approvals are in process.  The customer does not know how many approvers or who is approving.
    Emails could be sent after each approval, but this still does not address the concept of the self service by checking the status of the request online.
    Is there a way to view the approval workflow as a customer?

    Angelo - I agree, we've also submitted it as a feature request.  Cross our fingers for version 10. 
    Ed - Where we get a little confused about the feature request process is that, other than finding out in the monthly calls, we never seem to be able to test possible features before they get released.  An old one of ours was 'released' until we tested it and worked out that our requirements did not match the functionality.
    David... one suggestion, though a bit of a hack, would be to look at the TxActivity table and try and have an insert/included page in the RequisitioneEntry Summary page (requisitionentrystatus.jsp I think) that checks the DB for the given ReqEntry and graphically (or textually) builds a table to highlight the stages.  Something we've had a couple of dreams about but haven't moved forward with - it would be something 'external' to the RC application but included in the presentation.
    Thanks,
    Ant

  • WS14000133 Graphic View - green line

    Hi friends,
          I have a question that, When i goto swi2_freq t.code to see SC graphic view  of a SC, I can see that 'Shopping cart created' Event is not starting point but the parallel process 'Workflow started' is showing starting point as GREEN Line indicates. Can any one please give why Green line is not showing as starting from 'Shopping cart created' . But WS14000133 has event linkage (Triggering event )as BUS2121-SAVED then why SAVED event green line is not showing in the graphic view.
    John.

    Hi All
    I am using Application controlled WF-WS14000133. Triggering event (BUS2121-SAVED) is activated via SWE2. I am creating the shopping cart but i am not able to see the event-SAVED in event trace (SWEL, eventhough it is swiched on).
    If i check in SWI2_FREQ, workflow got triggered and starts from Workflow started(green line), not from the event. But if i deactivate this event linkage in SWE2, i am not able to order a shopping cart (says, "No Approval workflow found").
    Please let me know, why the event is not traceable from SWEL. I have worked in R/3 workflow but new to SRM.
    Vinoth

  • CM14 BI Publisher - modifying an existing Data Model, the Graphic View in Query Builder does not display

    I am trying to edit the default forms/reports that come with CM14, trying to edit the data model, data set, (to get to the old Infomaker style graphic view) , the Query model does not display (error the list of tables is too long..) Oracle tell me the limit is 60,  there are not 60 tables referenced in any CM report.
    Does this Query builder view work at all on any report?
    (bigger question, we are moving from CM12, should we move to CM13 which works with infomaker?)
    Thanks,
    Paul L

    Kurt, thanks for your replies.
    A couple of notes/clarifications.
    1.     You are correct that BI works better in Firefox--I have observed issues with the BI display when using IE.  I would recommend using Firefox too.
    2.     You are correct about the way to get to the Query Builder to see a graphical view of data tables.  There are basically two issues with this that I mentioned, but will re-iterate:
    a.  If you have an EXISTING query in the data set, then click the "Query Builder" button, this will remove the existing query that's there, it will NOT display the existing query in the query builder.  Query Builder works only to create a NEW query from scratch.
    b.  Query builder is limited to selecting 60 fields max in your query.  If you are creating a large report with many tables, you may find that 60 fields is not enough.  For that you will have to work in the SQL edit screen rather than using the query builder.
    I would impress on anyone developing CM14 reports that they become familiar with the database schema and relationships to avoid problems when developing your BI reports.  You should be able to find the tables and joins documentation in the knowledgebase.

  • Organizational structure graphical view

    Hi Friends,
    we have problem with the organizational structure graphical view in OM. the system can not read the texts fonts, we don't use english characters. what should we do?
    Thanks

    Hi there!
    Hope you both don't mind but I am piggy backing on your OM discussion. You both sound like have good experience in working with Turkey. I am trying to find a standard infotype to store a Turkish Identification no, SSN, and Local ID card numbers. I am leaning towards IT0185 but first want to check around to see if there are Turkish infotypes specifically for these types of documentation. Your feedback is greatly appreciated.
    Thank you in advance.
    Dina

  • Changing the Chart Title in Graphic View in Interactive demand Planning

    Hi All,
    Is it possible to change the Chart title in Graphic View in interactive demand planning screen.
    When we go to interactive planning after loading the data we go to Univariate forecast then switch to graphic, the chart title shows the selection at which the planning is done. For eg; If I plan at die level and i select a particular sap material, the chart title displays Die value and not the material value.
    Is it possible to change the chart title such that it displays all the selections made in selection winodw, like in the above case both Die value as well as SAP Material Number.
    Thanks and Regards,
    Diana

    Dear Diana,
    unfortunately this is not possible.
    The chart title is build from the planning book name + the Show characteristic in the shuffler (+ available nav. attributes of the Show char).                                                           
    The functionality you requested doesn't exist in standard.            
    Regards,
    Tibor

  • Is the Get View  of  Workflow Service really read-only?

    Hi all,
    When I dragged 'Get View' from Workflow Services to the workflow panel, its comments says: Get a read-only view, however, I did create a simple workflow to update user's information, using getView instead of checkoutView to fetch user view, it seems the 'Get View' return a updatable user view, here I post part of that workflow, please help me to get it clear!
          <Activity id='3' name='Get User View' hidden='true'>       
            <Variable name='view'/>
            <Action id='0' application='com.waveset.session.WorkflowServices'>
              <Argument name='op' value='getView'/>
              <Argument name='viewId'>
                <concat>
                  <s>User:</s>
                  <ref>accountId</ref>
                </concat>
              </Argument>
              <Argument name='type' value='User'/>
              <Return from='view' to='user'/>
            </Action>
            <Transition to='Update User Info'/>
            <WorkflowEditor x='249' y='100'/>
          </Activity>
          <Activity id='4' name='Update User Info'>       
            <Action id='0' name='set user department'>
              <expression>
                <set name='user.waveset.organization'>
                  <ref>user.accounts[SDCHR].department</ref>
                </set>
              </expression>
            </Action>
            <Action id='1 application='com.waveset.session.WorkflowServices'>
              <Argument name='op' value='checkinView'/>
              <Argument name='view' value='$(user)'/>
            </Action>
            <Transition to='end'/>
            <WorkflowEditor x='378' y='143'/>
          </Activity>Thanks,
    R.
    Thurm

    That is my understanding as well. Technically you can modify Get View and check it back in, but this is bad practice for the reasons stated above (no lock placed on the user). Get View is better used if you need to read information about a user that is unlikely to change, but do not plan on modifying the user (for example: to check to see if the user has a certain LDAP object class which allows them access to some requested resource/activity).

  • System not displying in graphical view in solution manager

    Hello,
    I added 10 system in solution manager for centralize monitoring but 8 of them are displaying in graphical views another 2 system are not displaying . all the systems adding procedure is same. but still 2 of them not displaying in graphical view can anyone tell me the chouses of this type of error .
    Kindly guide me to short out this issue
    Thank you
    Deepak

    Hi,
    Open your Solution of the affected systems (12 Systems not appearing in your Monitoring). Go to Solution Landscape Maintenance (Under Solution Landscape).
    Compare the Leading role of the solution with the role of the system in the logical component.
    If these are different, right click on the system and select Put in Solution.
    Hope this helps.
    Feel free to revert back.
    -=-Ragu

  • SRM 7.0 Approval Flow in Graphical view

    Hi experts,
    I'm upgrading from SAP SRM 4.0 to 7.0.
    In SRM 4.0 I was able to view, in a shopping cart, for example, the approval structure in graphical view and in a table view.
    In SRM 7.0 I can only see the approval flow in a table view. How can I see the approval flow in a grapical view?
    Thank you,
    R Silva

    Hi Silva
    srm 7.0 - Only Table is only AVAILABLE. no more graphical overview in SRM 7.0 on wards.
    SRM 4.0 /5.0 - Table as well as Graphical over view are available.
    graphical overview was not supported in SRM 7.0 on wards as per standard.
    Muthu

  • Graphical view of share point survey issue

    Hi All,
    I have created a survey in my sharepoint site with a column as Choice (Check boxes (allow multiple selections)).
    When I go to graphical view it is showing extra column if users selected more than one option.
    How can I avoid that and show the percentage only to the choices (if they choose more than one also).
    Regards
    Koti

    Hello,
    unfortunately, that's how SharePoint works. The values of a multiple selection are stored in this one field and the chart shows exactly what SharePoint has stored.
    You may need to export the survey results to Excel and then split multiple selections into single cells in order to create the chart you want to see.
    cheers, teylyn

  • Graphical view in BPE

    HI , I am Using Sun IDM Version 5.5 .
    When before I using 5.0
    The graphical view of the form appears in the lower right pane of the BPE display. Itdisplays the form HTML as displayed by Identity Manager.
    Bu tin 5.5 i am not finding out. can any one help me how to view Graphical view in 5.5 .
    Thanks
    Veronica

    Jim
    I tried but i was configured my web browser , I am not sure how to configure it, and it wont show in the BPE at right side down in 5.5 ?
    can you tell me How to configure Webbroser?

  • Graphical view for confirmations

    Hello,
    Can some one tell me the transaction code for viewing the graphical view of confirmations done for the operations of PM order? The Sap tcode for checking the data of hours of plan vs actual is S_ALR_87013432.
    Regards,
    Narendra

    Hi
    SAP Note 1028482 Approval preview: Tabular display instead of applet
    The following note gives you the option of choosing either the table display or the graphic display as default :Note 1077956 - Follow-on document display: Tabular displ instead of applet
    please check the above notes recommended by SAP.
    regards
    Muthu

  • Graphic view when entering SDP94 planning book

    Hi,
    do some of you know if there is a possibility for setting the DP planning book up, so it always will start with the graphic view ??
    Instead of starting with the table view
    This only for single users ???
    Thanks in advance
    Jan Juhl

    Hi Jan,
    You can achieve the same by going into the design mode of the data view from the interactive planning book. Then Click on the top left cell with the right mouse button to pull down a menu. Then Check the graphic option. Save and come to live. It will dispay the graphic option as a default everytime you open the planning book.
    In case you do not want table view at all in the data view, you can go to design view and click the layout button on the top. Then unflag the Table view. Save and come to live mode. The data view can show graphic dispaly only.
    Let me know if it helps.
    Regards
    Gaurav

  • NWBC Reporting (Graphical View) Sequence of steps to activate.

    Hi,
    I am currently trying to configure NWBC reporting section in MDG6.1. It looks like Processing Time (List View) and Status Report Works fine but not Processing Time (Graphical View) which I uderstand BI Xcelsius dashboards. Currently when I click on Graphical View link, It goes to a page showing a button Change Lauchpad and a link under it as Processing Time. When I click Processing Time..it says Service not reachable.
    I understand BI client not setup properly to link from dev system. I asked basis team to setup a BI client but I am not sure exact sequence to be followed here.. I search through SCN and did not find correct sequence.
    Can anyone point me the right sequence to setup graphical view reporting? and the SAP Notes to refer on each sequense etc.
    Thanks
    Praveen

    Hi Praveen,
    Please go through the document Activating BI Content for Analysis of Change Re... | SCN this is the good document which talks in detail about the BI content setup.
    Best regards,
    Girish

  • T Code for Graphical view of OM

    Hi Friends,
      What is the TCode for Graphical view of OM

    Hi ram,
    go to ppom_old, search for your org.structure then click once the root then at mid top you can see the button for structural grahics view. the one with color blue,green, red and yellow. it looks like a building graphs.
    their is no tcode for this but you can use short cut from ppom_old click shift +F8.
    thank you.
    toti

Maybe you are looking for

  • Using eBS Adapter with DB user other than APPS

    Anyone know the permissions that need to be set to get a different user from APPS to connect to the eBS adapter. And has anyone used this successfully. cheers James

  • StreamCorruptedException when reading from an ObjectInputStream

    Hello folks! I hope there's someone out there who can help me. I try to write a client-server-communication (via sockets). When starting the application I get the following exception: java.io.StreamCorruptedException: Type code out of range, is -84  

  • How can I screen share over ethernet?! Also DVD sharing?!

    I contacted the complimentary apple 'support' to no avail. I just got a mac mini with lion 10.7.2. I have a macbook with snow leopard 10.6.8, both computers have just installed most recent updates. My goal is to get these two machines working in conj

  • T5-2 server remains standby

    Hi Orfacle experts, I am a newbie in this and I want to ask you an easy silly question: I have a new  SUN T5-2 server and everything was going fine with this server until I had to turn it off. Now the server does not starts and the OK led remains bli

  • Does anyone know how to make my following statement dynamic?

    hello experts, In my statement I am getting data for 3 months, however this is static It doesn't give business users the ability to pick the dates they want for the 3 months. So, I want to make it where if one picks a date, lets say Feb 12 to May 12,