<?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 standard program modification - rfdepl00 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-modification-rfdepl00/m-p/6087113#M1357982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;      I have a requirement to add new columns to the standard prg and need to populate data as per the client requirement.&lt;/P&gt;&lt;P&gt;      I copied into z program and I have added columns successfully.But confused to poulate data and display.Here they are    using  ALV to display.Still not clear ,as it is standard program how to display data based on system display-.Needed small example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAISRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2009 02:05:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-15T02:05:45Z</dc:date>
    <item>
      <title>standard program modification - rfdepl00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-modification-rfdepl00/m-p/6087113#M1357982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;      I have a requirement to add new columns to the standard prg and need to populate data as per the client requirement.&lt;/P&gt;&lt;P&gt;      I copied into z program and I have added columns successfully.But confused to poulate data and display.Here they are    using  ALV to display.Still not clear ,as it is standard program how to display data based on system display-.Needed small example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAISRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 02:05:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-modification-rfdepl00/m-p/6087113#M1357982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T02:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: standard program modification - rfdepl00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-modification-rfdepl00/m-p/6087114#M1357983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai u have copied in to z&lt;/P&gt;&lt;P&gt;then search where the alv is displayed and how the field catalog is built wether it is built using a strucutre or individual fields&lt;/P&gt;&lt;P&gt;if it is built using fields then add ur new fields for catalog and fetch the data for fields and display&lt;/P&gt;&lt;P&gt;m.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 03:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-modification-rfdepl00/m-p/6087114#M1357983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T03:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: standard program modification - rfdepl00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-modification-rfdepl00/m-p/6087115#M1357984</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;After Copying the Standard to ZProgram .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You debugg the Zprogram and find the ALV where the Data is been used for output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you may Find the Internal Table or Structure Name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find That Structure and copy it to Zstructure and &lt;/P&gt;&lt;P&gt;add your need fields for that coloumn.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need to give the coloumn description of your own&lt;/P&gt;&lt;P&gt;Then set the field name toZfieldname in that structure &lt;/P&gt;&lt;P&gt;Then to give the name for that coloumn..choose the data element and field label give the name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For any clarification Please Revert Back&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Vinu.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 03:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-modification-rfdepl00/m-p/6087115#M1357984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T03:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: standard program modification - rfdepl00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-modification-rfdepl00/m-p/6087116#M1357985</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;&lt;STRONG&gt;Here is the Example :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  it_output         like zrfposxext occurs 0 with header line.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Please Note :&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here  rfposxext is the Standard Structure Name &lt;/P&gt;&lt;P&gt;Where i customized to zrfposxext to add my coloumns..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I added these Two Fileds to the Structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KNTTP	KNTTP	 CHAR	1	0	Account Assignment Category&lt;/P&gt;&lt;P&gt;VENCLASS	ZVENCLASS	 CHAR	60	0	Vendor Capex or Opex Classification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Field Label for Zvenclass is as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short            10      Vendor&lt;/P&gt;&lt;P&gt;Medium         15      Vendor Class&lt;/P&gt;&lt;P&gt;Long              25      Vendor Classification&lt;/P&gt;&lt;P&gt;Heading         20      Vendor Class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then In zprogram im passing the it_output to ALV where it contains the two coloumns data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{ call function 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;   exporting &lt;/P&gt;&lt;P&gt;     i_callback_program                 = g_repid&lt;/P&gt;&lt;P&gt;     it_fieldcat                       = wa_fieldcat[]&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;      t_outtab                          = it_output   }--&amp;gt;This is the Internal Table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinu.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 04:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-modification-rfdepl00/m-p/6087116#M1357985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T04:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: standard program modification - rfdepl00</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-modification-rfdepl00/m-p/6087117#M1357986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAIsrip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u check code then there is Include FDEPL00_SHOW. This include has  Form Module SHOW_LINE_ITEMS. This is used for displaying output. Here It is calling Form Module INIT_FIELDCAT where field cat is getting populated from structure FAGL_S_RFDEPL00_LIST1 using FM REUSE_ALV_FIELDCATALOG_MERGE. If required you have to make changes here to get your fields in desplay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information is much helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vaibhav Pendse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 11:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-program-modification-rfdepl00/m-p/6087117#M1357986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T11:16:21Z</dc:date>
    </item>
  </channel>
</rss>

