<?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 HRFORMs to PDF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-to-pdf/m-p/2016581#M412122</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;Any idea how to use function module HRFORMS_CALL_PDF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sheetal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2007 10:19:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-27T10:19:16Z</dc:date>
    <item>
      <title>HRFORMs to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-to-pdf/m-p/2016581#M412122</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;Any idea how to use function module HRFORMS_CALL_PDF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sheetal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 10:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-to-pdf/m-p/2016581#M412122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T10:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: HRFORMs to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-to-pdf/m-p/2016582#M412123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FU HRFORMS_CALL_PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ____________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     HR Forms: Print Form&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;     Returns the specified forms in PDF format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     You can print a single instance FORM_OBJECT or several instances&lt;/P&gt;&lt;P&gt;     FORM_OBJECT_LIST.&lt;/P&gt;&lt;P&gt; Form Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The FORM_OBJECT instance of the CL_HRFORM_HRF02 class is created in the&lt;/P&gt;&lt;P&gt;     HRFORMS_CALL_INIT function module and filled with data in&lt;/P&gt;&lt;P&gt;     HRFORMS_CALL_PERNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Form Objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The FORM_OBJECT_LIST instances of the CL_HRFORM_HRF02 class are created&lt;/P&gt;&lt;P&gt;     in the HRFORMS_CALL_INIT function module and filled with data in&lt;/P&gt;&lt;P&gt;     HRFORMS_CALL_PERNR.&lt;/P&gt;&lt;P&gt; Purpose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The HRFORMS_CALL function group is used to access HR forms from other&lt;/P&gt;&lt;P&gt;     transactions, such as the payroll log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Integration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The function modules are designed so that you do not need to use any&lt;/P&gt;&lt;P&gt;     objects in your application that are assigned to the PAOC_PAY_HRFORMS&lt;/P&gt;&lt;P&gt;     package other than these modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     If you work in an internal SAP system, note that this package is part&lt;/P&gt;&lt;P&gt;     an add-on which means it does not automatically exist in all developme&lt;/P&gt;&lt;P&gt;     systems. Do not access the modules directly in these systems. Instead,&lt;/P&gt;&lt;P&gt;     you must first check that the modules are available in the system in&lt;/P&gt;&lt;P&gt;     question, and then access them dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Access the modules in the following order:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   If necessary, HRFORMS_CALL_F4 as input help for the name of the HR&lt;/P&gt;&lt;P&gt;         form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   HRFORMS_CALL_EXIST as an existence check for the form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   HRFORMS_CALL_INIT to create an instance of the form object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   HRFORMS_CALL_PERNR to insert an employee's data in a form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   If necessary, HRFORMS_CALL_PRINT to print the form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   If necessary, HRFORMS_CALL_DISPLAY to display the form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   If necessary, HRFORMS_CALL_PDF to read the form as a PDF file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   If necessary, HRFORMS_CALL_MESSAGES to read statistics or error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   o   If necessary, HRFORMS_CALL_PDF to read the form as a PDF file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   o   If necessary, HRFORMS_CALL_MESSAGES to read statistics or error&lt;/P&gt;&lt;P&gt;       messages from form processing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 10:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-to-pdf/m-p/2016582#M412123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T10:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: HRFORMs to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-to-pdf/m-p/2016583#M412124</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;Still I am not getting how to actually use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I get a peice of code where it has been used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sheetal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 10:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-to-pdf/m-p/2016583#M412124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T10:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: HRFORMs to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-to-pdf/m-p/2016584#M412125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Altough you question is rather old i will try to answer it for others information. The sequence of FM is this :&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'HRFORMS_CALL_EXIST'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;EXPORTING&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; formname&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;ld_hrform&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'HRFORMS_CALL_INIT'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;(...)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;IMPORTING&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; form_object &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lo_hrform&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'HRFORMS_CALL_PERNR'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;SPAN class="L0S52"&gt;EXPORTING&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; form_object&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lo_hrform&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'HRFORMS_CALL_PDF'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; form_object = lo_hrform&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 12:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-to-pdf/m-p/2016584#M412125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-05T12:35:38Z</dc:date>
    </item>
  </channel>
</rss>

