<?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: RFITEMGL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386050#M1043151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check for structure RFPOSXEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please the following the piece of code in program RFITEMGL where in which fieldcatalog get created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
call function 'REUSE_ALV_FIELDCATALOG_MERGE'
    exporting
      i_buffer_active        = 'X'
      i_program_name         = g_repid
      i_structure_name       = 'RFPOSXEXT'
    changing
      ct_fieldcat            = it_max_fieldcat
    exceptions
      inconsistent_interface = 1
      program_error          = 2
      others                 = 3.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Aug 2008 14:35:50 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-08-21T14:35:50Z</dc:date>
    <item>
      <title>RFITEMGL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386049#M1043150</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;i am searching for the fieldcatalog of this standard report. The output in standard gives for example the BELNR.&lt;/P&gt;&lt;P&gt;The fieldcatalog while debugging shows me these FIELDNAMES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYM_AUGP&lt;/P&gt;&lt;P&gt;ICO_AUGP&lt;/P&gt;&lt;P&gt;ICO_DUE&lt;/P&gt;&lt;P&gt;ICO_DUE1&lt;/P&gt;&lt;P&gt;ACTIV&lt;/P&gt;&lt;P&gt;STAKZ&lt;/P&gt;&lt;P&gt;XAUGP&lt;/P&gt;&lt;P&gt;COLOR&lt;/P&gt;&lt;P&gt;XZAHL&lt;/P&gt;&lt;P&gt;LONGNUM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which doesn't belong to the valuefields. &lt;/P&gt;&lt;P&gt;Where can i get the value of fields which were shown in the output.&lt;/P&gt;&lt;P&gt;I want to write a Z-Programm where RFITEMGL is the base, so i want to to output the schown values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 14:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386049#M1043150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-21T14:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: RFITEMGL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386050#M1043151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check for structure RFPOSXEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please the following the piece of code in program RFITEMGL where in which fieldcatalog get created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
call function 'REUSE_ALV_FIELDCATALOG_MERGE'
    exporting
      i_buffer_active        = 'X'
      i_program_name         = g_repid
      i_structure_name       = 'RFPOSXEXT'
    changing
      ct_fieldcat            = it_max_fieldcat
    exceptions
      inconsistent_interface = 1
      program_error          = 2
      others                 = 3.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 14:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386050#M1043151</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-08-21T14:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: RFITEMGL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386051#M1043152</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;thats true. This happens in "Form GET_INITIAL_FIELDCAT", but then i have 170 fields but the report at its end shows only 12 fields. Where is the decision to show onlxy few fields of RFPOSXEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to output the values in csv in dependency of the layout. I it is not wished to put out all fields of the structure RFPOSXEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 14:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386051#M1043152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-21T14:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: RFITEMGL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386052#M1043153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check you DEFAULT variant defined for that report. may be it is gets filtered in the DEFAULT variant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2008 15:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386052#M1043153</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-08-21T15:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: RFITEMGL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386053#M1043154</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;i checked another variant, but can't find a filter for fields of the structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 06:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386053#M1043154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T06:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: RFITEMGL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386054#M1043155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this solution : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'LT_FC_LOAD' &lt;/P&gt;&lt;P&gt;EXPORTING &lt;/P&gt;&lt;P&gt;is_variant = ws_variant1 &lt;/P&gt;&lt;P&gt;i_tabname = 'WT_ZSD_DEALS' &lt;/P&gt;&lt;P&gt;IMPORTING &lt;/P&gt;&lt;P&gt;et_fieldcat = wlt_fieldcat[] &lt;/P&gt;&lt;P&gt;CHANGING &lt;/P&gt;&lt;P&gt;cs_layout = wls_layout &lt;/P&gt;&lt;P&gt;ct_default_fieldcat = wlt_def_fieldcat[] &lt;/P&gt;&lt;P&gt;EXCEPTIONS &lt;/P&gt;&lt;P&gt;fc_not_complete = 1 &lt;/P&gt;&lt;P&gt;OTHERS = 2. &lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0. &lt;/P&gt;&lt;P&gt;EXIT. &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE wlt_fieldcat WHERE no_out = 'X'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With : &lt;/P&gt;&lt;P&gt;wls_layout : can be initial &lt;/P&gt;&lt;P&gt;wlt_def_fieldcat : field catalog (warning : the format is different than the result of REUSE_ALV_FIELDCATALOG_MERGE) &lt;/P&gt;&lt;P&gt;ws_variant1 contains the program name and the layout variant name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help somebody.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2008 09:30:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfitemgl/m-p/4386054#M1043155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-22T09:30:24Z</dc:date>
    </item>
  </channel>
</rss>

