Standard report output modification

Dear,
we have one requirement in Standard report modification that is i would like to add some fields columns in the output. For this i have added what ever fields i want in the final internal table but those are not displaying in the output so please guide me to do this.
those fiedls i added are not coming in the field catalog also . standard program is from IA09 Transaction.
Venkata Ramesh J

hi venkata
check this thread
how to add new fields to standard reports
hope it helps you.
thanks
SAchin

Similar Messages

  • SAP Standard reports Output in ALV

    Hi Folks,
    I have a report MKVZ which is showing the output in a LIST DISPLAY.Is there anyway that I can see this SAP Standard report output in ALV(not by Coding).
    Thanks,
    K.Kiran.

    No Dear you can't see this report in ALV, as this report is genrated in List view using write statements.
    what best you can do is, u can download the final internal table into excel file or
    you have to change by copying the proogram.
    reward if useful
    Amit Singla

  • Mailing the Standard Report Output

    HI,
      I have a requirement in which the output of a standard report has to be sent to the respective vendors.
    MCVE -- Vendor analysis Report.
    I have to schedule the job every month such that the rating of a vendor for the month will be sent to the respective vendors.
    This report is an interactive report.
    murali.c
    Edited by: murali ch on Aug 31, 2009 11:00 AM

    hi..
    thank u for the reply...
    my doubt is ...
    i have a report in which 1st list is like below
    total goods in the month        rating....
    100.000                                  98
    If I double click on it I'll get a 2nd list as follows
    vendor                  vendor rating
    1                          100
    2                            98
    3                          100
    4                           99
    5                           97
    my requirement is that I have to schedule the report evry month such that mail should go to the respective vendors with his rating.
    will this be possible with out modifying the standard report?
    report is  :MCVE  which is a vendor analysis report/
    murali.c

  • Standard report output to be saved in application server

    Hi All,
        My requirement is to create a program which can save the standard report otuput(The output of the tcode S_ALR_87012936)  to the application server.Please help.
    Thanks and Regards,
    Kowsalya.

    copy it into a zprogram and do the coding for that .....use it.

  • Why it returns ERROR after I changed some Standard Reports output to XML?

    Our EBS is a 11.5.10 CU2 instance.
    We just upgrated the XML Publisher to 5.6.1 and did all the work described in section "Post-install Steps" of "About Oracle XML Publisher 5.6.1"(Doc ID: Note:357308.1)
    Now we are do the testing.
    I changed the Standard Report "Journals - General (132 Char)" output type to XML, then ran it.
    It returns ERROR
    Logs is as flows:
    General Ledger: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    GLGENJRN module: Journals - General(132 Char)
    Current system time is 25-AUG-2006 11:39:25
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_SET_OF_BOOKS_ID='1001'
    P_KIND='L'
    P_POSTING_STATUS='U'
    P_CURRENCY_CODE='CNY'
    P_PERIOD_NAME='AUG-06'
    P_PAGESIZE='132'
    XML_REPORTS_XENVIRONMENT is :
    /global/d01/applprod/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    XENVIRONMENT is set to /global/d01/applprod/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_AMERICA.UTF8
    REP-1401: 'beforereport': Fatal PL/SQL error occurred.
    ORA-06502: PL/SQL: numeric or value error
    Report Builder: Release 6.0.8.25.0 - Production on Fri Aug 25 11:39:26 2006
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 301650.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 25-AUG-2006 11:39:27
    Anybody know why?
    Thanks!

    Hi,
    The log file says that the RDF report actually errored out
    and its not a problem in XML Publisher.
    REP-1401: 'beforereport': Fatal PL/SQL error occurred.
    ORA-06502: PL/SQL: numeric or value error
    what you can do to debug is change the output type to text and run the report.
    See, if the report runs successfully. I guess, there might be some problem with the report itself.
    If the text report runs fine, change the output type to xml and run it.
    Hope it helps

  • ADI Standard Report Output Excel Format

    Standard Report in Excel Format requested by ADI has some problem; Numbers does not go into each appropriate cell. Therefore the standard report look ugly in Excel format.
    How I can make perfect Excel format standard Report using ADI?
    Your response will be appreciated.

    Check the following code:
    REPORT ZCREATEEXCEL.
    TYPE-POOLS OLE2.
    DATA: EXCEL     TYPE OLE2_OBJECT,
          WORKBOOKS TYPE OLE2_OBJECT,
          WORKBOOK  TYPE OLE2_OBJECT.
    DATA: FILENAME LIKE RLGRAP-FILENAME.
    * START THE EXCEL APPLICATION
      CREATE OBJECT EXCEL 'EXCEL.APPLICATION'.
      PERFORM ERR_HDL.
    * PUT EXCEL IN FRONT
      SET PROPERTY OF EXCEL  'VISIBLE' = 1.
      PERFORM ERR_HDL.
    * INFORM USER OF THE CURRENT STATUS
      CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
           EXPORTING
                PERCENTAGE = 0
                TEXT       = TEXT-I08
           EXCEPTIONS
                OTHERS     = 1.
    * CREATE AN EXCEL WORKBOOK OBJECT
      CALL METHOD OF EXCEL 'WORKBOOKS' = WORKBOOKS.
      PERFORM ERR_HDL.
      CALL METHOD OF WORKBOOKS 'ADD' = WORKBOOK.
      PERFORM ERR_HDL.
    * EXCEL FILENAME
      CONCATENATE SY-REPID '_' SY-DATUM+6(2) '_' SY-DATUM+4(2) '_'
                  SY-DATUM(4) '_' SY-UZEIT '.XLS' INTO FILENAME.
      CALL METHOD OF WORKBOOK 'SAVEAS' EXPORTING #1 = FILENAME.
      FORM ERR_HDL.
      IF SY-SUBRC <> 0.
        WRITE: / 'OLE ERROR: RETURN CODE ='(I10), SY-SUBRC.
        STOP.
      ENDIF.
    ENDFORM.
    *-- End of Program

  • How to restrict the user to change ALV layout for Standard Report Output

    Dear All,
    How can i restict the Users to change Output layout of Standard ALV reports,
    kindly suggest to solve the issue.
    Regards,
    Niranjan.G

    Hi NIranjan,
    In the ALV function module , the i_save can have the below paramater values.
    You can add based on your requirement.
    I_SAVE = SPACE Layouts cannot be saved.
    I_SAVE = 'U' Only user-defined layouts can be saved.
    I_SAVE = 'X' Only global layouts can be saved.
    I_SAVE = 'A' Both user-defined and global layouts can be saved.
    Check the Authorization Object - S_ALV_LAYO  in SUIM (Objects by Complex Search)
    Activity -23.
    Edited by: Raj on Jul 13, 2010 3:05 PM

  • UCCX Standard Report output

    Where can I get a sample report just to see how it looks like and what info it shows?  thanks                  

    Hi
    The sample reports move around a little, the latest I can find is on this page:
    http://www.cisco.com/en/US/products/sw/custcosw/ps1846/products_user_guide_list.html
    Listed as:
    Cisco Unified Contact Center Express 8.5(1) Sample Historical Reports
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_8_5/user/guide/CCX_8.5_Sample_Reports.zip
    Regards
    Aaron

  • Standard Report RM07MLBB output  in internal Table

    Hi Experts  ,
    i want Standard Report output  which is in basic List    to internal table  .
    standard report  RM07MLBB . i don't want  to use enhancement   nor Export /import 
    is there any other way  .
    regards
    Deepak.

    hi JACk  ,
    It was a perfect solution of using Include   and  using internal table of that report
    i have done certain modification  in  calling Program such as
    include rm07mlbb.
    at selection-screen output.
      perform hide_fields.                         " in order to hide screen of  include rm07mlbb  .
    loop at screen.
        if screen-name = 'LIFNR-LOW'  or
           screen-name = 'LIFNR-HIGH' or
           screen-name = 'MATNR-LOW'  or
           screen-name = 'MATNR-HIGH' or
           screen-name = 'WERKS-LOW'  or
           screen-name = 'WERKS-HIGH'  or
           screen-name = 'BUKRS-LOW'  or
           screen-name = 'BUKRS-HIGH'  or
           screen-name = '%_LIFNR_%_APP_%-TEXT' or
           screen-name = '%_LIFNR_%_APP_%-OPTI_PUSH' or
           screen-name = '%_LIFNR_%_APP_%-TO_TEXT' or
           screen-name = '%_LIFNR_%_APP_%-VALU_PUSH' or
           screen-name = '%_MATNR_%_APP_%-TEXT' or
           screen-name = '%_MATNR_%_APP_%-OPTI_PUSH' or
           screen-name = '%_MATNR_%_APP_%-TO_TEXT' or
           screen-name = '%_MATNR_%_APP_%-VALU_PUSH' or
           screen-name = '%_WERKS_%_APP_%-TEXT' or
           screen-name = '%_WERKS_%_APP_%-OPTI_PUSH' or
           screen-name = '%_WERKS_%_APP_%-TO_TEXT' or
           screen-name = '%_WERKS_%_APP_%-VALU_PUSH' or
           screen-name = '%_BUKRS_%_APP_%-TEXT' or
           screen-name = '%_BUKRS_%_APP_%-OPTI_PUSH' or
           screen-name = '%_BUKRS_%_APP_%-TO_TEXT' or
           screen-name = '%_BUKRS_%_APP_%-VALU_PUSH'  or
           screen-name = '%B002006_BLOCK_1000' or
           screen-name = '%B001000_BLOCK_1000' or
           screen-name = '%_ALV_DEF_%_APP_%-TEXT' or
           screen-name = 'ALV_DEF' or
           screen-name = 'NULLS'   or
           screen-name = '%_NULLS_%_APP_%-TEXT' .
         screen-invisible = 1.
          screen-active = 0.
          modify screen.
        endif.
      endloop.
      if not p_werks is initial .
        werks-low = p_werks.
        append werks.
      endif.
      if not p_bukrs is initial .
        bukrs-low = p_bukrs.
        append bukrs.
      endif.
      delete adjacent duplicates from werks comparing low.
      delete adjacent duplicates from bukrs comparing low.
    endform  " hide_fields
    Regards
    Deepak.

  • Report output from memory to internal table (corresponding fields)

    How can we pick any standard report output such as
    RM07DOCS on to memory and from memory to an internal
    table.Here by internal table ,i do not mean of type c
    containing complete report but data should go from output to corresponding fields of internal table structure of whom is defined as same of the output.

    SUBMIT rfbila00 AND RETURN
         EXPORTING LIST TO MEMORY
        WITH sd_ktopl-low = ' '
         WITH sd_bukrs IN  s_bukrs
         WITH sd_prctr IN s_prctr
         WITH bilavers =  p_fsv
         WITH bilaspra =  'EN'
         WITH bilbjahr =   p_fyear
         WITH b-monate IN s_per
         WITH bilvjahr = v_cfyear
         WITH v-monate = l_per
         WITH bilagvar = P_LAYOUT
         WITH bilagrid = 'X'
         WITH bilabkon = '2'
         WITH bilagkon = '3'
         WITH bilasumm = '0'
         WITH bilavart = '1'
         WITH bilaskal = '3/0'.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          listobject = t_list
        EXCEPTIONS
          not_found  = 1.
      REFRESH t_ascii.
      CALL FUNCTION 'LIST_TO_ASCI'
        TABLES
          listasci           = t_ascii " list converted to ASCII
          listobject         = t_list
        EXCEPTIONS
          empty_list         = 1
          list_index_invalid = 2
          OTHERS             = 3.
    u will get the output in t_list...u have to split as per ur requir......
    this will help u.....
    Reward IF...........
    Regards
    Anbu

  • Difference in the appearance of HTML vs. Standard reports generated with the Report Generation VIs?

    When I generate a "Standard Report" (to a printer or PDF) with the attached code, the output looks like this:
    If I instead use the same code to generate an HTML report, the output looks like this:
    Can anyone explain why the HTML output has had the extra spaces stripped out of it?
    Is there anything I can do to prevent it from happening?
    VI is attached (LV v11.0.1f2) but this is what it looks like...
    Attachments:
    Print Test.vi ‏47 KB

    SteveBale wrote:
    If you look at your html source the spaces are there. The problem is the way html is rendered it removes the spaces. You will either need to add in <pre> </pre> tags to tell the browser to include those spaces, or insert the string &nbsp; which the browser interprets as a single space.
    Regards,
    Steve
    OK, thanks. I guess I'll end up living with it the way that it is because
    using either method seems to also have the side effect of causing the output to become double-spaced and
    the only reasonable place to implement the change (so that it did not also impact the "standard report" output) would be within the report generation VIs and I'd rather not be modifying them.

  • Report output to desktop as file.

    Hi all,
      I need to send a standard reports output to desktop as file (text).
      how can i do that. if possible give me an example.
    Thanks,
    Nagaraju.

    Hi Nagaraju ,
      You can use the FM 'LIST_DOWNLOAD' to download the list.
    see the code below .
    START-OF-SELECTION.
    Write: / 'test1' ,
           / 'Test2'.
    CALL FUNCTION 'LIST_DOWNLOAD'
    EXPORTING
       LIST_INDEX                = '0'
       METHOD                    = 'NOCO'
    ** EXCEPTIONS
    **   LIST_DOWNLOAD_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.
    Reagrds
    Arun

  • Adding custom fiields in the standard report QM10

    Hello,
    I need   to add custom fields to the standard report output transaction code QM10,  these custom fields are present in the QMEL table.
    I implemented BADI   which is BADI_EAM_SINGLELEVEL_LIST  and from the description of this I came to know this can be used for extending  the fields of standard report, but the break point is not getting triggered  if keep break point in this badi for this transaction (QM10) the break point is not triggered.
    Could you please suggest.
    Thanks,
    Bala Krishna  T.

    Hello Hussain,
    I have already activated the BADI which is BADI_EAM_SINGLELEVEL_LIST but still the break point is not getting triggered.
    As suggested by you I had also checked the where used list for this BADI and there are only standard implementations which are not called.
    Kindly suggest .
    Thanks,
    Bala Krishna T

  • Calling standard Report from a zprogram

    Hi Experts,
    We want to call ME5J transaction code from a zprogram using Submit statement.
    We used following code to call the report
    SUBMIT RM06BKPS WITH TCNT-PROF_DB EQ '000000000001' WITH CN_PROJN IN PROJECT  EXPORTING LIST TO MEMORY AND RETURN.
    After using this statement we are getting output of the report. We don't need to display the result. We want to fetch data from above report using
    CALL FUNCTION 'LIST_FROM_MEMORY'.
    How to hide output display of ME5J?
    Regards,
    Sibin

    Hello,
    you can use the class cl_salv_bs_runtime_info=>get_data_ref to get the standard report output without displaying the ALV grid.
    Check the Blog by glen simpson.
    http://scn.sap.com/community/abap/blog/2011/07/07/gain-programmatic-access-to-data-of-sapgui-alv-reports
    you would get the result in a type table declared and then do the Processing as per the requirement.
    Sample code for same.
    *& Report  ZCALL_STANDARD*&*&---------------------------------------------------------------------**&*&*&---------------------------------------------------------------------*
    REPORT zcall_standard.
    TABLES : cdhdr.
    PARAMETERS : udate TYPE sy-datlo DEFAULT sy-datlo OBLIGATORY,
                 udate_to TYPE sy-datlo DEFAULT sy-datlo OBLIGATORY,
                 utime_fr TYPE sy-timlo DEFAULT sy-timlo OBLIGATORY,
                 utime_to TYPE sy-timlo DEFAULT sy-timlo OBLIGATORY.SELECT-OPTIONS : user FOR cdhdr-username.
    FIELD-SYMBOLS <lt_data>             TYPE ANY TABLE.DATA:          lr_data               TYPE REF TO data,
           ls_metadata TYPE cl_salv_bs_runtime_info=>s_type_metadata.DATA          lr_data_descr          TYPE REF TO cl_abap_datadescr.
    DATA: r_alv_table         TYPE REF TO cl_salv_table,
          r_func              TYPE REF TO cl_salv_functions.DATA: r_display           TYPE REF TO cl_salv_display_settings.
    DATA: r_columns           TYPE REF TO cl_salv_columns.DATA: r_column            TYPE REF TO cl_salv_column.
    DATA: lr_events           TYPE REF TO cl_salv_events_table,
          lr_functions_list   TYPE REF TO cl_salv_functions_list.
    cl_salv_bs_runtime_info=>set(
             EXPORTING display  = abap_false
                       metadata = abap_true
                       data     = abap_true ).
    SUBMIT rsvtprot  WITH cusobj = 'V_T001B'
             WITH dbeg = udate*                 WITH tbeg = utime_fr
             WITH dend = udate_to*                 WITH tend = utime_to
             WITH users = user[]
             WITH alv_grid = 'X' AND RETURN.
    TRY.
        cl_salv_bs_runtime_info=>get_data_ref(
             IMPORTING r_data_descr      = lr_data_descr ).
        CREATE DATA lr_data           TYPE HANDLE lr_data_descr.
        ASSIGN lr_data->*           TO <lt_data>.
        cl_salv_bs_runtime_info=>get_data(
          IMPORTING
            t_data      = <lt_data>
    *            TRY.
        CALL METHOD cl_salv_bs_runtime_info=>get_metadata
          RECEIVING
            value = ls_metadata.*             CATCH cx_salv_bs_sc_runtime_info .*            ENDTRY.
      CATCH cx_salv_bs_sc_runtime_info.
        MESSAGE `Unable to retrieve ALV data` TYPE 'E'.
    ENDTRY.
    cl_salv_bs_runtime_info=>clear_all( ).
    CALL METHOD cl_salv_table=>factory
      IMPORTING
        r_salv_table = r_alv_table
      CHANGING
        t_table      = <lt_data>.
    CALL METHOD r_alv_table->get_functions
      RECEIVING
        value = r_func.
    CALL METHOD r_func->set_all
      EXPORTING
        value = abap_true.
    r_display = r_alv_table->get_display_settings( ).
    r_display->set_striped_pattern( cl_salv_display_settings=>true ).
    lr_functions_list = r_alv_table->get_functions( ).
    r_columns = r_alv_table->get_columns( ).
    r_columns->set_optimize( if_salv_c_bool_sap=>true ).
    CALL METHOD r_alv_table->display.

  • Oracle Apps - 11i Standard Reports

    How can I get sample "Vanilla" reports for specific modules in
    Descrete Mfg Applications ?
    I need these to identify gaps between what Oracle offers and what
    our Users need !.
    many thanks
    Rich

    That's not true, standard reports output format is still as it was in 11i
    For example:
    Active Users: Text
    Active Responsibilties: Text
    R12 has couple of formats for the concrrunt programs (i.e. Text, PS, PDF, XML, FO, PCL, HTML)

Maybe you are looking for

  • HP Laser Printer - No location

    I have a MBP 8,2, using Mt. Lion 10.8.3  I have an HP LaserJet P2015dn wired to the machine via ethernet. When I boot the machine, the printer cannot be located and I am forced to re-add the printer each time. The machine does re-locate the printer,

  • Table of Contents & Index: Which Acrobat 9 Product?

    I would like to create a document in Microsoft Word that will have a table of contents as well as an index. When I convert this document into a PDF format, I would like the table of contents as well as the index to be "active", in that the user will

  • How do I get rid of audio pops and clicks between clips in Final Cut Pro X?

    Is there a layman, non-professional way to do this? These are just video files... i don't know anything about formats of different files and all that, but i read in other posts that the files should be "uncompressed 48k something something", but i do

  • Many of my purchesed movies do not appear in iTunes

    I checked my puurchased account. Over the past year or so I purchased at least 14 movies that are listed in my account. At one time they were all listed in iTunes in the Movie section. Now only half show up there. The movies not on the iTunes movies

  • Employee Id

    I have imported employees through dtw.Each employee is identified by Employee No.But the primary key of the record is displayed as Employee No.I tried setting EmployeeID,IDNumber but were of no use.The field empID from the table is displayed as Emplo