<?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: Issue in FPCOPARA of FI .. please help in SAP for Utilities Discussions</title>
    <link>https://community.sap.com/t5/sap-for-utilities-discussions/issue-in-fpcopara-of-fi-please-help/m-p/6143177#M8965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a different questions about FPCOPARA. I understand that it will process corresponce records from table DFKKCOH. But what program/process will populate DFKKCOH for invoice correspondence?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went to transaction FKKINVDOC_DISP and click on simulation, I can print the invoice this way. But DFKKCOH is not populated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to schedule the batch job to email the correspondence? To do that, I believe I need to insert a record into DFKKCOH. I know how it works in SD module using output types. But I am new to FI-CA module and PWB, and do not know how things work here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help!&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 21:26:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-30T21:26:44Z</dc:date>
    <item>
      <title>Issue in FPCOPARA of FI .. please help</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/issue-in-fpcopara-of-fi-please-help/m-p/6143173#M8961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;I am working as ABAP developer , on 4.6C system. We have developed a Print work bench form (PWB) through tcode EFRM , and we use it in FPCOPARA . In the END EXIT in PWB form , i m inserting a single record in Z table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) When i run the PWB form directly from EFRM for testing , 1 records gets inserted , which is &lt;STRONG&gt;correct.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) When i run FPCOPARA , and in the PRINT PARAMETERS i give REAL PRINT option (i.e. printing 1 st time) , the print is generated and 1 record is inserted in Z table , which is also &lt;STRONG&gt;correct.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BUT&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3) when i run FPCOPARA &amp;amp; in PRINT PARAMETERS if i give REPEAT PRINT option (i.e. printing 2nd time onwards) , 7 records gets inserted in Z table which is &lt;STRONG&gt;NOT CORRECT&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think in REPRINT option , my PWB form is getting called more than 1 time (here 7 times) , which seems difficult to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide help ..Awaiting your valubale inputs on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 05:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/issue-in-fpcopara-of-fi-please-help/m-p/6143173#M8961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T05:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in FPCOPARA of FI .. please help</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/issue-in-fpcopara-of-fi-please-help/m-p/6143174#M8962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the input you are passing for FPCOPARA tcode and what basically is the application it is trigerring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, when you are giving the real print, only one record might be elligible for printing. Check the entry for table DFKKCOH table. It is for correspondence header/.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, what happens in FPCOPARA is the print event is triggerred and it takes into consideration the records from DFKKCOH table (DFKKCODCLUST - in case of cluster data). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For real print, it just checks only those documents having print date as blank and in reprint, it takes into consideration all the records for which reprint is made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, please check, if the input passed on to the FPCOPARA triggerres multiple printing, then for each call of application form, the entry would get updated in the Z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check in your case, multiple spools would be getting generated. So, make some modification for the print parameter, so that single spool gets generated and hence the single entry would be updtd for the Z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh Popat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 06:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/issue-in-fpcopara-of-fi-please-help/m-p/6143174#M8962</guid>
      <dc:creator>rajesh_popat3</dc:creator>
      <dc:date>2009-09-16T06:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in FPCOPARA of FI .. please help</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/issue-in-fpcopara-of-fi-please-help/m-p/6143175#M8963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh &lt;/P&gt;&lt;P&gt; Thanks for the reply . We some how found out the root of the pbm and reached the same conclusion as u suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the main screen of FPCOPARA  , Environment - &amp;gt; correspondence Hist ...It goes to a table DFKKCOHI , where it shows the records..In my case it was showing 7 records ..The problerm was i didnot give the Print date..so it was picking up all the 7 records..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 08:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/issue-in-fpcopara-of-fi-please-help/m-p/6143175#M8963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T08:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in FPCOPARA of FI .. please help</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/issue-in-fpcopara-of-fi-please-help/m-p/6143176#M8964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was asked to work for a SAP ISU support project in the Print Work Bench area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one help me , Generally do we have more support tickets in PWB  after post go live ? Should I choose another support area...I am of the opinion that PWB is a niech area and having exp in this good career wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Neelima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2009 17:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/issue-in-fpcopara-of-fi-please-help/m-p/6143176#M8964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-17T17:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in FPCOPARA of FI .. please help</title>
      <link>https://community.sap.com/t5/sap-for-utilities-discussions/issue-in-fpcopara-of-fi-please-help/m-p/6143177#M8965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a different questions about FPCOPARA. I understand that it will process corresponce records from table DFKKCOH. But what program/process will populate DFKKCOH for invoice correspondence?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went to transaction FKKINVDOC_DISP and click on simulation, I can print the invoice this way. But DFKKCOH is not populated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to schedule the batch job to email the correspondence? To do that, I believe I need to insert a record into DFKKCOH. I know how it works in SD module using output types. But I am new to FI-CA module and PWB, and do not know how things work here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help!&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 21:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-for-utilities-discussions/issue-in-fpcopara-of-fi-please-help/m-p/6143177#M8965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-30T21:26:44Z</dc:date>
    </item>
  </channel>
</rss>

