Warning message in ALV report

Hi Experts,
In ALV report i am getting warning like
" Field string LS_HEADER is not referenced statically"
Actually i declared this field as "DATA: ls_header TYPE slis_listheader.".
How to correct this warning message.
Thanks in advance.
Thanks,
Madhu.

Dear Madhu,
You are not using LS_HEADER statically that you have defined in the program. You will get a warning message since you have defined a field that you have not referenced statically.
Are you using this field dynamically? You can delete/comment the code if you are not using it statically and dynamically.
Moved the thread ABAP forum. Post your queries in relevant forums to get efficient answers.
Regards,
Naveen

Similar Messages

  • Warning message in BW Report  through Portal

    Friends,
    I really need your help to remove the waring message.
    For the purpose of changing the description on the Selection screen from “Cost Cetnters (Authorised Values)” to “Funds Centers” I had changed the ZCCTRATI variable description to Funds Centers
    Issue:
    When we open the old report we see the following information message.
    " Value if variable ZCCTRAT1 is automatically converted
    I did go to TC RSRT as of Dinesh,Vijay advice ,Just want to know that what message i need to Click .because i could nt find the relevant message
    Can u help me how to remove this ?

    Hi Manohar,
    Edit to add: Here I assume you have a Web Application Designer (WAD) report.
    You can suppress system and warning messages in WAD. Try this and see if it helps.
    - Go to your WAD report
    - In the top part of the properties window there is a drop down box. Open this box and select the top level entry there. This should be the name of your report.
    - Click Web Item
    - Check the following two checkboxes: "Do not Display System Messages" and "Do not Display Warnings".
    Hope this helps,
    Regards,
    Petter
    Message was edited by: M Petter

  • Printing a Special Message in ALV Report

    Hi,
    I have a requirement to print a special message in an ALV report. Customer wants to see this single line message between Report Header and ALV grid. This is a dynamic message to be displayed based on the values in the ALV table. Please suggest me with a suitable solution.
    Thanks,
    Kannan

    Hello Kannan,
    if you are using OOPs ABAP to create this ALV then you can put a text field in your Calling screen just above the "Custom Control" Area. make the text area output only.
    Now you can pass a variable data to this screen variable from your program.
    change the value of this variable based on your condition on PBO part of the called screen.
    OR
    In case you are using REUSE_AVL then you need to pass the value at.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        i_callback_program       = sy-repid
        it_fieldcat              = t_fieldcat
        is_layout                = x_layout
        it_sort                  = t_sort
        i_callback_pf_status_set = w_status
        i_callback_user_command  = w_comm
        i_save                   = 'X'
        it_events                = t_event
        i_grid_title             = w_title
      TABLES
        t_outtab                 = t_data
      EXCEPTIONS
        program_error            = 1
        OTHERS                   = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    OR
    * Report title
      CLEAR t_heading[].
      CLEAR x_heading.
      x_heading-typ = 'H'.
      x_heading-info = 'Reporte Prueba'(001).
      APPEND x_heading TO t_heading.
    * Program name
      CLEAR x_heading.
      x_heading-typ = 'S'.
      x_heading-KEY = 'Program: '.
      x_heading-info = sy-repid.
      APPEND x_heading TO t_heading.
    * User who is running the report
      CLEAR x_heading.
      x_heading-typ = 'S'.
      x_heading-KEY = 'User: '.
      x_heading-info = sy-uname.
      APPEND x_heading TO t_heading.
    * Date of execution
      CLEAR x_heading.
      x_heading-typ = 'S'.
      x_heading-KEY = 'Date: '.
      WRITE sy-datum TO x_heading-info.
      APPEND x_heading TO t_heading.
    * Time of execution
      CLEAR x_heading.
      x_heading-typ = 'S'.
      x_heading-KEY = 'Time: '.
      WRITE sy-uzeit TO x_heading-info.
      APPEND x_heading TO t_heading.
    * Top of page event
      x_event-name = slis_ev_top_of_page.
      x_event-FORM = 'TOP_OF_PAGE'.
      APPEND x_event TO t_events.
    Please pass your variable data that you need to the parameter w_status.
    Please give points if you find solution helpful.
    Cheers,
    Suvendu

  • 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 ..

  • Warning message in a report throwing out completely

    Hi All,
    I have areport in which a warning message is getting generated inside  standard fm .
    Its coming inside a FM which inturn is turn call some other FM and so on ,so its not throwing any exception to catch it.
    When the warning message is coming the report is completely throwing us out,its not continuing if you press enter after warning.
    The FM which I am calling in the start of selection event of my program is RMXM951_RECIPE_TRANSFORM_START.
    This FM inturn is calling FM MRTRS965_BOM_GENERATION in this we after some points its calling the PERFORM create_bom.
    The warning message is coming inside this perform.
    The report is actaully written to convert multiple general receipes to master recepies at a time.
    We have standard SAP transaction to acheive this but it does one at a time and not multiple.However the stadard program being module pool the transaction is continuing after the warning message once we press the enter key.
    So kinldy let me know how to proceed on this.
    Thanks you all very much in advance.
    Regards,
    Kishore.

    Hi Kishore
    debugg your program and find out the location where this warning message is coming
    and change the code for your warning message.
    Like what i did in my one of the program for the same reason.
    it was an error message on some validation and it was also throwing me out of the program.
    I write:
    message 'Invalid Entry' type 'S' display like 'E'.
    leave to list processing.
    this code displayed my success message like an error message and keep me on the same screen so that I canenter the correct values.
    So I think you need to do some thing like that.
    Thanks
    Lalit Gupta

  • Warning message in 'Writeback Report'

    Hi,
    I have to enable writeback on a report and to prompt a warning message to user before submitting the changes.
    I am fine with enabling the writeback on the report and update the changes through writeback XML.
    But, I am not sure of this 'Warning Message' in a separate window as prompt to confirm the changes made by user before submitting.
    Can somebody please help me if you have implemented this?
    Thanks,
    Viswanath

    Dear Madhu,
    You are not using LS_HEADER statically that you have defined in the program. You will get a warning message since you have defined a field that you have not referenced statically.
    Are you using this field dynamically? You can delete/comment the code if you are not using it statically and dynamically.
    Moved the thread ABAP forum. Post your queries in relevant forums to get efficient answers.
    Regards,
    Naveen

  • Error Message in ALV Report

    Hi All,
    I have developed a report.
    After start-of-selection, i have written a perform statement, in which the data is getting retrieved for printing the same in ALV layout.
    If there is no data available in the table, the code will raise an error message stating ' No data is available". This error message statment is in this PERFORM statement....
    But this error message will be triggered in the different page which will be blank...
    Now user would like to have the message in the same page (selection screen).
    How to resolve this issue....??????
    Pelase guide me.....
    Regards
    Pavan
    Message was edited by:
            Pavan Sanganal

    Hi,
    when your internal table is empty
    give the message like
    when u r in start of selection event then
    form
    message i000( zmessage ) with ' no data found'.
    stop.
    endform.
    this provides u again the selection screen,
    regards,
    venkatesh

  • Sun server - file not found warning message - send-file reports: HTTP4142

    (File not found)
    [25/Sep/2012:17:37:34] warning ( 9732): for host 127.0.0.1 trying to GET /vt/css/body_ie8.css, send-file reports: HTTP4142: can't find C:/Program Files/Sun/WebServer7/https-AC7440R877W6X.com/web-app/AC7440R877W6X.com/vt/css/body_ie8.css.
    sun server is trying to find file body_ie8.css which is not exist. now i m testing application in ie8 so getting error like this. If i run same application in ie6 i will get body_ie6.css. if i create dummy files with these name i wont get any error message.
    another sample error message
    warning (14280): for host 127.0.0.1 trying to GET /vt/css/icefaces_ie.css, send-file reports: HTTP4142: can't find C:/Program Files/Sun/WebServer7/https-AC7440R877W6X.com/web-app/AC7440R877W6X.com/vt/css/icefaces_ie.css (File not found).
    I m running JSF framework icefaces implememntation

    Hi:
    After some days and several test I discover the solution.
    I'm using Unicodes in the messages text (like \u00e9, \u00e1) and due to a typing mistake, in just a word the sequence \u00es appears instead of \u00e9.
    It seems \u00es is not a valid Unicode code and that was the cause of this particular error.
    I think this kind of message error must change depending which web server is used.
    As i said, i'm using the embedded oc4j server.
    Bye.

  • Mimes Object doesn't exixts warning message  in bi report on Portal.

    Hi All,
    We have integrated  bi 7.0  reports on portal 7.01  . reports are working fine  first time with out any warning   .
    But when we try to change the drop down value for display as field (Table, Graphic, Table and Graphic)  or when we  click any  buutton  New Analysis, Open , Save As  etc  we are getting following error.
    MIME object "/irj/portalapps/com.sap.ip.bi.web.portal.mimes/web.ui.acs/resources/js/sapbi_ac_tray_comp.js" does not exist
    MIME object "/irj/portalapps/com.sap.ip.bi.web.portal.mimes/web.ui.acs/resources/js/sapbi_ac_tray_comp.js" does not exist
    Please help us to resolve this issue.
    Regards
    Rajendra

    Hi all
    Any suggestion?
    Regards
    Rajendra

  • How to Suppress a warning message in Reports

    Hi All,
    I am getting REP-32751: Warning: Some text segments are missing warning message when ever i open a report and also while run the report in the browser. I am not able to find the missing text segments. Is there any way to suppress this warning message in oracle reports 10g?. Please let me know.
    Regards,
    Prasad.

    Just was curious and was in Metalink anyways and looked up your Error:
    >
    Another workaround: open the report under the desired NLS_LANG, and OK all the warning messages. Once the report is opened, save it (under a different name). This will fill out missing text segments with blanks,which is OK because these strings never appear in the report anyway (theyshould have been deleted...)

  • Suppressing a warning message in reports 10g

    Hi All,
    I am getting REP-32751: Warning: Some text segments are missing warning message when ever i open a report and also while run the report in the browser. I am not able to find the missing text segments. Is there any way to suppress this warning message in oracle reports 10g?. Please let me know.
    Regards,
    Prasad.

    probably best to post this in the reports forum

  • Mod_plsql warning message in apache logs

    The following warning message has been reported in error logs and it relates to wwv_flow package :-
    [Thu Oct 19 16:08:47 2006] [warn] mod_plsql: /pls/htmldb/wwv_flow.accept had to be described for execution. Refer to the PL/SQL GateWay documentation on how to avoid this
    I have checked the doco at http://download-west.oracle.com/docs/cd/A97335_01/apps.102/a90099/apptroub.htm#634288
    Section B.7.1 is the relevant section and I think its to do with mod_plsql unable to find out if the parameters to wwv_flow.accept are scalar or array and hence having to first do a describe everytime.
    Do I need to do something about it or just ignore it ?
    tks
    Vishal

    Thanks Scott.
    I have asked the client how they have configured this.
    If its ON should they turn it OFF ?
    What implications would it have then ?
    tks

  • Warning Msg: Character Mode report is being opened as a Bit-mapped report

    Hi All,
    I am opening a Oracle Standard Report in Oracle Apps "INVISMMX", while opening it shows the below warning message:
    "Character Mode report is being opened as a Bit-mapped report"
    What is the reason for this?
    How can I open this report in ASCII mode itself?
    Thanks,
    Gowri

    I believe Oracle Reports by default will open a report as a bit-mapped report. You can change the poperties of the report to make it a character mode report by:
    1. If this is a new report, in the Object Navigator, click the Reports node,
    then click in the toolbar.
    2. Double-click the properties icon next to the report node to display
    the Property Palette.
    3. Under the report node, set the width and height properties as desired:
    for example, 11 (or 15) width x 8.5 height for landscape or 8.5 width x 11
    (or 15) height for portrait.
    4. Under the Character Mode node:
    a. Set Design In Character Units to Yes.
    b. Set the report width and report height to the appropriate
    character-mode dimensions for the report, such as, 132 (or 180)
    width x 66 height for landscape or 102 width x 85 (or 116) height
    for portrait.
    5. In the Object Navigator, expand the Data Model node, then the System
    Parameters node.
    6. Double-click the MODE properties icon to display the Property Palette.
    7. Under the Parameter node, set the initial value for property to Character.
    8. In the Object Navigator, double-click on the Layout Model node icon.
    9. In the Layout Model view, choose FormatLayout OptionsRulers to display
    the Ruler Settings dialog box.
    10. Set Units to Character Cells and Number of Snap Points Per Grid Spacing
    to 1. Click OK.
    11. Click View in the menu bar and make sure that Snap to Grid is checked.
    12. Choose Tools Preferences to display the Preferences dialog box.
    13. On the Preferences page, set Horizontal Interfield to 1 and Vertical
    Interfield to 0. Click OK.
    14. Choose Format Font, and select the font, style, and size that most
    closely approximates the character-mode font (such as, Courier,
    Regular, 12 point).

  • Regarding warning message

    Hi
    without using message class, how to display the warning message in my report?

    Hi,
    you can display any message as below
    message W<some no>(<some class>) with '<your message'
    >.
    Regards,
    Dhanunjaya Reddy

  • ALV Report - Field Overflow message in status Bar

    Hi
    I am trying to display ALV report , ALV report is displaying fine but on execution of report , an message in status bar is coming as "Field copy Number can not be totalled because of field overflow."
    Can anyone tell why such messgae is comming?
    Thanks,
    Debadatta

    Just a wild guess, treat the below as an example.
    Eg:
    assuming one field in the output is of length 2 type i.
    values: 20, 30, 60, 45.
    Totalling the values result as 155. but due to the length of the field as 2. We can encounter the overflow message.
      Considering the above example, manually total the values of your numerical columns and see if any of the column is execeeding the specified length.
    Regards
    Eswar
    Note: Reward if you find the info useful.

Maybe you are looking for