<?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: Regarding change document generation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560248#M1659026</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 the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the issue with the include LCSVBF30 only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;What I feel is if you are adding a table to a standard class then you must also change the code yourself and SAP is not changing the where used list of the update function calls.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please eloborate this?  Which code you are pointing to? I am not aware as I am doing this for first time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 08:36:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-16T08:36:49Z</dc:date>
    <item>
      <title>Regarding change document generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560246#M1659024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In t-code SCDO, for one object class STUE_V I have added one new table MAST and generated the same.  But while I execute my t-code CS01, the same is not appearing in exporting parameters in the standard program where it is calling my generated fucntion module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence it is giving dump.  This is part of BOMMAT idoc change pointer creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone shed some light on this as I am really stuck here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 14:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560246#M1659024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-15T14:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding change document generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560247#M1659025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Have you tried generating after adding the table in the class ? This is more a generation issue. Might be the include LCSVBF30 has not got properly generated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I feel is if you are adding a table to a standard class then you must also change the code yourself and SAP is not changing the where used list of the update function calls. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scribd.com/doc/12627676/Logging-Using-Change-Document" target="test_blank"&gt;http://www.scribd.com/doc/12627676/Logging-Using-Change-Document&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/2a/fa015b493111d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/2a/fa015b493111d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Change+Document" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Change+Document&lt;/A&gt;&lt;/P&gt;&lt;P&gt;note - 0000391833  -  No change documents for object dependencies change &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>Wed, 15 Feb 2012 23:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560247#M1659025</guid>
      <dc:creator>vijaymanikandan</dc:creator>
      <dc:date>2012-02-15T23:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding change document generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560248#M1659026</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 the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the issue with the include LCSVBF30 only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;What I feel is if you are adding a table to a standard class then you must also change the code yourself and SAP is not changing the where used list of the update function calls.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please eloborate this?  Which code you are pointing to? I am not aware as I am doing this for first time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 08:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560248#M1659026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-16T08:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding change document generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560249#M1659027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;When we add a new object in SCDO the FM related to this update FM is updated / Generated. You can check the Generation Information and see the programs that get changed. This is not updating the where used list of the objects and mainly the update function module which in this case is basically the include LCSVBF30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this include we have to write the code for the new object MAST. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example you have to change the parameters of the function module 'STUE_V_WRITE_DOCUMENT' in the include LCSVBF30 including the new parameters for MAST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this will be a standard modification which I personally will not recommend. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you can create a new Class object in SCDO for MAST or use STUE which has MAST in it if it satisfies your purpose. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 08:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560249#M1659027</guid>
      <dc:creator>vijaymanikandan</dc:creator>
      <dc:date>2012-02-16T08:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding change document generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560250#M1659028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Configurations in SCDO was correct.  Just missed to do the settings in BD64.  After doing settings in BD64, IDOCS for BOMMAT are generating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 07:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560250#M1659028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-22T07:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding change document generation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560251#M1659029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Did this solve the dump / update termination that you were getting ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 07:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-change-document-generation/m-p/8560251#M1659029</guid>
      <dc:creator>vijaymanikandan</dc:creator>
      <dc:date>2012-02-22T07:29:36Z</dc:date>
    </item>
  </channel>
</rss>

