Reg: Warning message in UWL or task TS00700049 &  TS00700059

Hi ,
       We tried to configure the Universal worklist. On registering it , we are getting hte following warnings.
WebDynproApplication value not found for task TS00700049 in system SAP_Webflow
Portal Component value not found for task TS00700059 in system SAP_Webflow
Can anyone let us know if we have to give any parameters in SWFVISU tcode.
Thanks & Regards
Priya

Hi Priya,
WebDynproApplication value not found for task TS00700049 in system SAP_Webflow
This means in the visuvalisation parameters maintained for this task in back end, the WebDynproApplication name specified is not available in portal.
Do one thing, goto swfvisu, then search for task TS00700049, select the task and click on visuvalisation parametres option on the left hand side. Check what is the webdynpro application name specified there.
generally this value will be local/applicationname
*Portal Component value not found for task TS00700059 in system SAP_Webflow *
This means the portal component specified in the backend is not available in portal.
Do one thing, goto swfvisu, then search for task TS00700059 , select the task and click on visuvalisation parametres option on the left hand side. Check what is the portal component value.
More over, I hope these two are only warning messages. they wont effect your UWL functionality. If you are using these two tasks then you wont get desired results.
Regards,
SrinivaS

Similar Messages

  • Reg: display the warning message in alv out put

    Hi All,
              i am uloading the flat file data ,display in the alv grid in the edit mode. when i am trying to change the output data in grid, for which are having the blank (no value for the field) , i want to display warning message the selected cell is blank.
    could u help me on this please.
    Thanks,
    Kumar

    For  editing the ALV cell .. you would be writing some code .. which is mandt  rite ?
    So  before that  code u check the filed value ..initial or not ..

  • Reg: Uploading data with Warning Message

    Hi,
    I have searched the forum and found a lot of threads related with this. But nothing fits my scenario or I didn't get the solution correctly from them.
    My scenario is I recorded a BDC. When I run it in foreground, sometimes I get warning messages based upon the data to be uploaded. But if I run it in foreground, I press enter and then data will be saved.
    When I run the same BDC in background, the data won't be uploaded as I miss that pressing of Enter there. The thing is that, this warning could happen anywhere (any screen, any field). How can I handle this?
    Regards,
    Jubish

    Hi,
    You should sit with your functional consultant and do the recording part. He should be able to tell you where these warning messages can come. Or please check with him if you can avoid these warning messages. It becomes difficult to handle warning messages in BDC if we don't know where they might come.
    So, once you know where these warning messages come, you can put additional code for enter in your BDC at that place. It should solve your purpose.
    Thanks,
    Archana

  • Warning message reg

    Hi SAP Gurus,
    A warning message should pop-up at the time of PO creation wrt PR if PO Qty is Greater than PR Qty.
    I selected the message as Order Qty is greater the PR qty.
    The system incorrectly allows multiple PO's for a single PR messgae is disputing with the above requirement.Already I selected the message 00 06 076 & 00 06 400.I need the message other than these two.
    Thanks is advance

    Hi Hanuma
    You can allot points to the  suitable  contributor
    Regards
    Vikrant

  • Warning Message in application

    Hi All,
    We are facing an issue when using Universal Work List and Guided Procedures in EP 7.0.
    A Warning message is getting displayed on the screens as ' Another administrator is currently customizing this application. If you want to customize, please restart the application later and try again'.
    SAP replied in OSS message saying that "that this message is coming from the Webdynpro code in the application and this is not a standard message at SAP end"
    Any suggestions regarding this are most welcome.
    Regards
    Bindu

    Hi Siva Rama
    Thanks for your reply
    i will explain indetail...
    i have installed the portal CE 7.1 freshly.
    when for the first time who ever user logs in then it wont be getting displayed.
    when any second user and susequent users logs in then it is getting the warning message displayed as i mentioned above
    can we handle the same in webdynpro app which we are using for UWL for GP workflow.
    Please reply back
    Regards
    bindu

  • Report on Warning Message in sales order

    I have configured in OVA8 such that it only gives a "Warning Message" and does not block the sales order.
    Because these sales order are not blocked they don't need to be released. I need a report on list of sales order where warning messages have appeared for credit limit exceed.
    As its only warning message and not erro, it needn't be released so VKM1, VKM2 & VKM4 doesn't solve the issue.

    Hi,
    It is not possible to get the report as you required in Std. System considers the sales order if the warning msg appears as same as a normal SO without any warnign msg. In status level (table VBUK) there won't be any change.
    If you need it deliberately, then you shall take help from ABAp to develop a Z-report that too you need to use  some sales order level user exit to capture the warning message(Message no. V1152) generated sales order no.s and then you can use the same info in  Z-report.
    Hope this helps..
    Reg,
    JJ
    Edited by: Jagsap on Apr 14, 2010 1:22 PM

  • Is there a way to expand the text area of the login/lock screen for the warning message?

    I put our company's standard warning message in the Security & Privacy system preference ("Show a message when the screen is locked.") and it overflowed the allotted text area for the warning message text on the login screen and lock screens.  It seems that the area allows about 250 character messages and I need to provide about 500 characters.  Is there any way to expand the text area allotted for this purpose?
    Bob Reed

    To be a little more specific about the challenge I'm facing, I want to increase the allotted text space for the field I've outlined in the attached image.  Seems like there ought to be a NIB file that could be edited to accomplish this task:
    I would appreciate any advice on which file should be edited to expand the text field.
    Bob Reed

  • Error Message and warning message in PO creation

    Hi,
       I have one requirement like when user create PO with 'critical material',while saving PO,user  should get message "critical material".
    For this ,in the enhancement MM06E005,EXIT_SAPMM06E_012(functional module),
    I have written piece of code
    *critical Material by Jaheer,ABAP & MM specialist
    LOOP AT TEKPO.
      IF TEKPO-MATKL EQ '9068'.
        MESSAGE ID 'ZMM' TYPE 'W' NUMBER '013' with TEKPO-MATNR.
         ENDIF.
    endloop.
    Here whenever I put message type 'E',I am getting message "critical material".But I donot want  error message  ,I want only warning message,so when I changed message type as "W",I am not getting any message while checking My PO.
    What is the reason?
    please,Can somebody throw some light on this?
    With Reg,
    Jaheer

    Hi,
    The linkage between warning and crtical materila is improper. Initially you have setted as E CRITICAL MATERIAL. Please change the status of message from error to warning in custamization instead of doing in program. Hope it works.Thanking you

  • Error message & warning message while creating PO

    Hi,
    I have one requirement like when user create PO with 'critical material',while saving PO,user should get message "critical material".
    For this ,in the enhancement MM06E005,EXIT_SAPMM06E_012(functional module),
    I have written piece of code
    *critical Material by Jaheer,ABAP & MM specialist
    LOOP AT TEKPO.
    IF TEKPO-MATKL EQ '9068'.
    MESSAGE ID 'ZMM' TYPE 'W' NUMBER '013' with TEKPO-MATNR.
    ENDIF.
    endloop.
    Here whenever I put message type 'E',I am getting message "critical material".But I donot want error message ,I want only warning message,so when I changed message type as "W",I am not getting any message while checking My PO.
    What is the reason?
    please,Can somebody throw some light on this?
    With Reg,
    Jaheer

    Hi
    Use the badi ME_PROCESS_PO_CUST, method CHECK, with a coding as this
      include mm_messages_mac.
      data: header       type mepoheader,
            items        type purchase_order_items,
            po_line      type mepoitem,
            line_item    type purchase_order_item.
      header = im_header->get_data( ).
      items  = im_header->get_items( ).
    LOOP AT items INTO line_item.
    IF condition IS TRUE.  "critical material (line_item-matnr)
           mmpur_message 'W' 'ZMM' '013' line_item-matnr ' ' ' '  ' '.
    ENDIF.
    ENDLOOP.
    I hope this helps you
    Regards
    Eduardo

  • Warning messages "You are not a receiver of the work item"...

    Hi Experts,
    We are facing an issue in which couple of users are getting warning messages "You are not a receiver of the work item" in there Portal Inbox. But they are not getting any warning message while accessing the same from R/3 inbox. We tried replicating the issue but it is working fine for us. Is it related to workitems which are of any particular type??? Kindly suggest.....
    Just to add some more thing we have gone through the Forum : UWL workitem error: you are not a receiver of the work item and also the OSS notes: 1133821, but we do not get any appropriate solution.
    Please suggest.
    Appreciate your quick response.
    Thanks,
    Harish
    Edited by: harish vyas on May 3, 2010 1:24 PM

    Hi Enrique,
    Yes users are using SSO.
    As suggested I have checked in transaction SU53 and there is no error message for the user i.e. we are getting success message as  "The last authorization check was successful".
    Please suggest what can I try.
    Also adding to this, Warning message which users are getting is not a show stopper i.e. they are able to process workitems successfully.
    Thanks,
    Harish

  • Warning message due to JSPDynpage

    Hi All,
    We have a scenario where in the jspdynpage we have only hyperlinks and One of the hyperlink is pointing to the standard uwl iview as follows
    [http://portalhostname:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fgeneral!2fiViews!2fcom.sap.netweaver.bc.uwl.iviews!2fcom.sap.netweaver.bc.uwl.uwl_iview?sap-config-mode=true|http://portalhostname:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fgeneral!2fiViews!2fcom.sap.netweaver.bc.uwl.iviews!2fcom.sap.netweaver.bc.uwl.uwl_iview?sap-config-mode=true]
    We are on CE7.1 and whenever I click on this hyperlink of jspdynpage, the uwl iview opens but with a warning msg  at the header of the UWL as follows
      "Another administrator is currently customizing this application. If you want to customize, please restart the application later and try again"
    Same UWL iview when I open  thru Home ->Work->UniversalWorklist , it does not show this warning message.
    Is it bcoz of any session object inthe jspdynpage? any pointers will be of great help.
    one note & Observation
    assume that all the users are logout from the portal now any user first logged into the portal then that warnong message is not displayed at the header level of the UWL iView which we are accessing thru the hyper link from the JSPDynpage . but second user onwards any number of users are logged into the portal and click on the hyperlink in the JSPDynpage and it goes to UWL Iview where it is showing the above mentioned warning message at the header level. it is happening the same for the second user, third user and all users consequently but this warning message is not displayed for the very first logged in user.
    Can anybody replys then it would be great help to us . <<text removed>>
    when we access those links directly from the browser it is not giving that above specified  warning message but  this warning message is getting displayed when we access those hyperlinks from JSPDynpage .it seems there is some session related problem or something related to that. pls help.
    Thanks
    Bindu
    Edited by: Hima Bindu on Apr 22, 2009 6:40 AM
    Edited by: Matt on Apr 22, 2009 3:46 PM - please do not offer rewards

    Hi Michael
    Excellent !!  .our issue has been resolved.
    Thank you very much & Thanks a lot for your help.
    Can you please tell me what the reason due to with ?sap-config-mode=true in the URL...??
    can you please give me the reason why this warning message is disappeared by removing the ?sap-config-mode=true.
    Thanks
    Bindu

  • How to issue warning message in BADI ME_PROCESS_PO_CUST

    Hi Guys,
    I have already checked the forum regarding this. There are lots of threads. Unfortunately none of them helped me. I must be missing some thing in my code.
    I tried issuing warning message in BADI ME_PROCESS_PO_CUST and method PROCESS_ITEM.
    First i tried with normal message statement
    MESSAGE w001(00) WITH text-001 text-002.
    Didn't worked.
    Next tried calling standard macros
      DATA:mmmfd_cust_01 TYPE mmpur_metafield VALUE 90000000.
      call method cl_contextfield_mm=>set_current_field
                                      exporting im_field = mmmfd_cust_01.
      mmpur_metafield mmmfd_cust_01.
    mmpur_message_config 'W' 'X' ' '.      "Tried all permutations here
    mmpur_message_forced 'W' '00' '001' text-001 text-002 '' ''.
    Still no solution
    Tried with macro mmpur_message also
    Can some one helpme out to solve this issue.
    Thanks,
    Vinod.

    Hi all,
    Thanks for the responce.
    Not sure whether you have looked into BADI documentation or not. Please check below.
    "Further notes
    The above-mentioned macros are defined in the program MM_MESSAGES_MAC. Please include this program in your own application.
    Never issue messages in BAdI ME_GUI_PO_CUST! This is the task of the business logic and must therefore be done via the BAdI ME_PROCESS_PO_CUST.
    "Never use the ABAP statement MESSAGE in the BAdI ME_PROCESS_PO_CUST. Please use the macro mmpur_message_forced only. This macro only writes a message in the message collector.
    If you wish to mark the business object as invalid in order to prevent posting, you must additionally use the INVALIDATE ( ) method of the relevant interface. In this connection, see also the code example in the PROCESS_ITEM method of the BAdI ME_PROCESS_PO_CUST.
    I have tried almost all macros including mmpur_message_forced 'E' 'ME' '083' l_text ' '  ' '  ' '.
    Not sure where i am missing:(
    If i give error using MESSAGE statement it is working perfectly i.e. give error and save the PO. Only wanted to know if there are any implications.
    Thanks,
    Vinod

  • Hyperlink warning message from HLINK.dll

    Hi,
    I have a access file (Created in Win Xp and Access 2000) which has forms. I have a hyperlink in one of the forms which opens a word file and merges data with the word doc.
    Now I am supposed to make it work in Win 7 and Office 2010.
    When I click on the link, it opens the file once and completes the procedure. As soon as this is done, I get warning message from HLINK.dll as "some files may contain viruses....etc". When I click OK, it open same file again does same processing. So
    same file is generated twice.
    I believe that if the warning message is suppressed, it wont generate second file. Please help me to suppress the warning message.
    And if you feel there is some other solution to this, please suggest.
    TIA
    Regards,
    Naresh

    Hi
    Naresh,
    You may disable warning messages hyperlink in Office 2010 by the steps below:
    ===========
    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious
    problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs.
    1.      
    Click
    Start, and then click Run.
    2.      
    In the
    Open dialog box, type regedit, and then click
    OK.
    3.      
    In Registry Editor, locate one of the following registry subkeys:
    o   
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common
    o   
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\Common
    NoteYou only have to modify one of these registry
    subkeys. You do not have to modify both of them.
    Note If the Security subkey already exists, skip to Step 6 after selecting the Security subkey.
    4.      
    Click the registry subkey, point to
    New on the Edit menu, and then click Key.
    5.      
    Type Security, and then press ENTER to name the key.
    6.      
    On the
    Edit menu, point to New, and then click
    DWORD Value.
    7.      
    Type DisableHyperlinkWarning, and then press ENTER to name the entry.
    8.      
    In the right pane, right-click
    DisableHyperlinkWarning, and then click Modify.
    9.      
    In the
    Edit DWORD Value dialog box, click Decimal, and then type 1 under
    Value data.
    Note A value of 0 enables the hyperlink warning message. A value of 1 disables the hyperlink warning message.
    10.  
    Click
    OK.
    11.  
    Exit Registry Editor.
    For details, refer to the KB articles:
    http://support.microsoft.com/kb/829072
    http://support.microsoft.com/kb/925757
    Best Regards,
    Sally Tang

  • HotSync "Warning Message"

    HotSync Log for levystWhen I try to HotSync, I receive the following warning message. Nothing will Sync.
    Any suggestions?
    Thank you.
    HotSync operation started for levyst on 03/20/09 09:19:31
    OK Expense
    OK Quick Install
    OK VersaMail
    OK Note Pad
    OK Memos
    OK Media
    OK Documents To Go
    OK Calendar
    OK Contacts
    OK Tasks
    -- Backup
    -- WARNING: Possible database overwrite problem. Backing up database d_and_mid-atlantic-415bdc6f.mac to file C:\Program Files\Palm\levyst\Backup\d_and_mid-atlantic-415bdc​6f_mac.PDB. The file contained database d_and_mid-atlantic-415BDC6F.mac data.
    Post relates to: Palm Vx
    Post relates to: Palm Vx

    Hi.. Welcome to the Palm forums.  My first question is what operating system is on your computer and what version of palm desktop?  First impression is that you have a 3rd party program on your device that is failing and needs to be removed and possibly reinstalled but please answer the two questions above and we'll continue from there.
    Post relates to: Centro (Sprint)
    Message Edited by rhaw on 03-20-2009 10:03 AM

  • I am getting a warning message when i am trying to create a host-named sitecollection.

    Hi guys,
          I am trying to create a host-named site collection. I have created the root site collection. After that i have tried to create customer root site. I have doing this process with the guidance of this link.
    http://technet.microsoft.com/en-us/library/cc424952.aspx#section2a
    When i tried to create a customer root site. I am getting a warning message
    " WARNING: The port specified for the new host header site does not match any known bindings in the specified Web
    Application.  The new site will not be accessible if the Web Application is not extended to an IIS Web Site serving
    this port."
    I couldn't when this warning message comes. I tried to bind the server with webapplication which is created for host-named site collection. No use.
    Can anyone help me to solve. And i wanna know why this error message comes!!!
    Thanks in advance
    Rajendran.

    First, you shouldn't create a host named site collection on a Web app that has host header named.  Doing that implements host names at two different levels and will not work reliably.  Second I'm not sure what you mean when you say you didn't
    use the FQDN but used just the domain name.  A Full url will always be either an FQDN or a shorter Netbios name.  If you use a Netbios name it simply assumes the local AD domain of the workstation to create an FQDN as the url  There is no way
    to use just the domain name.  For example, Contoso.com is the domain name.  Server.contoso.com or WEbsite.contoso.com are FQDNs.  YOu can also use a shorter version that is just server or website, but when those resolve in TCP/IP they would
    still resolve using server.contoso.com or website.contoso.com if the workstation where your browser is was in the contoso.com domain.  What is the URL for your root site and your host named site?
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

Maybe you are looking for

  • Hiding custom column in Weekly view of the Time Entry in ESS

    We have added a custom field to time entry (CAT2). This field is displaying in both (weekly and daily) view of the time entry screen in ESS. Our requirement is too display the field only in daily view. Is there a way to hide the custom column in the

  • Apple Mail and the "sent messages" verus "sent" folder

    I have a Mac Pro and a MacBook Pro, both running Snow Leopard with all the latest patches. In mail, in what appears to be the same mail configuration and the same account, I have sent messages being stored in a "sent messages" folder on the IMAP serv

  • Linked Image Swap & Enlarge on Hover/Mouseover

    I have 4 linked images that need to change and grow on hover/mouseover. Originally we just wanted the images to change so I used Dreamweaver to add the rollover functionality (<img src="images/yourpic.jpg" onmouseover="this.src='images/yourpic2.jpg';

  • "Add Media Error" - Premier Elements 7

    Question for everyone. My laptop (with P.E. 8) is in the shop so I am using my P.E. 7 edition on my home computer to create a simple project.  After attempting to add a four media clip (by the way, all 4 clips are very small, short), I am getting thi

  • HR Qualifications and Proficiencies how are they related ? Which table ?

    Hi all People have qualifications, qualifications have proficiencies, proficiencies have proficiency scales. Table HRP1001 contains personel numbers and the qualifiation objects that are related to them. Table HRP1000 contains loads of objects includ