Bus2014 Work flow display problem

Hi Folks,
In my work flow I am using BUS2014, when I am trying to interpet the process for decison step, the process should display the purchase contracts, In some users its diaplaying and in some users its not displaying even though the same authorisations are there for all the users.
What could be the problem.?
Secondly,
I am using one more decision step down the branched work flow to stop for user decision to change the purchase contracts, the  problem is when I am trying to call method display and when user is changing the contracts into change mode, saving and returning back the whole session is comming back to Easy access rather than staying in deision step of the user in workflow inbox. is there any alternative that I can deal with.
Thanks and Regards,
Krishna Mukthineni

Hi folks,
The second problem lies with the application displaying.. It cannot go to some other transaction like change mode and come back as in Njoy tranctions... so I have adjusted the code to make the display of the method in change mode i.e. Me32k so it is working fine.
But still I have the first problem .. some times the display through method dont reflect for the user.. please help in this regard...
Edited by: krishna mukthineni on Oct 10, 2008 4:26 PM

Similar Messages

  • Cover Flow Display Problem

    Has anyone experienced the situation where in cover flow display the album cover will appear when not the primary display (it's one to the left or right and appears 'sideways') but when you place it in the primary display position (the one you're focused on) that area is just black? This is only happening on a few albums but not others. If anyone has a solution to this I'd really appreciate it. I'm very computer savvy, and have tried everything I can think of but can't fix it.

    After hours of frustrating experimentation, my partner appears to have found a workaround for this problem. If you have cover art not showing up at all, or showing up in the Cover Flow, but not when you turn your iPod Touch back vertically, this is what to do. If you view the info on a single file in iTunes, you'll notice the cover art sits in the middle of the screen in the Artwork view. What you need to do is create a blank 200x200 72 resolution image file (I don't think these paramaters must be exactly as noted, you just need a square, blank image file). Then add this blank image as a second image to the album that won't display its cover art. Afterward you should have the original artwork on the left half of the display and the blank part on the right. It won't work to just use the slider to get the original file to the left by sliding the slider one place to the left, because once you exit it just puts the picture back in the middle again. You have to add a blank image file. (In fact, the second image file doesn't even have to be blank, if you just want to use another album image file you have.) Once you have the artwork you want displayed fixed to the left half, everything works fine.

  • Work Flow Attachments Problem

    Hi all,
    i have to create a work flow to send notifications along with attachments. I am successful in sending when there is one attachment. But i couldn't make out how to send more than 1 attachment. The attachment number may vary from 0-10. How to keep the wf in aloop? can any one help me?
    Regards
    --Raj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi please check the link below.
    https://app.primecontract.com/ua/webhelp/webwfp/wf_attachments_bg.html
    http://www.uiowa.edu/hr/imfo/workflow/attachment.pdf
    Murthy.

  • Work flow approvers problem

    HI
    I have created a document library with 3 specific columns of where I pick 3 people to be approvers when uploading a document.
    I then have a approval workflow set to route the document to each approver in serial once they have added their content.
    The issue I have that as soon as I set the workflow process participants using the "workflow for lookup" option and choose my 3 fields the workflow returns immediately as rejected. 
    if I don't use these fields and select the approvers in the workflow then it works fine but the people might change so would rather choose them when uploading the document using the form.
    Here's what I have as my workflow.
    Step: Step 1
     Start Approval (22) process on Current Item with Current Item:Tech Lead
    Please can someone let me know why this doesn't work or point me in the right direction of doing this.
    Thanks

    Hi Rick,
    Let me explain the case clearly to you first.  In this workflow parellel processing is being used. Between the start and end of the block the first step is a case step then the user decision is used . In the user decision step a program exit is used and in the create of that workitem a table is updated with the details of the worlitem . The problem ocuurs here only.  In some of the workflows that are hanging (because of SWF_RUN 611), the log shows that the workflow has processed upto the case step. But the workitem table has been updated with an entry correspondingly. so when i try to read or complete or cancel the workitem it throws me a error that the workitem cannot be read. And when i use the workitem table entry in SWIA it shows no workitem exists . I am not able to figure out what has happened. So please let me know what has happened .... and i need to close those worklfows and as well as updated the table .....
    Regards,
    Kevin.

  • ***URGENT*** Time Based Work Flow ERROR/PROBLEM

    Knowing that the PRE() function doesn't work smoothly with the wait function. We went ahead and added it in the conditions statement and disabled the reeval check box, but the problem is it appears that it is still checking the condition. Anyone have this problem or possible solution?
    Edited by: 783027 on Jul 26, 2010 3:49 PM

    See answer to your previous post.
              Jai wrote:
              > Hi ,, I am trying to use time based delivery of message in WLServer7.0. After going
              > through the various posts I figured this is the snippet required to send time-based
              > messages. But i havent had any luck on it as yet. Can someone please point out
              > where am I going wrong in this or send a snippet of code which does this.
              >
              > here is snippet of code ....
              >
              > /*initialization */
              >
              > qconfactory = (QueueConnectionFactory) ctx.lookup(JMS_FACTORY);
              > qcon = qconfactory.createQueueConnection();
              > qsession=qcon.createQueueSession (false,Session.AUTO_ACKNOWLEDGE);
              > queue = (Queue) ctx.lookup (QUEUE);
              > qsender = qsession.createSender(queue);
              > msg = qsession.createTextMessage();
              > qcon.start();
              >
              > /* actual bit which does sending */
              > Date later = new Date();
              > long now = System.currentTimeMillis();
              > GregorianCalendar cal = new GregorianCalendar();
              > cal.getTime().toLocaleString();
              > System.out.println("The current time is: " + cal.getTime().toLocaleString());
              > now += 10*1000; later.setTime(now); cal.setTime(later);
              >
              > msg.setText(message);
              > ((WLMessage)msg).setJMSDeliveryTime(cal.getTime().getTime()); ((weblogic.jms.extensions.WLMessageProducer)
              > qsender).setTimeToDeliver(cal.getTime().getTime());
              > qsender.send(msg);
              >
              > Many Many thanks for your swift response ...
              

  • Work flow - Event problem

    Hi,
    When I am executing Workflow-program, by calling function module <b>'SWE_EVENT_CREATE' and this function module returining EVENT ID always "00000000000000000002"</b> (always same).
    And also I am not able to see SAP mail in SO01.
    I think Workflow is not triggering properly.
    Any suggessions / ideas / help will be appreciated and rewarded.

    Hi,,,please check whether the event is defined in the container properly.
    Reward points if helpful,
    regards,
    jinesh.

  • In my Iphone 5, Nothing on my App Store is working its displaying blank (Except for Genius section). I've tried to uninstall and install itunes and all its component but still it doen't fix. Not sure if its problem with apple servers. Someone help please!

    In my Iphone 5, Nothing on my App Store is working,  its displaying blank (Except for Genius section). I've tried to uninstall and install itunes and all its component in my desktop but still it doesn't fix the app store issue. Not sure if its problem with apple servers. Someone help please!

    settigns>itunes and app store to make sure you are signed in.. If  you are, you will see your account name..... anyhow, click your account name, sign out and sign back in
    also go to to settings>general>reset and reset network settings... if that doesnt work settings>general>reset and reset all settings!
    one of those shall work. The last step would be to restore your device (apple.com/support) HT1414

  • Hello My ipads Power button is not working properly when I press it once it shows option to turn off instead of locking and some other display problems like it suddenly lockes down or display disappears ...Please help. Thank You

    Hello My ipads Power button is not working properly when I press it once it shows option to turn off instead of locking and some other display problems like it suddenly lockes down or display disappears ...Please help. Thank You

    Thanks for that information!
    I'm sure I will be calling AppleCare, but the problem is, they charge for the phone calls don't they? Because I don't have money to be spending to be on the phone with a support service.
    In other things, it seemed like the only time my MacBook was working was when I had Snow Leopard without the 10.6.8 update download that was supposed to be done to prepare for OS X Lion.
    When I look at the information of my HD it says that I have 10.6.8 but that was the install that it claimed to have failed and caused me to restart resulting in all of the repeated problems.
    Also, because my computer is currently down, and I've lost all files how would that effect the use of my iPhone? Because if it doesn't get fixed by the time OS 5 is released, how would I be able to upgrade?!

  • Display problem in JRE1.5 same works with 1.4.2

    I have a complex swing GUI code with JTree that has display problem. The code works well with JRE1.4.2. When opened with JRE1.5_<> the display is not working. Resizing with a mouse displays though. Programmatic resize doesn't work.

    I suggest you compile with 1.5 using the appropriate values of the -source and -target options to the javac command that cause it to emit 1.4 code - and see what happens.
    And also review the changes and bug fixes made between the two Java versions that you're comparing, looking for changes that account for the difference you're seeing.

  • How to display work flow log in web dynpro

    Hi
    I generated a  list of users work flow in web dynpro abap now i wanted to display log as it appears in standard report using method cl_swf_rdg_dispatcher=>execute_dialog_request but when i run it it give me  below mention error
    "Screen output without connection to user. "
    code is as follows
      DATA: ls_por          TYPE sibflpor.
        ls_por-INSTID = lv_wi_id.                    "8177
        ls_por-CATID = 'BC'.
       CALL METHOD cl_swf_rdg_dispatcher=>execute_dialog_request
            EXPORTING
              im_por      = ls_por
              im_function = 'DISP'
            EXCEPTIONS
              OTHERS      = 1.
          IF sy-subrc <> 0.
            MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                       WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ENDIF.

    >
    Ammad Zaman wrote:
    >  is there any container available to display ABAP screen ? as it is available for ALV
    No.  There is no container for displaying SAPGUI inside of Web Dynpro.  The closest you could get to this would be the SAPGUI for HTML running inside an iFrame, but that is completely different than what you are talking about (and also not recommended). Dynpro/SAPGUI output is a very different technology thatn Web Dynpro and the two can't be mixed directly.  You need to find a way to extract the data you need without any calls to visualize it.

  • Problem in work flow attachments

    Hi ,
    I have problem in workflow attachments.Problem is from work flow after approval process one document will come in attachment.That form i have to attach in the vendormaster transactionxk01.How to attach the form in vendor master.
    If any body knows about it please help me.
    Thanks

    Hi please check the link below.
    https://app.primecontract.com/ua/webhelp/webwfp/wf_attachments_bg.html
    http://www.uiowa.edu/hr/imfo/workflow/attachment.pdf
    Murthy.

  • Internal order work flow problem

    Both WF issues are related to internal orders  , Transaction KO03
    ==========
    Example for 1 st case  
    consider A , 1 , 2, 3 , 4 are approvers
    A --->>>>     1)  , 2) , 3) , 4)
    if A doesnt  approved in 3 days , then it go to 1 , 2, 3, 4
    after 3 days , any one of them 1, 2 ,3 , 4 can approve it
    3 days passes , but before any one of them approve , its already approved by A
    all of  1, 2 , 3, 4 have mail in their inbox for approval , but
    here work flow is completed , what work flow is supposed to do , it does
    , but in status error is coming .
    why this is error is coming , even when workflow completed and workflow does its job
    ==========
    Second problem
    one user X have approved , after its approval status should change to approved ,
    but it is not changing  and it is showing status in process .
    therefore work flow monitoring team , who is checking which  WF request are still in process
    again  initiating workflow .
    Now again same cycle repeats , it again comes to inbox of same user  , who earlier approves.
    Please suggest  why status is not changing , even after approval , why it is showing status in process
    and why same user  X , who earlier approves it , getting mail in its inbox for approving it.

    What is G/R?

  • URL is not displayed in Work flow task of CRM UI and displayed in SOST/SWIA Tcode

    Hi All,
    I am trying to display the dynamic URL with short link in work flow task, the same got properly displayed in SOST/swia Tcode but not displayed in CRM UI under work list of user, may I know how to solve it?
    code in work flow task under description is below :
    /*   <A HREF= www.google.com>Portal UWL</A>
    Thanks,
    VijHyd

    Hi
    You need to check with your CRM UI Consultant if HTML Tags are read and rendered.
    Screens in SOST are rendered using HTML and hence you can see the links. You may face the same issue if you send to outlook and if outlook settings do not support HTML.... whereas it may work on Yahoo or Gmail as the web page will render using HTML.
    So, check with your UI colleagues as to how HTML tags can be displayed correctly.
    Regards
    Modak

  • URL is not displayed in Work flow task of CRM UI and displayed in SOST Tcode

    Hi All,
    I am trying to display the dynamic URL with short link in work flow task, the same got properly displayed in SOST Tcode and mail but not displayed in CRM UI, may I know the reason behind it?
    code in work flow task under description is below :
    /*   <A HREF= "&URL&">Portal UWL</A>
    Thanks,
    VijHyd

    Hi Vij,
    You can use the below sample code to make a hyperlink for text,
    lv_url type string.
    lv_url = 'you can give url here'
    <thtmlb:link
                      id        = "test"
                     reference = " <%= lv_url %> "
                     tooltip   = "Download template file"
                     text      = "Please click on this link to download the Excel XML template" />

  • Using LR and DxO in work flow.. file size problems

    Hi,
    Does anyone have experience with using both DxO and LR in their work flow that can help me with the following problem?
    DxO takes my NEF and creates a DNG optically corrected. Great. Now I should just import these DNG files into LR and be on my way.. except that it seems to use Linear DNG rather then mosaiced and the file sizes are through the roof. My 10mb NEF file is converted into a 30mb DNG. Trying to reconvert using LR has no effect. If I start working with images in this size I will immediately see all my storage space cut by a third from the point of view of the number of images stored.
    Has anyone found a way to work around this problem? I tried to use the adobe DNG converter to reconvert the images but it can go from mosaic to linear but not linear to mosaic. Turning on compression has no effect implying it is already a compressed DNG. Trying to zip the files also fails to have an effect.
    I am really bummed out.. and wish I had paid more attention to file sizes during my trial.
    Right now I am leaning toward only using DxO for a few special images and doing the rest entirely in LR.. but that really defeats the purpose of what I thought would be a great one two punch.
    Thanks,
    Chris

    David,
    The output preset you're using must have TIF enabled. Either edit it to remove the TIF option or create a new JPG-only one if you want to keep the option of exporting to both in the future.
    I can't be more precise as I'm currently away from home and the DxO installation on my laptop has decided to deactivate and revert to time-expired demo mode, meaning I can't actually open the app!
    [Edit]
    Okay, sorted now.... In the DxO Optics Pro "Process" module, under the "Options" section you'll see "Output Formats". There should be one called "Default Output" which outputs to JPG. Ensure that the checkbox next to it is checked and that any others are disabled (unchecked). Your images will now only be exported after processing as JPGs. If you click the "X" next to an output preset you can delete it if no longer required.
    Alan

Maybe you are looking for

  • Windows 7 install failed on mid-2007 MacBook

    While trying to install Windows 7 Professional on my MacBook using BootCamp 4.0 (Lion), the Bootcamp partition appeared to be created correctly, but when the computer restarted using the bootable installation disk, it said "Windows is loading files",

  • Can you set a picture for unknown or blocked calls

    Is there a way to set a picture for calls that are unknown numbers...not in address book...or blocked calls? iPhone 4s

  • Acer AL1913W (16:10 1440x900) Help Please!

    I have a Mac Mini with the Acer 19" (16:10) 1440 x 900 display and have some things I cannot figure out...The Mac Mini recognizes the display (1440 x900, 60Htz, Millions) but iPhoto is having issues: 1. iPhoto slideshows does not keep the image in pr

  • Network error: Unable to lookup host names

    on one client running the cisco any connect, It is unable to connect and keeps giving an error Network error: Unable to lookup host names. any idea about this?

  • Macbook does not see Appletalk Zones when using the airport

    Anyone having a problem with seeing appletalk zones on a Macbook OS version 10.4.9 using the airport wireless connection? I have enabled Appletalk and no zones show up. I have an older Powerbook G4 running 10.4.8 and it sees the zones just fine via i