<?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: Data element changes does not take affect in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-changes-does-not-take-affect/m-p/4482644#M1061256</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 believe you are using the function module to get the field catalog for the DDIC structure..pass by passing buffer 'X' ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should get the current dataelement changes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2008 20:23:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-09T20:23:08Z</dc:date>
    <item>
      <title>Data element changes does not take affect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-changes-does-not-take-affect/m-p/4482643#M1061255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;I've been facing this problem for a while.&lt;/P&gt;&lt;P&gt;I have an alv , the table underneath it comes from a zstructure, now , whenever I change a data element of this structure, the change does not reflect automatically in the alv, I always have to delete the data element and create it again. In the debug for example it shows lenght 14 char, but when it displays on the alv it shows the same old numc. (old data type that I changed).&lt;/P&gt;&lt;P&gt;Can anyone throw some light?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 20:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-changes-does-not-take-affect/m-p/4482643#M1061255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T20:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data element changes does not take affect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-changes-does-not-take-affect/m-p/4482644#M1061256</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 believe you are using the function module to get the field catalog for the DDIC structure..pass by passing buffer 'X' ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should get the current dataelement changes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 20:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-changes-does-not-take-affect/m-p/4482644#M1061256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T20:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data element changes does not take affect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-changes-does-not-take-affect/m-p/4482645#M1061257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you defining the Output Length in your Field Catalog and does it match the Length defined in your Struture?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 20:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-changes-does-not-take-affect/m-p/4482645#M1061257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T20:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data element changes does not take affect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-changes-does-not-take-affect/m-p/4482646#M1061258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren&lt;/P&gt;&lt;P&gt;ur answer forced me to think in the right direction &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Although, dd03l does not have a buffering maintaned, the problem was that i wasnt bypassing the buffer while calling the method set_table_for_first_display. &lt;/P&gt;&lt;P&gt;I did&lt;/P&gt;&lt;P&gt;      I_BYPASSING_BUFFER            = 'X'&lt;/P&gt;&lt;P&gt;and got the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 21:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-changes-does-not-take-affect/m-p/4482646#M1061258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T21:20:29Z</dc:date>
    </item>
  </channel>
</rss>

