<?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: Change internal table without header forbidden??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265586#M148984</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;That BADI is not good to do that and the class CL_EX_BOM_UPDATE is the class used to define the interface the BADI (so I suppose it isn't good too).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You try to find another BADI (check whith &lt;STRONG&gt;BOM&lt;/STRONG&gt;), but I don't think you can find something to modify that value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should try to force the updating by the famous trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(PROGRAN NAME)&amp;lt;VARIABLE&amp;gt; = ...... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Apr 2006 14:33:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-03T14:33:53Z</dc:date>
    <item>
      <title>Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265577#M148975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I need to check/change some values of components of a BOM while saving the bom. I could not find a suitable user exit for this but I found the BADI BOM_UPDATE with the method "change_at_save". As a parameter I found delta_stpob which contains 2 rows for each component. One with the original values and one with the new values. But I'm not able the change the values inside this table to full fill my needs. I have tried the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHOD if_ex_bom_update~change_at_save.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA wa TYPE stpob.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  LOOP AT delta_stpob INTO wa.&lt;/P&gt;&lt;P&gt;    wa-menge = 2.&lt;/P&gt;&lt;P&gt;    MODIFY delta_stpob FROM wa.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMETHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I get the message "THE FIELD DELTA_STPOB CANNOT BE CHANGED"!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, how can I change the values inside this table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265577#M148975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T13:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265578#M148976</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;check this Sample implementation of the BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CL_EX_BOM_UPDATE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265578#M148976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T13:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265579#M148977</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;That parameter is defined as import parameter in the interface of method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:25:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265579#M148977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T13:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265580#M148978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Thanks for your answer, but where can I check what sample code? What are the steps to get there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265580#M148978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T13:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265581#M148979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Does this mean that I cannot change these values? If not, is there an additional way to change the component values while saving a bom?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265581#M148979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T13:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265582#M148980</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;you can do check in SE24 &amp;lt;b&amp;gt;CL_EX_BOM_UPDATE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265582#M148980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T13:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265583#M148981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but WHAT can I check there?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 13:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265583#M148981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T13:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265584#M148982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Konrad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; As a parameter I found delta_stpob which contains 2 rows for each component. One with the original values and one with the new values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you loop at delta_stpob, how are you identifying the new value? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 14:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265584#M148982</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-04-03T14:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265585#M148983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I have tried it with one component and the first line in the table was the original one and the second line was the line with the new values. I haven't done any more test because I need to change some values every time doesn't matter what the user has entered interactivly. So in my case I can set all table lines with my new values without check which one is the new one. But I guess it is always like "old value first line, new value second line" for each component...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I need to change the CADPO flag and set it to X for each component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 14:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265585#M148983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T14:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265586#M148984</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;That BADI is not good to do that and the class CL_EX_BOM_UPDATE is the class used to define the interface the BADI (so I suppose it isn't good too).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You try to find another BADI (check whith &lt;STRONG&gt;BOM&lt;/STRONG&gt;), but I don't think you can find something to modify that value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should try to force the updating by the famous trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(PROGRAN NAME)&amp;lt;VARIABLE&amp;gt; = ...... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 14:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265586#M148984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T14:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265587#M148985</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;Can you please tell me more about the "famous trick"!&lt;/P&gt;&lt;P&gt;I need this very urgent, so what does "(PROGRAN NAME)&amp;lt;VARIABLE&amp;gt; = ......" mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change the CADPO flag to 'X' for each component of a BOM while saving it within CS02?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 14:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265587#M148985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T14:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265588#M148986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Konrad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you identify the variable ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;FS_ANY&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN (PROGRAM)VARIABLE TO &amp;lt;FS_ANY&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;FS_ANY&amp;gt; = 'New Value'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will change the variable value in the standard program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Apr 2006 16:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265588#M148986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-03T16:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265589#M148987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;This sounds very interesting but I need more help from you. How do I use it in my case. I need to change the CAD Indicator for each position while savind a BOM in CS01/CS02. This flag is disabled in the GUI so you cannot change it there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the values I can find:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program: SAPLCSDI&lt;/P&gt;&lt;P&gt;Structure: RC29P&lt;/P&gt;&lt;P&gt;Field: CADPO&lt;/P&gt;&lt;P&gt;Dynpro-Field: RC29P-CADPO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do I have to use them and where do I have to put this code (in the above mentioned BADI??)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 06:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265589#M148987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T06:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265590#M148988</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;Try doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign (SAPLCSDI)RC29P-CADPO to &amp;lt;fs_any&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;fs_any&amp;gt; = 'Value'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 07:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265590#M148988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T07:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265591#M148989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;FS_ANY&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;Assign (SAPLCSDI)RC29P-CADPO to &amp;lt;FS_ANY&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;FS_ANY&amp;gt; = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the BADI BOM_UPDATE (method: CHANGE_AT_SAVE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After "(SAPLCSDI)", there must be a space or equivalent character (":",",",".").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 07:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265591#M148989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T07:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265592#M148990</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;FIELD-SYMBOLS : &amp;lt;FS_ANY&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;DATA: FIELDNAME(30) VALUE (SAPLCSDI)RC29P-CADPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign (FIELDNAME) to &amp;lt;FS_ANY&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;FS_ANY&amp;gt; = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 08:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265592#M148990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T08:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265593#M148991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this code in the BADI BOM_UPDATE-CHANGE_AT_SAVE I get the same error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After "(SAPLCSDI)", there must be a space or equivalent character (":",",",".").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I have to change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 08:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265593#M148991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T08:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265594#M148992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Konard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change as follows &lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;FS_ANY&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;DATA: FIELDNAME(30) VALUE '(SAPLCSDI)RC29P-CADPO'.&amp;lt;-changed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign (FIELDNAME) to &amp;lt;FS_ANY&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;FS_ANY&amp;gt; = 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 08:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265594#M148992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T08:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265595#M148993</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;excuse me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;FS_ANY&amp;gt; TYPE ANY.&lt;/P&gt;&lt;P&gt;DATA: FIELDNAME(30) VALUE '(SAPLCSDI)RC29P-CADPO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign (FIELDNAME) to &amp;lt;FS_ANY&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;FS_ANY&amp;gt; = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 08:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265595#M148993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T08:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change internal table without header forbidden???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265596#M148994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice try, but the result is a short dump because of trying to change a read-only value ;-). This field is not changeable in the gui so it is not changeable with this code as well. I guess I need to change it after the save process directly in the db. The only problem is how trigger this action!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions for this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Konrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 08:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-internal-table-without-header-forbidden/m-p/1265596#M148994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T08:33:29Z</dc:date>
    </item>
  </channel>
</rss>

