<?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: SAP Script for Cheque Printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044144#M1809175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;House Bank ID corresponds to the bank in question. For instance, SAP has the flexibility to configure multiple house bank IDs to generate cheques for different banks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure why custom table is used, but this custom table is being called in some exits to read the same and determine which form (script) to trigger from F-58 based in the HB configuration maintained while generating the check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;-Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 15:32:11 GMT</pubDate>
    <dc:creator>vishal_sharda2</dc:creator>
    <dc:date>2014-01-27T15:32:11Z</dc:date>
    <item>
      <title>SAP Script for Cheque Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044142#M1809173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt related to assigning a SCRIPT for CHEQUE printing.&lt;/P&gt;&lt;P&gt;There is standard SCRIPT is available for printing cheque.&lt;/P&gt;&lt;P&gt;Normally I create a script or smartform and assign it through NACE to corresponding output type.&lt;/P&gt;&lt;P&gt;I don't know how to create an output type and how it is relating&amp;nbsp; a transaction to a form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in my company we have a custom table having the following structure&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/373099" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here HBKID is house bank number to which we are assigning the script under FORMNAME field.&lt;/P&gt;&lt;P&gt;And through the T code f-58 we are taking the printout of the check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody explain what is house bank number and why we are using custom table.&lt;/P&gt;&lt;P&gt;And why not using the NACE to assign the Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In FBZP tcode some different form program is already assigned. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/373259" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Even then the form assigned in the custom table is working.&lt;/P&gt;&lt;P&gt;Please explain the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Jesse Owens K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 13:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044142#M1809173</guid>
      <dc:creator>J_OWENS</dc:creator>
      <dc:date>2014-01-27T13:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script for Cheque Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044143#M1809174</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;Have you tried the standard program - RSNAST00 once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 13:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044143#M1809174</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2014-01-27T13:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script for Cheque Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044144#M1809175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;House Bank ID corresponds to the bank in question. For instance, SAP has the flexibility to configure multiple house bank IDs to generate cheques for different banks. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure why custom table is used, but this custom table is being called in some exits to read the same and determine which form (script) to trigger from F-58 based in the HB configuration maintained while generating the check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;-Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 15:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044144#M1809175</guid>
      <dc:creator>vishal_sharda2</dc:creator>
      <dc:date>2014-01-27T15:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script for Cheque Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044145#M1809176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Jesse &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally for checks configuration is done in FBZP. Since you mention custom table it might happen that in your driver program they are using this table. Now to check just do a where used list on table check in which program the table is being used. For checks its handled via FBZP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 15:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044145#M1809176</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-27T15:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script for Cheque Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044146#M1809177</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;Thanks for your replies...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the pgm MF05AFF0(f-58) SAP using a function module PAYMENT_FORM_PRINT to call the desired script/form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That FM&amp;nbsp; calling our script driver pgm using submit program.&lt;/P&gt;&lt;P&gt;It is fetching the program name from the table T042Z (field T042Z-PROGN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field is initial then it is calling another function module PAYMENT_MEDIUM_ONLINE passing form name from the same table (field T042Z-formi).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still I don't know how the table T042Z is updating, and how the program is fetching the table T042Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jesse Owens K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 09:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044146#M1809177</guid>
      <dc:creator>J_OWENS</dc:creator>
      <dc:date>2014-01-28T09:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script for Cheque Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044147#M1809178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jesse,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T042Z is getting populated through configuration - tcode - FBZP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FBZP - pmnt methods in country - navigate to the required country - check the &lt;STRONG&gt;payment medium program&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Munesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 10:05:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044147#M1809178</guid>
      <dc:creator>muneshpatwari</dc:creator>
      <dc:date>2014-01-28T10:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script for Cheque Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044148#M1809179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jesse ,&lt;/P&gt;&lt;P&gt;there are two options here .&lt;/P&gt;&lt;P&gt;i) Inside the FM PAYMENT_FORM_PRINT write a custom code by creating an enhancement to fetch the form from the custom table&lt;/P&gt;&lt;P&gt;ii) Configure the FBZP as the T042Z table values will be picked from FBZP.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 10:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044148#M1809179</guid>
      <dc:creator>VijayCR</dc:creator>
      <dc:date>2014-01-28T10:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script for Cheque Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044149#M1809180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello Jesse is your query answered ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 12:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044149#M1809180</guid>
      <dc:creator>VijayCR</dc:creator>
      <dc:date>2014-01-28T12:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script for Cheque Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044150#M1809181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now everything ok...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jesse owens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 13:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044150#M1809181</guid>
      <dc:creator>J_OWENS</dc:creator>
      <dc:date>2014-01-28T13:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script for Cheque Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044151#M1809182</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 have one more question...&lt;BR /&gt;Why we are not using NACE transaction to assign the SCRIPT.&lt;BR /&gt;For each House bank ID we are assigning Script and a PROGRAM.&lt;/P&gt;&lt;P&gt;In the same way can we create output type for each House bank ID and assign it through NACE to a SCRIPT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Jesse Owens K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 05:10:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044151#M1809182</guid>
      <dc:creator>J_OWENS</dc:creator>
      <dc:date>2014-01-29T05:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script for Cheque Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044152#M1809183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello Jesse,&lt;/P&gt;&lt;P&gt;For FI we generaally dont use NACE transaction.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 05:27:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/10044152#M1809183</guid>
      <dc:creator>VijayCR</dc:creator>
      <dc:date>2014-01-29T05:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script for Cheque Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/13940648#M2037902</link>
      <description>&lt;P&gt;How did you resolved it, can you share the details ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 11:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-for-cheque-printing/m-p/13940648#M2037902</guid>
      <dc:creator>Bharat13</dc:creator>
      <dc:date>2024-11-18T11:09:57Z</dc:date>
    </item>
  </channel>
</rss>

