<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Internal table display problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096179#M1182787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Printing more than 90 fields in alv use &lt;STRONG&gt;NO_OUT&lt;/STRONG&gt; of fieldcat field, if it is having value is 'X',then it will not display the field, so you need to modify fieldcat internal table by assigning &lt;STRONG&gt;SPACE&lt;/STRONG&gt; all ways so that it will display all fields how many you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Loop at i_fieldcat into wa_fieldcat.&lt;/P&gt;&lt;P&gt;        IF wa_fieldcat-no_out = 'X',&lt;/P&gt;&lt;P&gt;           wa_fieldcat-no_out = '  '.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;       modify i_fieldcat from wa_fieldcat transportinig no_out.&lt;/P&gt;&lt;P&gt;      clear wa_fieldcat.&lt;/P&gt;&lt;P&gt;     ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; after then you use,&lt;/P&gt;&lt;P&gt;    CALL METHOD alv_grid-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2009 11:33:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-28T11:33:03Z</dc:date>
    <item>
      <title>Internal table display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096170#M1182778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everyone !&lt;/P&gt;&lt;P&gt;When i use ALV display data of ITAB occurs a problem !&lt;/P&gt;&lt;P&gt;My ITAB hava hundred field. but only displayed 90 field.&lt;/P&gt;&lt;P&gt;Please help me !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Advanced !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 04:28:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096170#M1182778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T04:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096171#M1182779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;create fieldcatalog for 100 fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 04:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096171#M1182779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T04:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096172#M1182780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No way! No way! No way! No way! No way!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 06:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096172#M1182780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T06:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096173#M1182781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;then how are you getting output for 90 fields.&lt;/P&gt;&lt;P&gt;is it coming without creating fieldcatalog?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 06:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096173#M1182781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T06:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096174#M1182782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=21509342&amp;amp;messageID=6504967" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=21509342&amp;amp;messageID=6504967&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Just see whether this thread could help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 06:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096174#M1182782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T06:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096175#M1182783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dispalyed the fields in the output doesn't depend on the fields present in the internal table..&lt;/P&gt;&lt;P&gt;it come from the structure you are passing to ur function module to create an alv or ur class method..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so your structure might be having only 90 fields that u are seeing in the display...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is way to enhance your field catalogue....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;merging the new 10 fields and old 90 that this with you in a structure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          i_structure_name = 'SFLIGHT&lt;/P&gt;&lt;P&gt;        CHANGING&lt;/P&gt;&lt;P&gt;          ct_fieldcat      = lt_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   DESCRIBE TABLE lt_fieldcat LINES lv_fieldcat_rows.&lt;/P&gt;&lt;P&gt;      ls_fieldcat-col_pos   = ( lv_fieldcat_rows + 1 ).&lt;/P&gt;&lt;P&gt;      ls_fieldcat-fieldname = text-l14.&lt;/P&gt;&lt;P&gt;      ls_fieldcat-seltext_l = text-l07.&lt;/P&gt;&lt;P&gt;      ls_fieldcat-seltext_m = text-l06.&lt;/P&gt;&lt;P&gt;      ls_fieldcat-seltext_s = text-l06.&lt;/P&gt;&lt;P&gt;      ls_fieldcat-datatype  = 'CHAR'.&lt;/P&gt;&lt;P&gt;      ls_fieldcat-ref_tabname = 'KOMWBHK_LIST_DISPLAY'.&lt;/P&gt;&lt;P&gt;      APPEND ls_fieldcat TO lt_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CLEAR: ls_fieldcat.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'        "TC List&lt;/P&gt;&lt;P&gt;          EXPORTING  i_callback_program       = g_my_name_is&lt;/P&gt;&lt;P&gt;                     i_callback_pf_status_set = 'PF_STATUS_SET'&lt;/P&gt;&lt;P&gt;                     i_callback_user_command  = 'USER_COMMAND_TC'&lt;/P&gt;&lt;P&gt;                     it_fieldcat              = lt_fieldcat&lt;/P&gt;&lt;P&gt;                     is_layout                = l_layout&lt;/P&gt;&lt;P&gt;                     i_save                   = yes&lt;/P&gt;&lt;P&gt;                     is_variant               = p_gs_disvariant&lt;/P&gt;&lt;P&gt;          TABLES     t_outtab                 = pt_komwbhk_list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 10:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096175#M1182783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T10:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096176#M1182784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have u defined a default layout for your report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 11:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096176#M1182784</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-01-28T11:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096177#M1182785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify u r itab with Occurs 1 or 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it ma ysolve problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I willsuggest you dont use occurs statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 11:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096177#M1182785</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-01-28T11:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096178#M1182786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi try this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZALV_TEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: it_mara type table of mara,&lt;/P&gt;&lt;P&gt;g_table type ref to cl_salv_table,&lt;/P&gt;&lt;P&gt;g_functions type ref to cl_salv_functions,&lt;/P&gt;&lt;P&gt;g_display type ref to cl_salv_display_settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;Select * into table it_mara from mara up to 10 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cl_salv_table=&amp;gt;factory( importing r_salv_table = g_table changing&lt;/P&gt;&lt;P&gt;t_table = it_mara ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_functions = g_table-&amp;gt;get_functions( ).&lt;/P&gt;&lt;P&gt;g_functions-&amp;gt;set_all( abap_true ).&lt;/P&gt;&lt;P&gt;g_table-&amp;gt;display( ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 11:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096178#M1182786</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2009-01-28T11:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096179#M1182787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Printing more than 90 fields in alv use &lt;STRONG&gt;NO_OUT&lt;/STRONG&gt; of fieldcat field, if it is having value is 'X',then it will not display the field, so you need to modify fieldcat internal table by assigning &lt;STRONG&gt;SPACE&lt;/STRONG&gt; all ways so that it will display all fields how many you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: Loop at i_fieldcat into wa_fieldcat.&lt;/P&gt;&lt;P&gt;        IF wa_fieldcat-no_out = 'X',&lt;/P&gt;&lt;P&gt;           wa_fieldcat-no_out = '  '.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;       modify i_fieldcat from wa_fieldcat transportinig no_out.&lt;/P&gt;&lt;P&gt;      clear wa_fieldcat.&lt;/P&gt;&lt;P&gt;     ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; after then you use,&lt;/P&gt;&lt;P&gt;    CALL METHOD alv_grid-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 11:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096179#M1182787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096180#M1182788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create fieldcatalogs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 11:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096180#M1182788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T11:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table display problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096181#M1182789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 00:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-display-problem/m-p/5096181#M1182789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T00:33:59Z</dc:date>
    </item>
  </channel>
</rss>

