<?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: F-58 Regup table update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-58-regup-table-update/m-p/9688076#M1767880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FM 'J_1A_INSERT_REGUP' is used to update REGUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a PERFORM REGUH_AUSGEBEN which exits in Program SAPF110S which is the payment run program and is used via SUBMIT to create payment runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that answers it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 06:28:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-22T06:28:51Z</dc:date>
    <item>
      <title>F-58 Regup table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-58-regup-table-update/m-p/9688073#M1767877</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;&lt;/P&gt;&lt;P&gt;When execute F-58, program RFFOUS_C will be called and REGUP table will be updated with new entries when below subroutines are executed.&lt;/P&gt;&lt;P&gt;I would like to know where the exact codes the standard program moving values from BKPF to REGUP and perform updated? Anyone could advise? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;perform vorbereitung&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp; "subroutine from program&amp;nbsp; RFFOUS_C&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Table regup updated after commit work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;binpt &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;space&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;COMMIT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;WORK&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-58-regup-table-update/m-p/9688073#M1767877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-21T06:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: F-58 Regup table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-58-regup-table-update/m-p/9688074#M1767878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REGUH and REGUP are tables that hold data from payment program.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are executing payments via F110, these tables will be populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPFPAYM is then executed to generate the payment files or required output as configured.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 12:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-58-regup-table-update/m-p/9688074#M1767878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-21T12:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: F-58 Regup table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-58-regup-table-update/m-p/9688075#M1767879</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 response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My REGUP table is updated but I would like to know in which program the entries are added to REGUP. I've debugged F-58 but still not managed to find out where is exact line of code or program perform an update. Appreciate anyone could advise me. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 01:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-58-regup-table-update/m-p/9688075#M1767879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-22T01:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: F-58 Regup table update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f-58-regup-table-update/m-p/9688076#M1767880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FM 'J_1A_INSERT_REGUP' is used to update REGUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a PERFORM REGUH_AUSGEBEN which exits in Program SAPF110S which is the payment run program and is used via SUBMIT to create payment runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that answers it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 06:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f-58-regup-table-update/m-p/9688076#M1767880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-22T06:28:51Z</dc:date>
    </item>
  </channel>
</rss>

