ALV GRID Report is not showing all records which is in internal table

hi all,
have one doubt. please clarify me. ALV Report is working fine since long tiem. But suddenly this report is showing few records only for the given input.   Example:   it_main table have 50 records, but output is showing only 10 records only. (we have not made any modifications in this report).
temporarily i have given excel output file from it_main table. excel file is showing all records.
here it_main have all the records. but output is showing few records only. it is not showing any error. i have tested with REUSE_ALV_LIST_DISPLAY function also. but it also showing same results(few records only.)
please give me some idea.
FORM display_alv_report.
  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
      i_buffer_active          = 'X'
      i_callback_program       = sy-repid
      is_layout                = wa_layout
      it_fieldcat              = it_fcat
      it_events                = it_events
      i_save                   = 'A'
      is_variant               = wa_variant
    TABLES
      t_outtab                 = it_main
    EXCEPTIONS
      program_error            = 1
      OTHERS                   = 2.
  IF sy-subrc <> 0.
    MESSAGE text-204 " 'Error in Display the list'
    TYPE 'I'.
    LEAVE TO LIST-PROCESSING.
  ENDIF.
ENDFORM.            .                    "DISPLAY_ALV_REPORT
Best Regards,
Srinivas

hi
Please study this program and give me suggestions.
ALV Declaration
DATA : it_events TYPE slis_t_event,               "ALV event
           it_fcat   TYPE slis_t_fieldcat_alv,        "Field catalog
           it_list_top_of_page TYPE slis_t_listheader,
           c_tabname  TYPE slis_tabname   VALUE 'IT_MAIN'.
DATA : wa_layout  TYPE slis_layout_alv,
            wa_event   TYPE slis_alv_event,
           wa_fcat    TYPE slis_fieldcat_alv,
           wa_variant TYPE disvariant.
START-OF-SELECTION.
  PERFORM material_pass.
  PERFORM data_retrieval.
END-OF-SELECTION.
  PERFORM sub_display_report.
FORM sub_display_report .
  DATA status(1).
  IF r1 = 'X'.
    PERFORM build_fieldcatalog USING :
      '1'  'ERDAT'     'S.O DATE'             '' '10'  'X',
      '2'  'VBELN'     'SALE ORDER'           '' '10'  'X',
      '3'  'POSNR'     'SALE ITEM'            '' '6'   '',
      '4'  'BSTKD'     'CUSTOMER PO'          '' '35'  '',
      '5'  'BEZEI'     'REASON FOR REJECTION' '' '40'  '',
      '6'  'PLNUM'     'PLANNED ORDER'        '' '10'  '',
      '7'  'AUFNR'     'PROD.ORDER.'          '' '12'  '',
      '8'  'MATNR'     'MATERIAL NUMBER'      '' '18'  '',
      '9'  'MAKTX'     'MATERIAL DESCRIPTION' '' '40'  '',
      '10' 'WERKS'     'PLANT'                '' '4'   '',
      '11' 'KWMENG'    'SALE ORDER QTY'       '' '15'  '',
      '12' 'VRKME'     'UNIT'                 '' '4'   '',
      '13' 'GAMNG'     'PROD.ORDER QTY'       '' '13'  '',
      '14' 'IGMNG'     'CONFIRMED ORDER QTY'  '' '13'  '',
      '15' 'GMEIN'     'UNIT'                 '' '4'   '',
      '16' 'MENGE'     'G.R QUANTITY'         '' '13'  '',
      '17' 'SOBAL'     'S.O BALANCE'          '' '13'  '',
      '18' 'PRDBAL'    'PROD.BALANCE'         '' '13'  '',
      '19' 'GSM'       'GSM'                  '' '4'   '',
      '20' 'SIZE1'     'SIZE1'                '' '10'  '',
      '21' 'SIZE2'     'SIZE2'                '' '10'  ''.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        filename              = pathname
        filetype              = ftype
        append                = 'X'
        write_field_separator = 'X'
      TABLES
        data_tab              = it_mains
      EXCEPTIONS
        file_write_error      = 1.
    IF sy-subrc = 0.
      status = 'S'.
    ELSE.
      status = 'E'.
    ENDIF.
  ELSEIF r2 = 'X' OR r3 = 'X'.
    PERFORM build_fieldcatalog USING :
      '1'  'ERDAT'     'S.O DATE'             '' '10'  'X',
      '2'  'VBELN'     'SALE ORDER'           '' '10'  'X',
      '3'  'POSNR'     'SALE ITEM'            '' '6'   '',
      '4'  'BSTKD'     'CUSTOMER PO'          '' '35'  '',
      '5'  'BEZEI'     'REASON FOR REJECTION' '' '40'  '',
      '6'  'PLNUM'     'PLANNED ORDER'        '' '10'  '',
      '7'  'AUFNR'     'PROD.ORDER.'          '' '12'  '',
      '8'  'MATNR'     'MATERIAL NUMBER'      '' '18'  '',
      '9'  'MAKTX'     'MATERIAL DESCRIPTION' '' '40'  '',
      '10' 'WERKS'     'PLANT'                '' '4'   '',
      '11' 'KWMENG'    'SALE ORDER QTY'       '' '15'  '',
      '12' 'VRKME'     'UNIT'                 '' '4'   '',
      '13' 'GAMNG'     'PROD.ORDER QTY'       '' '13'  '',
      '14' 'IGMNG'     'CONFIRMED ORDER QTY'  '' '13'  '',
      '15' 'GMEIN'     'UNIT'                 '' '4'   '',
      '16' 'MENGE'     'G.R QUANTITY'         '' '13'  '',
      '17' 'SOBAL'     'S.O BALANCE'          '' '13'  '',
      '18' 'PRDBAL'    'PROD.BALANCE'         '' '13'  '',
      '19' 'GSM'       'GSM'                  '' '4'   '',
      '20' 'SIZE1'     'SIZE1'                '' '10'  '',
      '21' 'CUT1'      'CUT1'                 '' '11'  '',
      '22' 'SIZE2'     'SIZE2'                '' '10'  '',
      '23' 'CUT2'      'CUT2'                 '' '11'  '',
      '24' 'SIZE3'     'SIZE3'                '' '10'  '',
      '25' 'CUT3'      'CUT3'                 '' '11'  '',
      '26' 'SIZE4'     'SIZE4'                '' '10'  '',
      '27' 'CUT4'      'CUT4'                 '' '11'  '',
      '28' 'SIZE5'     'SIZE5'                '' '10'  '',
      '29' 'CUT5'      'CUT5'                 '' '11'  '',
      '30' 'SIZE6'     'SIZE6'                '' '10'  '',
      '31' 'CUT6'      'CUT6'                 '' '11'  ''.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        filename              = pathname
        filetype              = ftype
        append                = 'X'
        write_field_separator = 'X'
      TABLES
        data_tab              = it_mainall
      EXCEPTIONS
        file_write_error      = 1.
    IF sy-subrc = 0.
      status = 'S'.
    ELSE.
      status = 'E'.
    ENDIF.
  ENDIF.
  PERFORM build_layout.
  PERFORM build_events.
  PERFORM sub_comment_build USING it_list_top_of_page.
  PERFORM sub_set_variant.
  PERFORM display_alv_report.
  IF status = 'S'.
    MESSAGE 'Excel Output file Downloaded to Given Path' TYPE 'I'.
  ELSE.
    MESSAGE 'Download Not Possible' TYPE 'I'.
  ENDIF.
ENDFORM.                    " SUB_DISPLAY_REPORT
FORM BUILD_FIELDCATALOG
FORM build_fieldcatalog USING  p_col_pos
                               p_fieldname
                               p_text
                               p_datatype
                               p_outputlen
                               p_col_freez.
  wa_fcat-row_pos        = '1'.
  wa_fcat-col_pos        = p_col_pos.
  wa_fcat-fieldname      = p_fieldname.
  wa_fcat-tabname        = c_tabname.
  wa_fcat-reptext_ddic   = p_text.
  wa_fcat-datatype       = p_datatype.
  wa_fcat-ddic_outputlen = p_outputlen.
  wa_fcat-key            = p_col_freez.
  APPEND wa_fcat TO it_fcat.
  CLEAR wa_fcat.
ENDFORM.                    " BUILD_FIELDCATALOG
*&      Form  BUILD_LAYOUT
FORM build_layout.
  CLEAR: wa_layout.
  wa_layout-window_titlebar   = 'LIST OF GSM WISE OPEN SALE ORDERS'.
  wa_layout-colwidth_optimize = 'X'.
  wa_layout-totals_text       = 'CUMULATIVE'.
ENDFORM.                    "BUILD_LAYOUT
*&      Form  BUILD_EVENTS
FORM build_events.
  CLEAR wa_event.
  REFRESH it_events.
  CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
    EXPORTING
      i_list_type     = 0
    IMPORTING
      et_events       = it_events
    EXCEPTIONS
      list_type_wrong = 1
      OTHERS          = 2.
  IF sy-subrc = 0.
    READ TABLE it_events INTO wa_event
         WITH KEY name = 'TOP_OF_PAGE'.
    IF sy-subrc EQ 0.
      wa_event-form = 'TOP_OF_PAGE'.
      APPEND wa_event TO it_events.
      CLEAR wa_event.
    ENDIF.
  ENDIF.
ENDFORM.                    "BUILD_EVENTS
     -->P_IT_LIST_TOP_OF_PAGE  text
FORM sub_comment_build  USING it_top_of_page TYPE slis_t_listheader.
  DATA ls_line TYPE slis_listheader.
  CLEAR ls_line.
  ls_line-typ = 'H'.
  ls_line-info = str1.
  APPEND ls_line TO it_top_of_page.
  CLEAR ls_line.
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
   EXPORTING
     it_list_commentary = t_header[].
ENDFORM.                    " SUB_COMMENT_BUILD
*&      Form  SUB_SET_VARIANT
      text
-->  p1        text
<--  p2        text
FORM sub_set_variant .
  CLEAR wa_variant.
  wa_variant-report = sy-repid.
  wa_variant-username = sy-uname.
wa_variant-variant = c_variant.
wa_variant-variant = p_layout.
ENDFORM.                    " SUB_SET_VARIANT
*&      Form  DISPLAY_ALV_REPORT
*Display Report Using ALV GRID
FORM display_alv_report.
  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
      i_buffer_active          = 'X'
      i_callback_program       = sy-repid
     i_callback_pf_status_set = c_pf_status
     i_callback_user_command  = c_user_command
      is_layout                = wa_layout
      it_fieldcat              = it_fcat
     it_sort                  = it_sort[]
      it_events                = it_events
      i_save                   = 'A'
      is_variant               = wa_variant
    TABLES
      t_outtab                 = it_main
    EXCEPTIONS
      program_error            = 1
      OTHERS                   = 2.
  IF sy-subrc <> 0.
    MESSAGE text-204 " 'Error in Display the list'
    TYPE 'I'.
    LEAVE TO LIST-PROCESSING.
  ENDIF.
ENDFORM.            .                    "DISPLAY_ALV_REPORT
*ALV Report Header
FORM top_of_page.
  DATA : t_header TYPE slis_t_listheader WITH HEADER LINE,
         wa_header TYPE slis_listheader,
         t_line LIKE wa_header-info,
         ld_lines TYPE i,
         ld_linesc(10) TYPE c.
  wa_header-typ  = 'H'.
T_HEADER-INFO = 'LIST OF GSM WISE OPEN SALE ORDERS'.
  wa_header-info = str1.
  APPEND wa_header TO t_header.
  CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
      it_list_commentary = t_header[].
ENDFORM.                    "TOP_OF_PAGE
here it_main internal table having all data. but output is showing few records only.
pl. give some idea.
Thanks & Regards
Srinivas.

Similar Messages

  • Incomplete Data on report (report does not show all records from the table)

    Hello,
    I have problem with CR XI, I'm running the same report on the same data with simple select all records from the table (no sorting, no grouping, no filters)
    Sometimes report shows me all records sometimes not. Mostly not all records on the report. When report incomplete sometimes it shows different number of records.
    I'm using CR XI runtime on Windows Server 2003
    Any help appreciated
    Thanks!

    Sorry Alexander. I missed the last line where you clearly say it is runtime.
    A few more questions:
    - Which CR SDK are you using? The Report Designer Component or the CR assemblies for .NET?
    - What is the exact version of CR you are using (from help | about)
    - What CR Service Pack are you on?
    And a troubleshooting suggestion:
    Since this works on some machines, it will be a good idea to compare all the runtime (both CR and non CR) being loaded on a working and non working machines.
    Download the modules utility from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip
    and follow the steps as described in this thread:
    https://forums.sdn.sap.com/click.jspa?searchID=18424085&messageID=6186767
    The download also includes instructions on how to use modules.
    Ludek

  • BI publisher report is not showing all the data

    Hi All,
    I have created a report using BI Publisher in R12. The report is not showing all the records.
    I have checked the result XML it is also not having all the data. My query returns 846 rows but my report only has 662 rows.
    what might be the issue.please give me some idea to resolve this issue.
    Thanks in advance.
    Regards,
    P.Kalidoss

    Hi Arun,
    In the following code: public SelectItem[] getAllPrinters() {
    if (allPrinters == null) {           // allPrinters is not defined. what type of object it is
    PrintService[] printers = PrintServiceLookup.lookupPrintServices(null, null);
    allPrinters = new SelectItem[printers.length];
    for (int i = 0; i < printers.length; i++) {
    SelectItem printer =
    new SelectItem(printers.getName(), printers[i].getName());
    allPrinters[i] = printer;
    return allPrinters;;;
    Variable allPrinters is not defined. what type of object it is?
    And also the same variable is referenced here <af:selectOneChoice label="Available Printers" partialTriggers="cb1"
    value="#{pageFlowScope.applicationPrinterBean.selectedPrinter}"
    id="soc1"
    autoSubmit="true">
    <f:selectItems value="#{pageFlowScope.applicationPrinterBean.allPrinters}" id="si1"/>
    </af:selectOneChoice>.
    Thanks.

  • All the columns of an alv grid report are not downloading in excel in 1 lin

    Hi All,
    I have some 60 columns in my alv grid report and user can download the report using list->export->localfile->spreadsheet.
    What the issue is that all the columns are not downloading in one line, instead they split in two rows.
    Please help.
    Regards,
    Neha Patel

    hi,
    just use this procedure it will solve your problem:
    Firstly export  the data to memory using the FM LIST_FROM_MEMORY.
    CALL FUNCTION 'LIST_FROM_MEMORY'
    TABLES
    listobject = t_listobject
    EXCEPTIONS
    not_found = 1
    OTHERS = 2.
    IF sy-subrc 0.
    MESSAGE e000(su) WITH text-001.
    ENDIF.
    then i converted it into ASCII using LIST_TO_ASCI,
    CALL FUNCTION 'LIST_TO_ASCI'
    TABLES
    listasci = t_xlstab
    listobject = t_listobject
    EXCEPTIONS
    empty_list = 1
    list_index_invalid = 2
    OTHERS = 3.
    IF sy-subrc NE 0.
    MESSAGE e003(yuksdbfzs).
    ENDIF.
    This gives the data in ASCII format separated by '|' and the header has '-', dashes. If you use this internal table directly without any proccesing in SO_NEW_DOCUMENT_ATT_SEND_API1, then you will not get a good excel sheet attachment. To overcome this limitation, i used cl_abap_char_utilities=>newline and cl_abap_char_utilities=>horizontal_tab to add horizontal and vertical tabs to the internal table, replacing all occurences of '|' with
    cl_abap_char_utilities=>horizontal_tab.
    Set the doc_type as 'XLS', create the body and header using the packing_list and pass the data to be downloaded to SO_NEW_DOCUMENT_ATT_SEND_API1 as contents_bin.
    This will create an excel attachment.
    Sample code for formatting the data for the attachment in excel format.
    u2022     Format the data for excel file download
    LOOP AT t_xlstab INTO wa_xlstab .
    DESCRIBE TABLE t_xlstab LINES lw_cnt.
    CLEAR lw_sytabix.
    lw_sytabix = sy-tabix.
    u2022     If not new line then replace '|' by tabs
    IF NOT wa_xlstab EQ cl_abap_char_utilities=>newline.
    REPLACE ALL OCCURRENCES OF '|' IN wa_xlstab
    WITH cl_abap_char_utilities=>horizontal_tab.
    MODIFY t_xlstab FROM wa_xlstab .
    CLEAR wa_xlstab.
    wa_xlstab = cl_abap_char_utilities=>newline.
    IF lw_cnt NE 0 .
    lw_sytabix = lw_sytabix + 1.
    u2022     Insert new line for the excel data
    INSERT wa_xlstab INTO t_xlstab INDEX lw_sytabix.
    lw_cnt = lw_cnt - 1.
    ENDIF.
    CLEAR wa_xlstab.
    ENDIF.
    ENDLOOP.
    Sample code for creating attachment and sending mail:
    FORM send_mail .
    u2022     Define the attachment format
    lw_doc_type = 'XLS'.
    u2022     Create the document which is to be sent
    lwa_doc_chng-obj_name = 'List'.
    lwa_doc_chng-obj_descr = w_subject. "Subject
    lwa_doc_chng-obj_langu = sy-langu.
    u2022     Fill the document data and get size of message
    LOOP AT t_message.
    lt_objtxt = t_message-line.
    APPEND lt_objtxt.
    ENDLOOP.
    DESCRIBE TABLE lt_objtxt LINES lw_tab_lines.
    IF lw_tab_lines GT 0.
    READ TABLE lt_objtxt INDEX lw_tab_lines.
    lwa_doc_chng-doc_size = ( lw_tab_lines - 1 ) * 255 + STRLEN( lt_objtxt ).
    lwa_doc_chng-obj_langu = sy-langu.
    lwa_doc_chng-sensitivty = 'F'.
    ELSE.
    lwa_doc_chng-doc_size = 0.
    ENDIF.
    u2022     Fill Packing List For the body of e-mail
    lt_packing_list-head_start = 1.
    lt_packing_list-head_num = 0.
    lt_packing_list-body_start = 1.
    lt_packing_list-body_num = lw_tab_lines.
    lt_packing_list-doc_type = 'RAW'.
    APPEND lt_packing_list.
    u2022     Create the attachment (the list itself)
    DESCRIBE TABLE t_xlstab LINES lw_tab_lines.
    u2022     Fill the fields of the packing_list for creating the attachment:
    lt_packing_list-transf_bin = 'X'.
    lt_packing_list-head_start = 1.
    lt_packing_list-head_num = 0.
    lt_packing_list-body_start = 1.
    lt_packing_list-body_num = lw_tab_lines.
    lt_packing_list-doc_type = lw_doc_type.
    lt_packing_list-obj_name = 'Attach'.
    lt_packing_list-obj_descr = w_docdesc.
    lt_packing_list-doc_size = lw_tab_lines * 255.
    APPEND lt_packing_list.
    u2022     Fill the mail recipient list
    lt_reclist-rec_type = 'U'.
    LOOP AT t_recipient_list.
    lt_reclist-receiver = t_recipient_list-address.
    APPEND lt_reclist.
    ENDLOOP.
    u2022     Finally send E-Mail
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
    document_data = lwa_doc_chng
    put_in_outbox = 'X'
    commit_work = 'X'
    IMPORTING
    sent_to_all = lw_sent_to_all
    TABLES
    packing_list = lt_packing_list
    object_header = lt_objhead
    contents_bin = t_xlstab
    contents_txt = lt_objtxt
    receivers = lt_reclist
    EXCEPTIONS
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7
    OTHERS = 8.
    Hope it will help you
    Regards
    Rahul sharma

  • Crystal report paramater not showing all document number in parameter

    Hi,
    Customer is using Crystal report 2008 add on. The DO is having Doc Number in crystal report parameter. Eg DO in system had reached #1000 but it crystal report parameter user can only view DO up to 800. Is there any limitation in Crystal parameter if the records are many? How to resolve?
    Regards
    Thomas

    DO=Delivery Order in Sales A/R module.
    Customer is using Crystal report to print Delivery Order. DO DocNum is parameter in Crystal report for user to select which DO to print out but the selection list did not show all DO No.
    I saw similar question in forum. I had added "MaxRowsetRecords" ='99999999' into registry but the parameter still doesn't show all the DONo.
    I am using Type=REG_DWORD, value data=99999999 in registry and in crystal report the DocNum parameter is having "Dynamic" type.
    Don't know whether the setting is correct. Sorry I am not a Tech guy.
    Please advise.
    Regards
    Thomas

  • Freight Carrier Form not showing all records

    The Freight Carrier form is not showing all of the data that shows in the table
    (ORG_FREIGHT). For the Organization that I am in (#23) the table shows 108 records but the form only shows
    35 records. Why? How can I make the form see all of the records in the tables? I am in the middle of converting 11.0.3 to
    11i.
    Thanks
    Shelby

    What version of Visual Studio and the Crystal for Visual Studio SDK are you using?
    -Dell

  • Crystal report-can not show all subreport records in main report.

    Hi,
    I have a mian report (summary) which link to a subreport (details). when I preview that subreport, I have 100 records inside. but, when I preview with main report, only first part of records displayed (first 60 of subreport records).
    I took out the link between main and subreport but the result still same.
    Anyone can help? it is weird.....
    Thanks
    Kevin T

    Hi Kevin,
    I am not able to replicate the problem u r facing.I created a report with Group on country and  added a subreport in the Group Footer. My subrepor has more than 270 records. I'm able to see all of them. They are spread across pages.
    Please check whether records are spread across pages or the link between Main Report and Subreport is filtering out some records. Other than these two things I dont see any other reason for records being truncated.
    Hope this helps!

  • Report not showing all records

    Hi ,
    I have made a report but when i execute the report only the first page comes with 18 records but when I execute the same query from SQL*Plus then it shows 30 records.
    Please suggest me how to solve ?
    Bye
    Ashu

    Hi,
    what do you use to view the output? The Live Previewer in the Reports Builder? One idea ist that you have not seen the button for going to the next page; other reasons can be format triggers which supresses records or frame properties which doesn't allow more records (not expandable) or a group filter in the data modell ...
    Regards
    Rainer

  • Issue regarding LSMW, not showing all records after Read Data

    Dear Experts,
    Plz help..  I need to configure a LSMW for ROH material.. so I made recording, n then create a structure.. accordingly.
    the problem is.. at the time of reading data from .txt file.at the step of Display Read Data it showing only 50 records, rest are not displaying.. but not showing any error.. so my question to our expert that is their any limitations for reading data... if their.. then how could it be elasticated...
    plz suggest..
    regards,
    sandy

    the read step has a selection screen where you can define from which to which record you want read.
    make sure this selection is empty for a test.
    Further check if your source file has more than 50 records.
    then make sure that you really read this source file and not any other version  (check path and file name in step 7 of LSMW)

  • Requisition Change History - not showing all records from CDHDR/CDPOS

    Hello,
    When viewing the Item Changes for a requisition in ME53N, I don't always see all the records that are contained in tables CDHDR / CDPOS. The missing records are related to release strategies. Does anyone have any ideas why this happens?
    Thank you,
    Regards,
    Jackie

    Hello Jackie,
    check flag "Change document" is set for the data elements.
    Start transaction SE11, enter database table, push button "Display".
    Check register "Fields" In the following screen, doulbe click on "Data element" for the field you want to check.
    Select register "Further Characteristics" in the following screen, here you can find flag for "Change document".
    Best Regards, Dirk

  • Crystal isn't showing duplicates / not showing all records

    I have a report that is pulling material costs of entered invoices from an old Access database (the result of an ancient ERP). I have pulled the job number and materials list for jobs easily and it sums each job, but when I compared an old and new report, there were some missing items and the totals did not match. When I checked the old and new reports against each other, the missing items were all named 'Heat Treat' and since one invoice had 4 lines entered separately from a single invoice, our old database assigned the identical ID# to each line for those entries. In my links I've made an awkward link so is it suppressing by ID# because it's not unique?
    As far as I can tell, I do not have any other suppress settings on. I can hide/unhide and drill down just fine. This is an export from my Access file:
    I'm very new to CR and I've done a lot of online searching for this but it seems to be most people want to hide duplicates or show only duplicates and I can't seem to get it to work. This is my report but you can see that all of the heat treat from that one invoice is missing.

    5 1/4" floppies or 3 1/2"? 
    you can try to change all of the join types in the Database Expert linking dialogue to use Left Outer Joins between job materials and vendor invoices or a right outer join.
    and do eliminate any filters in the Report > Select Expert or Report > Selection Formulas as per above as well. when you add a filter based on a certain field, it can then lead to records dropping off that you think should be there, but it's actually an addition to the SQL 'WHERE' clause that is filtering records.
    what is the result set from access based on? is it just one table, or is a combination of tables?
    and more importantly, what is the name of the software / erp program you are using? perhaps someone out there has actually used it or is still using it and may be able to help you on the schema.

  • Report is not showing all elements

    Dear Experts,
    In a capital budget expenditure report we made changes and they were working (the structure is Projects contains many WBS elements) fine upto quality. when it is moved to production it is just showing only Projects not WBS elements which are exising under projects.  Please advise.
    Tanks
    Balu

    s

  • Save as PDF not showing all records?

    BOXI31 SP3
    Users are saving as PDF, no errors,  very fast, however,  the result set saved as a PDF is about 10% of the actual report data set.  Exporting to excel is OK...  but PDF seems to have a limit.
    Is there a setting (webi processing server/Adobe?) we can change that will allow users to return their total report resullts?
    Thx

    Change webi preferences to interactive,  all results came through!

  • Microsoft Excel Icon in ALV Grid Report

    Hi all,
    We have a customized report. When we execute that reports, it open in ALV Grid format. When we choose "Microsoft Excel" Icon to change layout to Excel, it then shows the report in excel without any data.
    Can any one please tell me that why there is no data? should i need to do any settings in excel for this?
    Please respond.
    Best Regards,
    AI

    Hi,
    Refer these:
    Microsoft Excel Icon in ALV Grid Report
    Re: Not able display the Excel Icon in ALV List Display
    Hope it helps
    Regards
    Mansi

  • Not showing all equipment order in zreport ( SAP-PM)

    Dear Sir,
    I am working monthly perfomance report related of SAP -PM. which that show data of equipment order wise. these order is  create plant wise.
    i am fetching data through plant code and order final date .
    ***selection-screen*******
    t001w-werks OBLIGATORY,
    p_spmon TYPE s115-spmon OBLIGATORY,
    in this program i am using tables  AUFK, AFIH, and EQUZ.
    My problem is that  this report is not showing all data for only one plant.  becoz only two line item show in Table EQUZ according order date and plant. and  in table AFIH showing 10 line time. whenas  63 order has been created in that date .
    so, i want know that where is problen either my program or standard table EQUZ
    Plz guide me ......................
    Moderator Message: Basic Question . Thread Locked.
    Edited by: kishan P on May 12, 2011 12:39 PM

    Dear sir,
    I want fetch equipment no. of order from EQUZ. when i pass date from 01.03.2011 to 31.03.2011 then showing only one equipment number in EQUZ table.
    when as  63 orders has been created  between 01.03.2011 to 31.03.2011 which are showing in table AUFK and AFIH.
    in my z report  i am using table EQUZ for equipment no.
    so, i don't understand that why not showing all eqipment number in EQUZ table between 01.03.2011 to 31.03.2011
    this problen for only one plant (459B), rather than other plant (like 460A, 470A....................)  all data are showing in my report.
    Plz guide me......................

Maybe you are looking for

  • Acrobat 9 + comments + replies + filters = deleted replies?

    Hi there, I am using Acrobat 9.3.4 Professional for Windows and have discovered a destructive problem that I dearly would like to solve - and am wondering whether you could help. Here is the scenario: 1) I open a PDF file with embedded comments. 2) I

  • Photos don't display on book pages after upgrading to 9.4.2

    I have several books I created in version 9.4.1. After upgrading to iPhoto 9.4.2, most of the pictures will not display on the book pages. Only 1 photo displays out of 3 or 4 photos on the page. Is there a setting that has changed? Using Mountain Lio

  • Database error 22001 & database error 22001 FET

    Hi I am not sure, if this is the right forum for this question. I am getting Database Error:  <u>Database error 22001 & Database Error 22001 FET</u> continously in my event log. Their is an OSS note which suggest that we upgrade R3TRANS.EXE. I am on

  • Create multimedia pdf files

    I want to create a multi media pdf will adobe acrobat work with pages or can I use another program, the create pdf from the print menu is not up to this.

  • Date Validation Error in Chaining Management

    While trying to copy data from another item in chaining management. After selecting target and source, on pressing "Chain" I get the below error:- Validation Error The 'From Date' can not exceed the furthest out 'Sales Date'. OK My earliest sales dat