Yellow warning messages while Using cells in a query

I created a query that uses cells and in each one there is a calculation.  In my rows i have a structure that contains just titles, like Plan, actual, etc.  I keep getting yellow warnings saying they are not defined.  It lets me run the query and the results are right.  How do I get rid of the warnings and more importantly are they something I need to be concerned with.
thanks

Technically the selections are empty and nothing has been defined in them. But you ignore the messages and suppress them in Bex as well as in RSRT.
Hope this helps...

Similar Messages

  • How to add warning message while using 'print' function in Adobe LiveCycle Designer

    I am trying to make pdf document for my company which requires adding a warning message while anyone use 'print' function from the page...
    Does anyone know how to add warning message on LiveCycle Designer
    Also my supervisor mentioned something using 'nag' if that rings any bell

    No you shoudl never go into the XML source unless uinstricted to do so.
    You can open the script editor (under the window menu). It will appear above the drawing area but below the toolbars. You can resize it if there is not enough room. When you click on an object in the form you can choose an event to script against in the Show dropdown. In your case you will want to choose the prePrint event. A line will show up that indicates the object that is associated with the script as well as the event and other information. Add your script below this line. Once that is done you are finished and your form is ready for testing.
    Paul

  • General Warning Message while creating po

    Hi Gurus,
    Good Morning.
    I want to pop-up a warning message while creating all types of PO saying that "Contact Person & Email ID text should be filled "
    This message should be applicable to all PO .
    How to create a message and assign in PO ?
    Thanks & Regards,
    Vikas

    Hi Archit,
    Thanks for your reply.
    How to create a new Text No. & Message Text ? or if i want to use any existing text no & Message Text how can I change the Text Description ?
    Thanks & Regards,
    Vikas

  • System error message while using maps check in

    today i got a lot of system error messages while using maps check in feature, and i tried everything from factory default to reinstalling mobile software and formating everything and yet nothing changed idk what to do and i use   the maps application a lot of times so i need this problem fixed please
    am using Nokia 500 btw

    today i got a lot of system error messages while using maps check in feature, and i tried everything from factory default to reinstalling mobile software and formating everything and yet nothing changed idk what to do and i use   the maps application a lot of times so i need this problem fixed please
    am using Nokia 500 btw

  • Pop up warning message while creating PO

    Hi,
    How to give a Genral or a POP up Warning Message while creating and checking a PO in ME21n and ME22n.
    Even i tried in changing the local setting in the menu bar, but it doesnt work.
    Help and suggestions will be much appreciated.
    Thanks & Regards.
    Kumar.

    Hi Jay,
    I tired with the BADI ME_PROCESS_PO_CUST  in the method IF_EX_ME_PROCESS_PO_CUST~CHECK, but still i am able to display only error message not Warning message.
    Any suggestion regarding this.....
    Thanks & Regards.
    Kumar.

  • Getting the Warning message while searching in the Query panel

    Hi all,
    getting the following warning message while searching something through Query panel.
    <SimpleSelectOneRenderer><_getSelectedIndex> Could not find selected item matching value "VwObj_SearchNCCriteria" in QueryRenderer$2[UIXEditableFacesBeanImpl, id=null]
    can anybody help me in filtering this warning message
    Thanks & Regards,
    Veeresh

    Hi Frank,
    the JDeveloper version is JDeveloper Studio 11.1.1.3.0
    I have a View object View_Query for that i have added View critirea as View_Query_Critirea.
    I dropped the Critirea as Master-detail table in the page.
    when i try to search anything in the master-detail table I am getting the warning message which i mentioned in the original post.
    thanks,
    Veeresh

  • Warning message about CMP problem when launching query - how to suppress?

    Dear Experts
    How can I suppress warning message that did not stop the query from running?
    I encounter this message when 1st launching it. The next run , it does not show. But if user run it  i think may still show. How to suppress it?
    The message is :
    =================
    Characteristic [Z_I_NN_FN]Application Sub Grou of the MultiProvider is not provided by the PartProvider ZC_00N; this means it is not identified. However, [Z_I_NN_FN]Application Sub Grou is compounded to 0COMP_CODE and 0COMP_CODE is identified with characteristic Z_I_MM_FM for InfoProvider ZC_006.
    In this case, there is a compounding or CMP problem with [Z_I_NN_FN]Application Sub Grou in the MultiProvider for PartProvider ZC_006.
    Processing characteristics with CMP problems in the data manager is very complicated and can have a negative impact on performance. The data manager cannot use SIDs for these characteristics (at least not in the corresponding InfoProvider) because the initial SID = 0 for [Z_I_NN_FN]Application Sub Grou is not the same as the initial compound key for 0COMP_CODE [Z_I_NN_FN]Application Sub Grou (that is, when real values are posted in ZC_006 for 0COMP_CODE).
    For this reason, hierarchies for [Z_I_NN_FN]Application Sub Grou must often be read at leaf level. Furthermore, it is not possible to use hierarchy aggregates for [Z_I_NN_FN]Application Sub Grou or for the remaining InfoProviders.
    System Response
    Where possible, the system tries to avoid negative impacts on performance. Unfortunately, such performance issues cannot be avoided if the correct results are to be displayed.
    Procedure
    When working with important MultiProviders, you should always avoid characteristics with CMP problems.
    ====================
    Please advise how to address CMP problem error message when launching query.
    regards
    Pascal

    Hi Pascal,
    Why dont you select those compounding objects in Multiprovider itself.As far as i understand while activating the MP it throws an error if compounding objects are not selected.
    One more thing to add which i noticed you can try running the query on analyzer if you are running it on RSRT.
    You can see the data even if MP is not active on analyzer but not on RSRT.
    Hope it helps.
    Regards,
    AL

  • 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 message while posting Credit Memo.

    Hi Guru,
    Currently the Invoice shows a soft warning message if a same number
    in Reference field (XBLNR) is used to post two different inovices.
    the client wants the same kind of Soft message to be appeared in case of a same number is used in the Reference Field when Posting credit memo. I think the check shd be against Accounting Doc right??
    Incase of invoice we have a check for duplicate invoice in SPRO and we can maintian it..
    What about credit Memo??? we do have any config...to my knowledge we need technical development.
    In Se91 i will go and create new Message and assign it to M8(Message Class for invoice)........and do assignments in OBA5
    Now the soft warning msg can be achieved only by calling this msg in ABAP Code right??? can be done thru Config..?????.
    if any other details if i need to know please do let me know.....or anyother suggestions....to achieve this,,,
    Is it a Config or Developement ???
    Thanks for the support
    Balaji

    In OBA7 if i check the "Reference number" that means while entering the document the reference number is compulsory field.
    and in vendor master i already checked the docueble invoce check that is why while posting KR it is giving the warning message.
    Regards,

  • Warning messages while booting

    Hi, All!
    While booting Cisco I see three warning messages.
    What have to do to resole it?
    =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2012.04.11 20:38:38 =~=~=~=~=~=~=~=~=~=~=~=
    c3925#reload
    Proceed with reload? [confirm]
    Apr 11 14:42:46: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.
    System Bootstrap, Version 15.0(1r)M13, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 2011 by cisco Systems, Inc.
    IOS Image Load Test
    Digitally Signed Release Software
    program load complete, entry point: 0x4000000, size: 0x49640ac
    Cisco IOS Software, C3900 Software (C3900-UNIVERSALK9-M), Version 15.2(2)T1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Wed 29-Feb-12 23:44 by prod_rel_team
    Warning: MD5 encryption will be deprecated soon. Please move to SHA256 encryption.
    Warning: This CLI will be deprecated soon. Please move to radius server <name> CLI.
    Apr 11 14:44:34.619: %IFMGR-7-NO_IFINDEX_FILE: Unable to open nvram:/ifIndex-table No such file or directory

    Hello
    >>Warning: MD5 encryption will be deprecated soon. Please move to SHA256 encryption
    SHA256 encryption is stronger as compared to the MD5 encryption and hence, MD5 encryption will soon be deprecated. This warning message is reported during bootup when 'enable secret' and local username is configured using MD5 encryption. You can avoid these messages by moving to SHA256 encryption.
    >>Warning: This CLI will be deprecated soon. Please move to radius server CLI.
    This seems to be coming from the config command "radius-server host...". This is a result of the IOS preparing for the new addressing schema " IPV6' .
    >>Apr 11 14:44:34.619: %IFMGR-7-NO_IFINDEX_FILE: Unable to open nvram:/ifIndex-table No such file or directory
    The system found no saved ifIndex information, and ifIndex has not persisted across reboots. The ifIndices will be reassigned.
    This is expected when the router does not have "snmp-server ifindex persist" configured. When the same command is configured and saved to NVRAM, it should not be reported again on the next reboot.
    Regards
    Sush

  • To through custumize warning messages while creating PO

    Hi All,
    I want to through some warning message throgh user exit while creating PO is there any standar message id i can use to through warning message i know '00' with number 398 but that is working only for error message.
    Regards
    Sagar

    If you're doing these in an exit, you decide in your code whether A,E,I,W, message type.  Beware though, how you present...you might want to do I messages with the "display like E" addition.  I utilize message 016 from message class GR a lot...It's just placeholders and you can then issue messages with three or four values, like:
      message e016(gr) with
      <document> <item> 'text' 'more text'
       etc....  mix and match up to four values, literals, constants, text-elements, etc.

  • How to suppress the Warning messages while doing GR(MIGO)

    Hi ALL,
    I have a requirement while posting goods GR/GI using T-code MIGO.
    Trying to do GR against PO using MIGO.After selecting the line item quantity and entering BATCH Number for line item Material when I click on 'CHECK' Pushbutton i am Getting the below Warning msg
    'For batch RAB001 of material 1522582, no class could be determined'. Message no M7207.
    How to suppress this above warning message, I want to Post the goods by suppressing the above warning message .
    Like similarly while issuing the goods to the to the Production order using MIGO i am getting warning message when I click on 'CHECK' Pushbutton.
    I do want to issue the goods by suppressing warning message in this case also.
    I know this could be solved by customization but we are dealing with batch managed materials.
    How to suppress the the above warning messages in MIGO through ABAP coding ...
    Looking forward the helpfull answer.
    Regards,
    venky

    Hi
    Answer is pure assumption.
    Pls check the following OSS notes
    Note 319094 - Warning message during batch classification in IM
    Note 122937 - UD: Error message M7207 when you save
    Note 399416 - Message M7207 not analyzed in background
    Note 786755 - You cannot suppress message M7 207
    Note 201196 - MIGO: Error M7207 for goods receipt for batch
    Pls take opinion from SAP / Basis before implementing the OSS note
    Regards
    Madhan D

  • Error message while using Photoshop Elements 9

    While using Photoshop Elements 9 I received the following error message:
    Font Capture: PhotoshopServer.exe application error.
    the instruction on 0x103e8453 refers to memory on 0x00000a74. The read & disk instruction ("read") on the memory has failed. Click OK to finish the program.
    I use Microsoft Windows XP Home Edition Version 2002 Service Pack 3
    I have posted this before but got no reaction. I am desperate!

    Please refer the below link:
    http://forums.adobe.com/message/3284248#3284248
    http://helpx.adobe.com/photoshop-elements/kb/freeze-or-error-no-email.html
    -Harshit yadav

  • Process Order Warning Message while doing the Goods Receipt

    Dear All,
    While doing the GR against process order via t.code MB31, we are getting a warning message which reads u201CProduction date of bch 110420 (17.06.2011) does not match the prod. date entered (26.08.2011)u201D this happens only if the batch number already exists in the system for the same material code , in this scenario if the user ignores the warning message & posts the document the existing batch number production date also will be over written with current/inputted manufacturing dateu2026 this will collapse the batch traceability. Is there a way to customize where we can have a different production date for same batch number?..
    For example:
    Batch Number: ABCD
    Production date 10.02.2011
    Batch Number: ABCD
    Production date 11.02.2011
    Batch Number: ABCD
    Production date 12.02.2011
    Regards,
    Sivanandan

    I'm sorry to say that I find your requirement to be absolutely not logical; a batch is, by definition, a homogenous quantity of a material, that you want to separate by it's characteristics from other, different, quantities of the same material.
    If you decided that manufacturing date is a characteristic of the batch, then it has to be unique for one batch.
    So, as I see it, you have two options: either decide that manufacturing date is not important and do without, or have different batches for the different dates.

  • How to format body message while using SO_DOCUMENT_SEND_API1?

    hi,
               i am having some data in internal table that i want to format as text message and mail through SO_DOCUMENT_SEND_API1 function module but not as a attachement. i am using contents in body message. but i am not able to do formating , is there any way ?
    internal table:
    claimid  claimdate    expensetype amount
    0001     01.06.2008  FUMD          20000
    0002     02.06.2008  SUND              500
    0003     05.06.2008  ENTM             1500
    i want to print this in message body part and send it throgh mail, while using write statement , it takes lot time.
    plz suggest me.
    Saurin Shah

    Hi
    Take a table as mentioned below.
    GT_OBJTXT LIKE SOLISTI1
           OCCURS 0 WITH HEADER LINE,      " Mail Text options
    and populate the data that you want to print as body in this table line by line.
    Formating/allignment only can be done while populating the table.  U have to check the mail and keep adjusting the allignment.
    And after populating send the table to one table parameter in funciton module that is...
                CONTENTS_TXT               = LT_OBJTXT.
    This will populate the mail body.
    <REMOVED BY MODERATOR>
    Venkat.
    Edited by: Alvaro Tejada Galindo on Jun 12, 2008 2:17 PM

Maybe you are looking for

  • Wireless Printing from MacBook Pro and Windows 7 laptop through iMac

    I have looked everywhere I can think and have not found a solution to this problem: I just bought a 21.5" iMac and a Windows 7 laptop. I already had a 15" Macbook Pro. I have an HP C5280 printer that is now connected via USB to the iMac. All computer

  • Icons Issue with IDS Forms

    Have done the needful, jar file created and settings changed. The icons are shown in the menu tool bar but not on the forms buttons. This is puzzling me... anyone have any ideas on this one?

  • Creating Tcode for COPA(KE30) report

    Hi , i need to create Tcode for KE30 report through SE93 i tried with option transaction with parameters here i need to give Ke30 report name for ex :GP4BW2S4QUBUNA68Y2YXMIW8V6X but program name last 3 letters will change in production system how to

  • Output Devices for Purchasing Groups

    Dear Friends/Gurus Please help me out on this issue We Configure Output Devices for Purchasing Groups in SPRO the path is SPRO-IMG-MM-Purchasing-Messages-Assign Output Devices for Purchasing Groups. I would like to know what is the Exact Usage of thi

  • JaxB returns incompatible type class

    Hi, I want to use JaxB to parse an XML inside an EJB. I got the eclipse plugin for doing that and exchanged delivered JaxB 2.1 with the one I found in NWDS 7.10 SP7 (JaxB 2.0). Generated Java Files show as comment: "This file was generated by the Jav