<?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: Modifying std check print program to call custom HRFORMS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365145#M180733</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;It's completely gray area ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont u try doing it using normal script and print program as the check print program may not suit the need..&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;Gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2006 05:11:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-19T05:11:30Z</dc:date>
    <item>
      <title>Modifying std check print program to call custom HRFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365138#M180726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we have requirement to call custom HRFORM form in standard check print prog RFFOUS_C.&lt;/P&gt;&lt;P&gt;For this we have done following customization.&lt;/P&gt;&lt;P&gt;	A. Copied std RFFOUS_C program to ZRFFOUS_C.&lt;/P&gt;&lt;P&gt;	B. Commented std prog code form in main program ZRFFOUS_c &lt;/P&gt;&lt;P&gt;                    PERFORM scheck. &lt;/P&gt;&lt;P&gt;           (This is the form where sap calls standard sapscript form and I doubt whether sap also generates &lt;/P&gt;&lt;P&gt;            check no in this form..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	C.  Below this line we are calling out hrforms and passing all selection paramters for hrforms in selection&lt;/P&gt;&lt;P&gt;            table &lt;/P&gt;&lt;P&gt;                       LOOP.&lt;/P&gt;&lt;P&gt;			 PERFORM call_hrforms.&lt;/P&gt;&lt;P&gt;		       ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my questions are as follow:-&lt;/P&gt;&lt;P&gt; 	A. Is it the right place to call our custom HRform..?&lt;/P&gt;&lt;P&gt;	B. If not which would be appropriate place to do ..so that form is call properly for each empoloyee..?&lt;/P&gt;&lt;P&gt;	C. With this implementation, when we are testing check print program..we are not getting proper check nos..any &lt;/P&gt;&lt;P&gt;           solution abt how to go ahead with this.&lt;/P&gt;&lt;P&gt;	D. any other solution abt how to modify this std check print process..??	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks in adv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 13:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365138#M180726</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2006-06-12T13:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying std check print program to call custom HRFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365139#M180727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj,&lt;/P&gt;&lt;P&gt;The check printing program takes the Form(sapscript) dynamically from some SAP tables. wat Form it takes can be configured. So, actually u need not go n change the program to call ur Form instead of the standard Form.&lt;/P&gt;&lt;P&gt;try following these steps...&lt;/P&gt;&lt;P&gt;Transaction&lt;DEL&gt;&amp;gt;FBZP&lt;/DEL&gt;&amp;gt;4th tab&lt;DEL&gt;&amp;gt;select ur country n Payment method C&lt;/DEL&gt;&amp;gt;double click&lt;DEL&gt;&amp;gt;Form Details&lt;/DEL&gt;&amp;gt;here u ll c the standard Form for Check printing&lt;DEL&gt;&amp;gt;u can replace this with ur custom script&lt;/DEL&gt;&amp;gt; in the same screen u ll c a Tab at the top--&amp;gt;click that n u ll c the standard program(RFFOUS_C) at the bottom..replace ur program...&lt;/P&gt;&lt;P&gt;in FBZP--&amp;gt;2nd tab also change the Form name...&lt;/P&gt;&lt;P&gt;Now wen u run ur Program( either directly or using F110), ur custom form will be called...&lt;/P&gt;&lt;P&gt;so this setting wud suffice ur requirement..&lt;/P&gt;&lt;P&gt;hope it helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 14:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365139#M180727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T14:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying std check print program to call custom HRFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365140#M180728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per our frnd aggrwal, do the same way to call HR form.Comming to C/D i dont know which HR form u are using as per my knowledge HR will Populate data based on the Infotypes / wage Types.So let us know more details .&lt;/P&gt;&lt;P&gt;&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 07:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365140#M180728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-13T07:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying std check print program to call custom HRFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365141#M180729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prabhu,&lt;/P&gt;&lt;P&gt;we have created our custom check form in HRFORM and want to call the same during check print process...&lt;/P&gt;&lt;P&gt;do have any other idea to do so...other then calling through code by making z prog of std RFFOUS_C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 08:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365141#M180729</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2006-06-13T08:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying std check print program to call custom HRFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365142#M180730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes u can call up Customer HR form in the Check print process , thats what aggarwal told us , how to do is thru FBZP.&lt;/P&gt;&lt;P&gt;2.In that Form u have to say process this form  thru Standard driver program say &amp;lt;b&amp;gt;RFFOUS_C&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process--&lt;DEL&gt;&amp;gt;se71( in chage mode )&lt;/DEL&gt;-menu item-Form&lt;DEL&gt;&amp;gt;check&lt;/DEL&gt;&amp;gt;texts ( where u have to give driver program RFFOUS_C for ur custom Form ).&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 06:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365142#M180730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-14T06:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying std check print program to call custom HRFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365143#M180731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;The very first thing that i want to make clear is that we done have script form, we have custom HRFORM, created using tcode "HRFORMS"..&lt;/P&gt;&lt;P&gt;Many of you have adviced regarding doing settings in FBZP...but even that is not helpful..we get "Form not active or does not exist"  error ...that is the reason we are calling HRFORMS in custom RFFOUS_C i.e ZRFFOUS_C..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we are getting both form, our HRFORM and std sap script form....we want to hide the std script form..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can commenting the code for calling std script form will suffice ....??? will it impact the functionality too..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 04:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365143#M180731</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2006-06-19T04:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying std check print program to call custom HRFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365144#M180732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Pankaj , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i dont know what are u expecting out of SAP. Forms Created using HRFORMS are depends upon Country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i told u  u have to include the program name ( driver program) in the Texts of &amp;lt;b&amp;gt;ZRFFOUS_C&amp;lt;/b&amp;gt;.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 04:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365144#M180732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T04:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying std check print program to call custom HRFORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365145#M180733</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;It's completely gray area ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont u try doing it using normal script and print program as the check print program may not suit the need..&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;Gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 05:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modifying-std-check-print-program-to-call-custom-hrforms/m-p/1365145#M180733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T05:11:30Z</dc:date>
    </item>
  </channel>
</rss>

