<?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: hrforms syntax error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547397#M248756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vaishali,&lt;/P&gt;&lt;P&gt;Following selection screen parameters are not generated in my driver programe &amp;lt;b&amp;gt;/1PYXXFO/ZSVS_TSET_1_PRNT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;PARAMETERS p_ipview TYPE inperview no-display default 'X'.&lt;/P&gt;&lt;P&gt;PARAMETERS p_addret TYPE h99_add_retroes no-display default 'X'.&lt;/P&gt;&lt;P&gt;parameters p_simce type h99_simce no-display.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These parameters are there in standard hrforms driver report.&lt;/P&gt;&lt;P&gt;I have tried to copy the standard hrforms to my z form but still these selection parameters are not getting generated and hence i am not able to genetare the form.&lt;/P&gt;&lt;P&gt;any idea.&lt;/P&gt;&lt;P&gt;I am working on ECC 5.0.Sending u the selection screen of both zforms as well as standard for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;z form selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*--------------------------------------------------------------------*
*-----------------------  selection screen --------------------------*
*--------------------------------------------------------------------*




*
SELECTION-SCREEN BEGIN OF BLOCK selother WITH FRAME TITLE text-002.
PARAMETERS:  p_nostat   TYPE hrf_nostat DEFAULT SPACE.
"display statistics y/n
PARAMETERS:  p_sfper TYPE hrf_sfper DEFAULT 'X'   USER-COMMAND sfpr
        modif id SFP.                "one form each employee y/n
PARAMETERS:  p_tooar TYPE hrf_tooar DEFAULT space USER-COMMAND oar,
                                     "optical archiving y/n
             p_plang TYPE hrf_plang DEFAULT space USER-COMMAND lang,
                                     "form in employee language y/n
             p_inftbe TYPE hrf_allinftrecords DEFAULT space
      modif id IBE. "only read IT records between BEGDA and ENDDA y/n
*hidden parameters for report calls from other applications
PARAMETERS:  p_popup    TYPE xfeld NO-DISPLAY DEFAULT 'X'.
"print popup switch on/off
SELECTION-SCREEN END OF BLOCK selother.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stndard form selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*--------------------------------------------------------------------*
*-----------------------  selection screen --------------------------*
*--------------------------------------------------------------------*

PARAMETERS p_ipview TYPE inperview no-display default 'X'.

PARAMETERS p_addret TYPE h99_add_retroes no-display default 'X'.

parameters p_simce type h99_simce no-display.

*
SELECTION-SCREEN BEGIN OF BLOCK selother WITH FRAME TITLE text-002.
PARAMETERS:  p_nostat   TYPE hrf_nostat DEFAULT SPACE.
"display statistics y/n
PARAMETERS:  p_sfper TYPE hrf_sfper DEFAULT 'X'   USER-COMMAND sfpr
        modif id SFP.                "one form each employee y/n
PARAMETERS:  p_tooar TYPE hrf_tooar DEFAULT space USER-COMMAND oar,
                                     "optical archiving y/n
             p_plang TYPE hrf_plang DEFAULT space USER-COMMAND lang.
"form in employee language y/n
*hidden parameters for report calls from other applications
PARAMETERS:  p_popup    TYPE xfeld NO-DISPLAY DEFAULT 'X'.
"print popup switch on/off
SELECTION-SCREEN END OF BLOCK selother.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Aug 2006 06:48:57 GMT</pubDate>
    <dc:creator>SagarSontakke</dc:creator>
    <dc:date>2006-08-18T06:48:57Z</dc:date>
    <item>
      <title>hrforms syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547395#M248754</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;i am creating payslip through transaction &amp;lt;b&amp;gt;HRFORMS&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;i have created zform and designed layout but print report is giving me syntax error and not allow to generate the forms.any idea??&lt;/P&gt;&lt;P&gt;Name of forms &amp;lt;b&amp;gt;ZSVS_TSET&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;error is &lt;/P&gt;&lt;P&gt;Generated print program contains a syntax error&lt;/P&gt;&lt;P&gt;Message no. HRFORMS011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;Generated print program &amp;lt;b&amp;gt;/1PYXXFO/ZSVS_TSET_1_PRNT&amp;lt;/b&amp;gt; contains a syntax error in line                                                   9 of include &amp;lt;b&amp;gt;/1PYXXFO/ZSVS_TSET_1_PAYR&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 11:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547395#M248754</guid>
      <dc:creator>SagarSontakke</dc:creator>
      <dc:date>2006-08-16T11:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: hrforms syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547396#M248755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go to /1PYXXFO/ZSVS_TSET_1_PRNT  in se38 and check the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 11:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547396#M248755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T11:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: hrforms syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547397#M248756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vaishali,&lt;/P&gt;&lt;P&gt;Following selection screen parameters are not generated in my driver programe &amp;lt;b&amp;gt;/1PYXXFO/ZSVS_TSET_1_PRNT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;PARAMETERS p_ipview TYPE inperview no-display default 'X'.&lt;/P&gt;&lt;P&gt;PARAMETERS p_addret TYPE h99_add_retroes no-display default 'X'.&lt;/P&gt;&lt;P&gt;parameters p_simce type h99_simce no-display.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These parameters are there in standard hrforms driver report.&lt;/P&gt;&lt;P&gt;I have tried to copy the standard hrforms to my z form but still these selection parameters are not getting generated and hence i am not able to genetare the form.&lt;/P&gt;&lt;P&gt;any idea.&lt;/P&gt;&lt;P&gt;I am working on ECC 5.0.Sending u the selection screen of both zforms as well as standard for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;z form selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*--------------------------------------------------------------------*
*-----------------------  selection screen --------------------------*
*--------------------------------------------------------------------*




*
SELECTION-SCREEN BEGIN OF BLOCK selother WITH FRAME TITLE text-002.
PARAMETERS:  p_nostat   TYPE hrf_nostat DEFAULT SPACE.
"display statistics y/n
PARAMETERS:  p_sfper TYPE hrf_sfper DEFAULT 'X'   USER-COMMAND sfpr
        modif id SFP.                "one form each employee y/n
PARAMETERS:  p_tooar TYPE hrf_tooar DEFAULT space USER-COMMAND oar,
                                     "optical archiving y/n
             p_plang TYPE hrf_plang DEFAULT space USER-COMMAND lang,
                                     "form in employee language y/n
             p_inftbe TYPE hrf_allinftrecords DEFAULT space
      modif id IBE. "only read IT records between BEGDA and ENDDA y/n
*hidden parameters for report calls from other applications
PARAMETERS:  p_popup    TYPE xfeld NO-DISPLAY DEFAULT 'X'.
"print popup switch on/off
SELECTION-SCREEN END OF BLOCK selother.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stndard form selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*--------------------------------------------------------------------*
*-----------------------  selection screen --------------------------*
*--------------------------------------------------------------------*

PARAMETERS p_ipview TYPE inperview no-display default 'X'.

PARAMETERS p_addret TYPE h99_add_retroes no-display default 'X'.

parameters p_simce type h99_simce no-display.

*
SELECTION-SCREEN BEGIN OF BLOCK selother WITH FRAME TITLE text-002.
PARAMETERS:  p_nostat   TYPE hrf_nostat DEFAULT SPACE.
"display statistics y/n
PARAMETERS:  p_sfper TYPE hrf_sfper DEFAULT 'X'   USER-COMMAND sfpr
        modif id SFP.                "one form each employee y/n
PARAMETERS:  p_tooar TYPE hrf_tooar DEFAULT space USER-COMMAND oar,
                                     "optical archiving y/n
             p_plang TYPE hrf_plang DEFAULT space USER-COMMAND lang.
"form in employee language y/n
*hidden parameters for report calls from other applications
PARAMETERS:  p_popup    TYPE xfeld NO-DISPLAY DEFAULT 'X'.
"print popup switch on/off
SELECTION-SCREEN END OF BLOCK selother.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 06:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547397#M248756</guid>
      <dc:creator>SagarSontakke</dc:creator>
      <dc:date>2006-08-18T06:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: hrforms syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547398#M248757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m trying to work with HRFORMS and I get the same problem. Please, if you have meet a solution, tell me it, because I´m absolutely lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xavi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 06:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547398#M248757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T06:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: hrforms syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547399#M248758</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;I've the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a solution with the SAP note:&lt;/P&gt;&lt;P&gt;878168 Hrforms: syntax error in print program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason and Prerequisites &lt;/P&gt;&lt;P&gt;The reason is an inconsistency between DDIC and DB, which appears with basis support patch SAPKB64011 and SAPKB70004.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution &lt;/P&gt;&lt;P&gt;You cannot fix this with an HR SP; use the database utility instead. Start transaction SE11 for view V_HRF_SELFIELDS and then go to Utilities -&amp;gt; Database Object -&amp;gt; Database Utility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is not correction instruction in tne note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Thierry Dargent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 10:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547399#M248758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T10:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: hrforms syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547400#M248759</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;I ´ve the same problem with the print program.&lt;/P&gt;&lt;P&gt;When I want to activate the HR FORM this error appear: &lt;/P&gt;&lt;P&gt;"Generated print program contains a syntax error" and I cannot activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone solve this problem, please tell me.....&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 14:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547400#M248759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T14:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: hrforms syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547401#M248760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out that the problem was in the field "Country Group". It depends on the customizing of your installation. I can only create HR Forms with the "gruop country" "01" (Germany)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;byes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 20:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547401#M248760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-01T20:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: hrforms syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547402#M248761</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;I am facing the same problem while activating the driver program. &lt;/P&gt;&lt;P&gt;Please let me know how to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have opened a new thread for this.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="274741"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 12:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-syntax-error/m-p/1547402#M248761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T12:42:18Z</dc:date>
    </item>
  </channel>
</rss>

