<?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: functin modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532303#M574322</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;&amp;lt;b&amp;gt;CHANGEDOCUMENT_READ_HEADERS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module determines change document numbers with the respective header information for an object class. The determination can be limited by specifying various parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CHANGEDOCUMENT_READ_POSITIONS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module reads change document items and processes both the old and the new values according to their category. In some cases, the units and currencies are added on to the value fields. Additionally, the corresponding table header is determined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REUSE_ALV_FIELDCATALOG_MERGE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It create field catalog from dictionary structure or internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It supports the creation of the field catalog for the ALV function modules based either on a structure or table defined in the ABAP Data Dictionary, or a program-internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program-internal table must either be in a TOP Include or its Include must be specified explicitly in the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variant based on a program-internal table should only be used for rapid prototyping since the following restrictions apply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance is affected since the code of the table definition must always be read and interpreted at runtime.&lt;/P&gt;&lt;P&gt;Dictionary references are only considered if the keywords LIKE or INCLUDE STRUCTURE (not TYPE) are used.&lt;/P&gt;&lt;P&gt;If the field catalog contains more than 90 fields, the first 90 fields are output in the list by default whereas the remaining fields are only available in the field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field catalog is passed with values, they are merged with the 'automatically' found information.&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;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2007 08:46:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-20T08:46:52Z</dc:date>
    <item>
      <title>functin modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532298#M574317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the use of function modules;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changedocument_Read_Headers.&lt;/P&gt;&lt;P&gt;Changedocument_Read_Positions.&lt;/P&gt;&lt;P&gt;Reuse_Alv_Fieldcatalog_Merge&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 08:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532298#M574317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T08:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: functin modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532299#M574318</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;&amp;lt;b&amp;gt;Changedocument_Read_Headers :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From FM Documentation,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change document: Read change document header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preliminary comment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module has been released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The documentation is being revised so that it conforms to the requirements for released function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module determines change document numbers with the respective header information for an object class. The determination can be limited by specifying various parameters (see interface description).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The change documents are read from the database (default) or from an archive depending on the ARCHIV_HANDLE parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the parameter LOCAL_TIME you can also specify whether the local time and date (referring to the time zone) or a system time and date (default) are transferred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example call:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: OBJEKT   LIKE CDHDR-OBJECTCLAS,&lt;/P&gt;&lt;P&gt;      OBJEKTID LIKE CDHDR-OBJECTID,&lt;/P&gt;&lt;P&gt;      AENDERER LIKE CDHDR-USERNAME,&lt;/P&gt;&lt;P&gt;      DATUM    LIKE CDHDR-UDATE,&lt;/P&gt;&lt;P&gt;      ZEIT     LIKE CDHDR-UTIME,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ICDHDR OCCURS 50.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE CDHDR.&lt;/P&gt;&lt;P&gt;DATA: END OF ICDHDR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS'&lt;/P&gt;&lt;P&gt;                 EXPORTING  OBJECTCLASS        = OBJEKT&lt;/P&gt;&lt;P&gt;                              OBJECTID           = OBJEKTID&lt;/P&gt;&lt;P&gt;                             USERNAME           = AENDERER&lt;/P&gt;&lt;P&gt;                             TIME_OF_CHANGE     = ZEIT&lt;/P&gt;&lt;P&gt;                             DATE_OF_CHANGE     = DATUM&lt;/P&gt;&lt;P&gt;                 TABLES     I_CDHDR            = ICDHDR&lt;/P&gt;&lt;P&gt;                 EXCEPTIONS ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Changedocument_Read_Positions.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change document: Read change document items&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Preliminary comment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module has been released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The documentation is being revised so that it conforms to the requirements for released function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module reads change document items and processes both the old and the new values according to their category. In some cases, the units and currencies are added on to the value fields. Additionally, the corresponding table header is determined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The change document number is required as a minimum entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program RSSCD100 uses this function module and can be regarded as a possible application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reuse_Alv_Fieldcatalog_Merge :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create field catalog from dictionary structure or internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;Supports the creation of the field catalog for the ALV function modules based either on a structure or table defined in the ABAP Data Dictionary, or a program-internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program-internal table must either be in a TOP Include or its Include must be specified explicitly in the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variant based on a program-internal table should only be used for rapid prototyping since the following restrictions apply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance is affected since the code of the table definition must always be read and interpreted at runtime.&lt;/P&gt;&lt;P&gt;Dictionary references are only considered if the keywords LIKE or INCLUDE STRUCTURE (not TYPE) are used.&lt;/P&gt;&lt;P&gt;If the field catalog contains more than 90 fields, the first 90 fields are output in the list by default whereas the remaining fields are only available in the field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field catalog is passed with values, they are merged with the 'automatically' found information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;REWARD POINTS IF HELPFUL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 08:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532299#M574318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T08:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: functin modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532300#M574319</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;- Changedocument_Read_Headers.&lt;/P&gt;&lt;P&gt;  Changedocument_Read_Positions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are to get the change documents (header and items data) and so to read the table CHDR and CDPOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Reuse_Alv_Fieldcatalog_Merge : to fill the catalog table (fieldcat) in order to the definition of the output table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 08:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532300#M574319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T08:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: functin modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532301#M574320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanuj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first twoo FM are related to the change documents and to get the data from table CDHDR and CDPOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The third one is to display header in the  ALV output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 08:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532301#M574320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T08:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: functin modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532302#M574321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for documentation on any function module just login to &amp;lt;b&amp;gt;www.se37.com&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt; eneter you FM name and know it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 08:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532302#M574321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T08:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: functin modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532303#M574322</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;&amp;lt;b&amp;gt;CHANGEDOCUMENT_READ_HEADERS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module determines change document numbers with the respective header information for an object class. The determination can be limited by specifying various parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CHANGEDOCUMENT_READ_POSITIONS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module reads change document items and processes both the old and the new values according to their category. In some cases, the units and currencies are added on to the value fields. Additionally, the corresponding table header is determined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REUSE_ALV_FIELDCATALOG_MERGE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It create field catalog from dictionary structure or internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It supports the creation of the field catalog for the ALV function modules based either on a structure or table defined in the ABAP Data Dictionary, or a program-internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program-internal table must either be in a TOP Include or its Include must be specified explicitly in the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variant based on a program-internal table should only be used for rapid prototyping since the following restrictions apply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance is affected since the code of the table definition must always be read and interpreted at runtime.&lt;/P&gt;&lt;P&gt;Dictionary references are only considered if the keywords LIKE or INCLUDE STRUCTURE (not TYPE) are used.&lt;/P&gt;&lt;P&gt;If the field catalog contains more than 90 fields, the first 90 fields are output in the list by default whereas the remaining fields are only available in the field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field catalog is passed with values, they are merged with the 'automatically' found information.&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;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 08:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532303#M574322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T08:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: functin modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532304#M574323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reuse_Alv_Fieldcatalog_Merge&amp;lt;/b&amp;gt;  : is used to create field catalog autometically in a ALV display. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Supports the creation of the field catalog for the ALV function modules&lt;/P&gt;&lt;P&gt; based either on a structure or table defined in the ABAP Data&lt;/P&gt;&lt;P&gt; Dictionary, or a program-internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The program-internal table must either be in a TOP Include or its&lt;/P&gt;&lt;P&gt; Include must be specified explicitly in the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The variant based on a program-internal table should only be used for&lt;/P&gt;&lt;P&gt; rapid prototyping since the following restrictions apply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   Performance is affected since the code of the table definition must&lt;/P&gt;&lt;P&gt;     always be read and interpreted at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   Dictionary references are only considered if the keywords LIKE or&lt;/P&gt;&lt;P&gt;     INCLUDE STRUCTURE (not TYPE) are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If the field catalog contains more than 90 fields, the first 90 fields&lt;/P&gt;&lt;P&gt; are output in the list by default whereas the remaining fields are only&lt;/P&gt;&lt;P&gt; available in the field selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If the field catalog is passed with values, they are merged with the&lt;/P&gt;&lt;P&gt; 'automatically' found information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Changedocument_Read_Headers&amp;lt;/b&amp;gt; : &lt;/P&gt;&lt;P&gt;The function module determines change document numbers with the&lt;/P&gt;&lt;P&gt;respective header information for an object class. The determination can&lt;/P&gt;&lt;P&gt;be limited by specifying various parameters (see interface description).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The change documents are read from the database (default) or from an&lt;/P&gt;&lt;P&gt;archive depending on the ARCHIV_HANDLE parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the parameter LOCAL_TIME you can also specify whether the local&lt;/P&gt;&lt;P&gt;time and date (referring to the time zone) or a system time and date&lt;/P&gt;&lt;P&gt;(default) are transferred.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Changedocument_Read_Positions&amp;lt;/b&amp;gt; : The function module reads change document items and processes both th&lt;/P&gt;&lt;P&gt;old and the new values according to their category. In some cases, th&lt;/P&gt;&lt;P&gt;units and currencies are added on to the value fields. Additionally,&lt;/P&gt;&lt;P&gt;corresponding table header is determined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The change document number is required as a minimum entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program RSSCD100 uses this function module and can be regarded as&lt;/P&gt;&lt;P&gt;possible application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 08:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532304#M574323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T08:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: functin modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532305#M574324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could I get some more solutions for my question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 09:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functin-modules/m-p/2532305#M574324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T09:24:27Z</dc:date>
    </item>
  </channel>
</rss>

