A simple workflow request?

Can there be a way to simplify the display of pages

Can there be a way to simplify the display of pages ?
if you see this example from m/s word
and this one from 'pages'
and you can see the great grey bar one has to toggle through

Similar Messages

  • Error During Creation of  Table Value Request /Simple Value Request Express

    Hi,
    I am on SAP CRM ABAP 7.0 with enhancement pack 2.0.
    The requirement is to create a decision table which would have value(search helps) requests for some of the condition columns in it. For example, Value Request for condition column Y would come according to condition column X  . As per my understanding,this could only be achieved by maintaining foreign key relationship. So I tried to create a  Table Value Request  which I could assign in the domain values in the data object of the corresponding condition column.
    But,when I am trying to create a Table Value Request or Simple Value Request in BRF+ application, it is throwing an error message "Table FDT_EXPR_1950S is not part of the Customizing object FDT0001 T".
    Could you please help me out !!

    Hi Carsten,
    Thanks for your quick response.
    Just wondering whether or not I can achieve the requirement without Table Value Request. Do you have any idea on this?

  • How to get the document details of a Workflow Request?

    We are using listRequests method of RequestManager class for getting workflow requests. This method returns collection of request information. But how we can get details of document, which has to be approved, through that request id?

    Hi,
    Hope u got the solution. If not, you can get the Document Item like this.
    // Its the method call of previous link nickw-ocs has provided
    Vector fileNames = getTargetDocumentsFromFolder(request1);
    for (int j = 0 ;j<fileNames.size() ;j++ )
    AttributeRequest[] pathar = new AttributeRequest[]
    WSF.newAttributeRequest(Attributes.PATH),
    WSF.newAttributeRequest(Attributes.PARENT_FOLDER)
    FileManager filemanager = session.getFileManager();
    // Resolve the file path based on folder ,document name
    // combination.
    String fileName = (String)fileNames.get(j);
    System.out.println("Item id : "+item.getId()+" File Name : "+fileNames.get(j));
    Item targetItem = filemanager.resolveRelativePath(item.getId(), fileName,
    pathar);
    // here you got the Document Item. So, you can do what ever u want, like read the docuemnt, update categories etc..
    if (targetItem != null)
    targetdocuments.add(targetItem);
    }

  • Simple workflow question

    Hi,
    I started implementing a simple workflow and now I have a problem and I don'z know how to solve it using the technology of SAP-workflow.
    I created two workflows in SWDD (WS...). The first workflow calls the othe workflow in a special case. This is done by using a standard link with a activity (linked to WS instead of TS).
    Now I want to have that all the activities implemented in the second workflow should be done by one user of a group of user.
    The problem I now have is that in every step of the second workflow (e.g. user decisions) I have to set the agents. In my case this is a group of users. So the problem occurs if agent A1 makes the first descision, another person B2 can do the following steps of this workflow.
    What I want to have is something like "a workitem with several steps included", that means when agent A1 selects the workitem, the following steps should only go to this agent and not to every agent that is in the group of persons for that task.
    Hard to describe I think. I hope you understand what I tried to mention here...
    Thank you for your support!
    Markus

    Hi.
    I am not sure if I understod correctly, but maybe I did.
    First step: I assume that you have several agents for this step, and anyone can execute it? Well, you can bind the container element actual_agent from this step back to the workflow. The actual agent will be the user who completed the work item (or step). You can bind the element to for example an element called LastAgent (that you need to create to your workflow container).
    Following steps: Instand of using the same rule (or agent finding logic) as you did in the first steps, you can now use an expression in the agent determination. And the expression should be now the LastAgent. Easy.
    Now all the following steps will be seen only by the agent who completed the first step.
    Regards,
    Karri

  • Simple Workflow step...

    Hi,
    Can someone tell me steps to crete a simple workflow which will just send email in my sapoffice inbox when I run it ?
    <b>No links please..(I already know thsoe links)</b>
    Appreciation will be surely done by awarding points...
    Thanks.
    Regards,
    Tushar.

    Hi,
    <b>Step - 1 - To create a Workflow template</b>
    1. Open transaction <b>PFTC_INS</b>
    2. Choose Task type as Workflow Template.
    3. Click Create Button.
    4. In the Basic Data tab enter abbrevation (usually user defined name) in the ABBR field. Enter name of the workflow.
    5. Click on the Container tab, Click Create Element Button. Enter the Name of the container in the new screen, Element (name) and desription.
      in the D. Type tab Choose Object type as BOR OBJECT TYPE and enter BUS2032( Business obejct for for sales order).
      In the properties tab check the following checkboxes,import, export,mandatory checkboxes.
    6. in the triggering events tab choose Object category as BOR Object type and BUS Object as BUS2032. Now open the F4 help screen for Event field and choose CREATED event.
    7. Click the button (Event Creator) with diamond image on it. This will save and activates the evet. Now Choose the record in the table control and clikc the Green color button with quick info as Call Binding editor. This open the bindign editor where you can bind your event with the Container created in the step 5.
    8. Now save the workflow template.
    9. Click the Additonal Data->agent assignment->maintain. Now click on the Attributes button on the application toolbar and define the attributes for the workflow template. Define the workflow template as Generic.
    10. Now save and exit the transaction.
    <b>Step - 2 - To create a Standard task.</b>
    11. Open transaction <b>PFTC_INS</b>. Choose Task type as Standard task and click the Create button,
    12. Enter values in ABBR and Name fields. In the Work Item Text, enter the text that should displayed as Subject of the mail. for example : A new Sales Order is created.
    In the Object Method - Choose the Object category as BOR Obejct type.
    Object Type as BUS2032 - for sales Order
    Method  - as Display ( this will display the sales Order to the concerned user).
    In the execution - Click Background processing and Confirm End processing.
    13. In the Container tab - create a container. as expalined above. This container can be used for later purpose also.
    15. Click Additional Data->agent Assignement->maintain. now choose the Assign agent button and assign a USer for the task. This user will receive the mail.
    16. Now save and exit the transaction.
    <b>STEP - 3 - Attach the Task to the Template.</b>
    17. Open Transaciton PFTC_CHG. Enter the Workflow template number generated in the first step. Choose the Task type as Wrokflow template.
    18. Click the Workflow builder button. Now you can c the flow of the transactions. Right click the Undefined task image and create a task. Enter the task number generated in the Second step. save the workflow template.
    <b>STEP -4 - Execution.</b>
    Create a sales order and check whether a mail is generated. You can view the mail in SBWP. ( SAP Business WorkPlace).
    Regards,
    Vara

  • Simple Workflow proces

    I am trying to create a simple workflow process; using OW4J it starts calls a java class and then ends. The log tells me that is executing the item type however the class method is not being executed(nothing happens); no errors are being displayed. Has anyone tried to do this and if yes can you please post a quick sample or offer some guidance.
    Thanks.

    Hello,
    We are working on an integration project using interconnect 4.1 and workflow.
    In interconnect we use content based routing, for workflow we defined routing rules.
    When using the workflow integration we succeeded in receiving an event FROM
    interconnect TO workflow (WF_IN agent), when we complete the workflow proces (simple approve)
    we want to send an event back FROM workflow TO interconnect : but we don't know
    how to do this!
    - To which Agent do we have to send our event using the workflow builder (to agent, out agent?) ?
    - How do we have to define that agent (adress, Queue Handler, Queue Name, direction)?
    - Is there any documentation about this?
    Greetings,
    Jan Marckx Hi,
    I remember feeling your pain. Hope I'm not too late, or that you got it already.
    You sound like you already have two routing rules for your event
    APP1 -> WORKFLOW, WORKFLOW -> APP2.
    You need to create a process bundle in iStudio in Design mode with some Publish and Subscribe
    activities under it.
    In the Deploy tab, right click on Workflow and Deploy Event definitions to Workflow Bus. System
    and create the .wft file.
    Go into WF and check if the events show up in the Events page.
    Go into WF Builder and open the .wft file.
    Look for your Publish and Subscribe events in Processes and open the diagram.
    Click on the processes in the diagram to see the Event Name, Agent, Action etc. They should all
    be correctly generated) You need to look at the properties in the instance of the event (in the diagram) and not in the navigator.

  • Automator Help: Create simple workflow to automate opening random playlist?

    I'm fairly inexperienced with Automator. I've figured out how to create some workflows by having it record my actions but this is somewhat limiting. I'm hoping to accomplish something slightly more complex and I've been unable to find an existing thread on this (I may be searching for the wrong terms).
    I'm hoping someone here can help me to create an Automator workflow that will:
    1.) At a specific time on a specific day of the week (i.e. every Wednesday at 4pm)
    2.) Open a randomly selected file from a specified folder (i.e. go to folder "Playlists" and pick one of the 15 .m3u playlists available at random and open it).
    Is this possible with Automator? I've read other posts that seem to suggest something like this is possible but I'm having trouble finding the right building blocks in Automator to make it happen. I'm hoping it's fairly simple because I certainly don't want to ask too much of anyone here. Any help would be greatly appreciated but please don't go out of your way if this is a complex or demanding request.
    My goal is to create a virtual TV channel of sorts. I'd create specialized playlists (i.e. Wednesdays might be sitcom night whereas Thursdays are Sci-Fi night) and my Mac Mini would automatically open one of the multiple "sitcom" playlists (at random) every Wednesday just before I would get home. I love my Mac Mini and Front Row (and Boxee as of late) but sometimes I would like for my computer to be automated so it feels more like a regular TV channel (but one with programming I'm guaranteed to like).
    Thanks everyone. I really appreciate your time and input.

    Do you want to randomly select the playlists, or the items within a particular playlist, or both? Making an iCal alarm plug-in with something like the following will play a random item in the specified playlist:
    1) Get Specified iTunes Items {add your playlist}
    2) Play iTunes Playlist {select shuffle}

  • Workflow Request Problem

    Dear All,
    I created a workflow in the sandbox and saved it as a local object.
    Now in the original client where I want to make a request for the workflow which i will be needing to transport to Production,when i saved the workflow it is not asking for a request.
    This is because i didnt know that  the two clients are cross-client.
    How can I change this ?
    In the step type of the workflow it is showing Local Workflow.
    Plz let me know what can be done? I am in a fix.
    Rahul

    Dear saurabh,
    Thanks a lot.
    In the path that you had given there is a LOCK OVERVIEW tab in which I found out that there was an open request and that is why it was not asking me for a request.
    Actually while starting off with the workflow,I thought that I had saved it as a local request.
    this was not the case.Someone had made a request and had left if hanging.
    We sent my request to PRD day before yesterday and this morning I found that none of my changes could be seen..not even the rule assigned.
    I made a new request by releasing the old one and transported it.
    its done now.
    thanks to all once again
    Rahul

  • A simple workflow process case

    What I have done here is a very simple BPMN process with only one human task:
    step1.when some delete the record>initiate a process instance.(new a request of deletion)
    step2.Administrator login and discover the request,he could approve and reject it.
    Following are the questions:
    1.How could I pass the parameters to the process through coding when it's initiated, to tell the administrator which record to delete? i.e step1.
    2.Assume I have not only one human task here, How could I tell the user logged in could do the operation to the task, such as submit,approve,reject? according to the task system attributes or the role or group he belongs to?

    Hi Tom,
    Are you working on BPMN? this is a BPEL forum.
    -Yatan

  • Hey, Adobe? A simple, heartfelt request from an accessibility driven designer

    First - I adore Captivate, anyone wishing to troll the product please start your own thread.
    Now - my  heartfelt request - which has already been sent a a feature request. (I ask those who also work in accessibility environments to add this request from their accounts as well, the more requests, the better our chances for the feature)
    Tab ordering for the buttons was an awesome upgrade, but why did you stop halfway to perfect? Flash allows the developer to set the tab index for ALL the objects on the screen - text, image, animation, movie clip, navigation controls, etc) by simply assigning a number in the accessibility menu:
    Add this to Captivate and almost every workaround and kluged fix (including seven tab, ten entry per tab conditional actions) I have had to slap on an otherwise simple and elegant project files disappear. Rollovers and feedback boxes are simply inserted into the reading order without a fuss. Long winded and boring slide notes that are read without pause by screen readers are replaced by easily digested elements that can:
    Provide multiple ways to operate the technology and retrieve information so that users can choose alternatives based on their physical capabilities.
    Provide support for the assistive technology (AT) that people with disabilities use for improved accessibility.
    Ensure that all users have equivalent access to all the information conveyed.
    In short, we can give the user a much higher quality, more engaging an interactive experience (read: not just a text equivalent, although it could still be an option) that better reflects the capabilities of eLearning, regardless of their sight,  hearing and/or mobility impairments.
    If you think this might be valuable, send a feature request to Adobe.
    If you're one of the Adobe folks assigned to monitor this forum - how valuable would this fix be when marketing this to a government agency anywhere in the world that insists on accessible materials?
    Justenuf

    Hello,
    Just read your initial post regarding accessibility. I know your post is a year old but I would also like to echo your opinion that Captivate 8 should include some or all of the accessibility tools available in Flash(including some advanced actions to control name attributes for the screen reader). We have just begun using Captivate, coming from a Flash background. We will continue to use Flash for projects that do not require mobile deployment but use Captivate for the rest while gradually moving away from Flash (unfortunately). In my limited time using Captivate, I find that Flash can be made so much more accessible than Captivate, which is really disappointing given that it is from the same company. Maybe that opinion will change as I get used to Captivate but I have my doubts.
    Anyway, one thing I do like in Captivate is the fact that a screen reader automatically reads the text in the "Accessibility" window (which should really be named the "screen reader text" window).
    I have a couple of questions I wonder if you can answer:
    1. Is there a way to make the "Accessibility" and "Tab Index" windows stay up all of the time without having to close it to get to another button, object or screen? It is very annoying to have to close it every time to go and check on the name of a button so that I can put it in the correct tab order (same goes for the "accessibility" text window). You shouldn't have to click on the stage (to take focus away from a button) to get access to the "tab index" window.
    2. How do you make quiz questions keyboard accessible? I cannot seem to do this and without that functionality, Captivate fails as a tool to create accessible products.
    Thanks,
    dave

  • Sharepoint 365 simple workflow takes to much time

    I got a workflow that is quite short but it takes way to much time.
    All it does is in the current list item set a value to 1 and in another list on 2 specific rows do a calculation.
    The calculation is for the first row1 = row1 +1 and the other is row2 = row2 -1
    Pretty simple but it takes about on average 20 sec to run.
    While in production it should work like this :
    - people in the list click on the 3 dots ( ... ) column to start the workflow, on the workflow page start the workflow, then when the page flips back / then it should be refreshed.
    The problem is, if it doesn't refresh quickly enough, people hit the workflow again (thinking it never fired).
    So,  I like this workflow run way faster (its so simple why 20 sec, why not 20 ms???),
    Or else, after starting it, some sort of wait until the list has really updated. (so don't jump back to the list view until the lists are processed).
    Are there ways to solve this performance problem on sharepoint 365 ? (a wait refresh previous page, or speedup method)

    The sharepoint workflows I make are always of the type 2013, not 2010.
    Since I did some operations over 2 lists, I've changed the workflow now.
    After retrieving variables and perform calculations.
    I use a parallel block to split the updating of each list table. (its down a little in time but not much still.)
    I'm not sure if that is the general way as to improve workflows for speed?.
    My reasoning here was, that if updating a lists takes time the other updates have to wait.
    So.. well its not yet as fast as I like it to be.
    I'm beginning to questioning the performance Microsoft offers in the cloud.
    (as to loging cases with MS support, my experiences with that lately is not that good
     mostly a redirect to 06-India, people who don't understand the language,
     Often unable to understand situations, even if typed out multiple times.
     The support here from TechNet web members is a lot better.)

  • SP2013 Online - Approval Workflow "Request for Change" customization

    Hi,
    I am need for modifying the flow of request for change option in Approval workflow. 
    Whenever a user requests for change, I need to change the current task status as "Change Request" instead of completing the current task and creating a new task. Also, send an email notificaton to the requestor to make the changes. 
    Requestor will then make the changes and send a seperate email to the approver to review and approve the changes. After that reviewer will be appoving the workflow task.
    I am need of this process flow as my requestor group will not have access to workflow task to re-initiate the workflow after changes. 
    Please advice.
    soundar

    Hi,
    According to your description, my understanding is that you want to change the current task status as "Change Request" instead of completing the current task and creating a new task whenever a user requests for change in your SharePoint Online.
    For your issue, you can Copy & Modify the Globally Reusable Publishing Approval Workflow using SharePoint Designer and create a new Task Outcome for "Change Request".
    For more information, you can refer to the blog:
    http://thinketg.com/approve-or-reject-what-about-a-third-option-in-sharepoint-2010-approval-workflows/
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Eric Tao
    TechNet Community Support

  • Workflow Requested End not firing

    Hi
    I have a problem with a workflow that has a task with the Requested End tab defined with an outcom. The workflow supposed to send a notification after it reaches the Date defined in the Requested End Tab. The Requested End date is reached but the step defined after the autome of the latest end (Notification should be sent) is not firing.
    The workflow log shows the value in the fields used for the expression for the Latest End as correct, and when I drill into the task it shows the correct End Date under the Work Item Attributes list.
    I inherited this workflow from a previous developer on my project and I need to debug it and figure out what is wrong.
    Can anyone please help?
    Thanks
    Elona Buchman

    Thank you Srinivas
    This was the problem. I realized it after I posted the message. I went to SWU3 and the schedule backgroung job for the deadlines was not active.
    Regards
    Elona

  • Simple HTTP request

    Hello all,
    Hope u all will be fine and fit. I want to make an http get request to my server and the response to that request would be an xml file. Do anyone knows how to do this in a simpler way. I just need a sample code to send and receive a http request and response.
    Currently i m doing in this way
    NSData *nsDataObject = [[NSData alloc] initWithContentsOfURL:URLObjectForMyServer]];
    Also please tell me if this is the correct way of doing it?
    Quick replies will be highly appreciated.
    Regards,
    Obaid

    Hi Obaid,
    I thnk you should fire request like that and u want xml file as response so that u have to write code in your server side that will covert data into xml format and return as a string....
    NSString *post = [[NSString alloc] initWithFormat:your query string];
    //NSLog(post);
    NSData *postData = [post dataUsingEncoding:NSASCIIStringEncoding allowLossyConversion:YES];
    NSString *postLength = [NSString stringWithFormat:@"%d", [postData length]];
    NSMutableURLRequest *request = [[[NSMutableURLRequest alloc] init] autorelease];
    [request setURL:[NSURL URLWithString:@"url of ur server"]];
    [request setHTTPMethod:@"POST"];
    [request setValue:postLength forHTTPHeaderField:@"Content-Length"];
    [request setValue:@"application/x-www-form-urlencoded" forHTTPHeaderField:@"Content-Type"];
    [request setHTTPBody:postData];
    NSURLConnection *conn=[[NSURLConnection alloc] initWithRequest:request delegate:self];
    if (conn){
    NSLog(@"Data Recieved");
    receivedData = [[NSMutableData data] retain];
    else{
    any error is occured
    hope that it will help to u

  • Simple QOS request

    Hello, I've got a simple network,
    one wired PC and one wireless, using WRT54GL 1.1 with 4.30.9.
    Using the qos setting in the 54gl, I've set upload speed to approx.
    85%. I sometimes run p2p and/or bit torrent and I would like to
    set a qos rule that allows greater priority to any web browsing
    from either PC.
    It's a simpe request but it's not clear in the setting how it's done.
    Do I have to set a port for the web browser?

    Thanks, I'm trying that.
    Is the qos control in the stock firmware effective?
    Most of the posts I've seen, advocate a third party FW
    such as thibor or dd-wrt specifically for qos.
    Dave

Maybe you are looking for

  • SAP R/3 -- Not getting prompted for password on Heterogeneous Sys. Copy

    Thank you in advance.  I am part of a project team that is testing the potential of moving from UNIX (AIX 5.3) to Linux (RHEL 4 or 5).  We are running SAP R/3 on IBM P570 with DB2 v9.1 and when we run this program:  Installation master sapinst We are

  • Horizontal Scroll Bar not displaying

    Hi, We have a page with many recursive tables for alignment. We have a lot of graphs displayed horizontally, so that we need to scroll the page horizontally. We happened to change the layout and suddenly we are missing the horizontal scroll bar !! We

  • "Please update your App"

    Hi there. I got this massage, om my ipad in the Adobe viewer - after updating the software from the DPS homepage. "Please update your App This issue is available for download but requires a newer version of the app. Please update your app from the Ap

  • F110 ,Banking payment.

    Hi!! Actually different company's having the different payment formats depending upon the country.All these payment formats to be converted into intermediate format & should be stored to SAP server. what is the format in which payments are stored in

  • Slideshow timing to music

    I have a 378 pic slideshow with 4 iTunes set in a custom playlist with random transitions and asked to time to the music. At the 378th slide the last tune is not done, and continues on for a couple of minutes. I've done this before with other pics an