<?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: function group enhancement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-enhancement/m-p/2669697#M616313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use enhancement object HRHAP_UI_DOCUMENT_REPORT.&lt;/P&gt;&lt;P&gt;The enhancement ends up in Include LHRHAP_UI_DOCUMENT_REPORTF06 in perform LHRHAP_UI_DOCUMENT_REPORTF06.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find that when PHAP_SEARCH_PA is ran with no layout variant it will execute a field merge and get proper column headings while entering a layout variant uses the structure HAP_S_DOCUMENTS and contructs the field catalog.  This is less than perfect as the column headings are dependent on how fields of the structure were defined.  Even some of the standard structure fields will have columns headings that are either meaningless or redundant.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is not another place to enhance where you can have a layout variant and get a field catalog built well,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2011 01:00:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-01T01:00:11Z</dc:date>
    <item>
      <title>function group enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-enhancement/m-p/2669694#M616310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to add new columns to the output of a standard report i copied the related function group (HRHAP_UI_DOCUMENT_REPORT namely) to a local function group. The main program is a function pool so i can't call it directly. how can i find the mechanism that calls this program? the standard report is called through transaction PHAP_SEARCH_PA (a PA appraisals report) and the called program is something else. I can't find how the function module is triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 05:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-enhancement/m-p/2669694#M616310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T05:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: function group enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-enhancement/m-p/2669695#M616311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Transaction PHAP_SEARCH_PA calls the report program RHHAP_APP_DOCUMENT_SEARCH_PA which internally calls the Function modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HRHAP_PA_ADD_ON_APPLICATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HRHAP_SHOW_DOCUMENT_SEARCH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy this report and replace these function module calls with the Function module calls of your New Z Function modules which you have modified as per your need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 06:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-enhancement/m-p/2669695#M616311</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-14T06:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: function group enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-enhancement/m-p/2669696#M616312</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;Thx for the answer. I already copied these functions. Especially HRHAP_SHOW_DOCUMENT_SEARCH goes very deep by calling other function modules. I don't know where exactly the fill-in of output list is done. There is a BADI cobject call somewhere, i think i have to find that.&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;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 06:45:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-enhancement/m-p/2669696#M616312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T06:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: function group enhancement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-enhancement/m-p/2669697#M616313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use enhancement object HRHAP_UI_DOCUMENT_REPORT.&lt;/P&gt;&lt;P&gt;The enhancement ends up in Include LHRHAP_UI_DOCUMENT_REPORTF06 in perform LHRHAP_UI_DOCUMENT_REPORTF06.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find that when PHAP_SEARCH_PA is ran with no layout variant it will execute a field merge and get proper column headings while entering a layout variant uses the structure HAP_S_DOCUMENTS and contructs the field catalog.  This is less than perfect as the column headings are dependent on how fields of the structure were defined.  Even some of the standard structure fields will have columns headings that are either meaningless or redundant.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is not another place to enhance where you can have a layout variant and get a field catalog built well,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 01:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-group-enhancement/m-p/2669697#M616313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-01T01:00:11Z</dc:date>
    </item>
  </channel>
</rss>

