<?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: REGUV - Payment Proposal. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929507#M385251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I get data from payment proposal?&lt;/P&gt;&lt;P&gt;FM_PAYMENT_PROPOSAL_CHECK&lt;/P&gt;&lt;P&gt;FM_PAYMENT_PROPOSAL_CHANGE&lt;/P&gt;&lt;P&gt;SCHEDULE_PAYMENT_PROPOSAL&lt;/P&gt;&lt;P&gt;They all seem need to input detail for check or change.&lt;/P&gt;&lt;P&gt;What I need is get the detail of the payment proposal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can help? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2007 09:36:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-13T09:36:22Z</dc:date>
    <item>
      <title>REGUV - Payment Proposal.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929503#M385247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;      I need a BAPI or BADI to mark a payment proposal as concluded.&lt;/P&gt;&lt;P&gt;      I now that these data is saved in REGUV Table.  Also, payment information is saved in REGUP and REGUH tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Thanks and sorry for my english !!!!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 15:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929503#M385247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T15:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: REGUV - Payment Proposal.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929504#M385248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Fernando,&lt;/P&gt;&lt;P&gt;  see if you can use the fm: FM_PAYMENT_PROPOSAL_CHANGE&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 16:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929504#M385248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T16:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: REGUV - Payment Proposal.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929505#M385249</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;try to use some BTE (like 2110, 1640). Trx FIBF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 16:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929505#M385249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: REGUV - Payment Proposal.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929506#M385250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you try this func.module:&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SCHEDULE_PAYMENT_PROPOSAL'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       i_laufd                 = p_run&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       i_laufi                 = p_runid&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      I_STRDT                 = sy-datum&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;      I_STRZT                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      I_XSTRF                 = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;      I_BHOST                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;      I_INKEY                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;      I_PTYPE                 = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;      I_CALLREP               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;      I_CALLVAR               =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      STARTDATE_WRONG         = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      PARAMETERS_MISSED       = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      LOCK_FAILED             = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      JOB_OPEN_FAILED         = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      JOB_CLOSE_FAILED        = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      OTHERS                  = 6 .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 16:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929506#M385250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T16:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: REGUV - Payment Proposal.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929507#M385251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I get data from payment proposal?&lt;/P&gt;&lt;P&gt;FM_PAYMENT_PROPOSAL_CHECK&lt;/P&gt;&lt;P&gt;FM_PAYMENT_PROPOSAL_CHANGE&lt;/P&gt;&lt;P&gt;SCHEDULE_PAYMENT_PROPOSAL&lt;/P&gt;&lt;P&gt;They all seem need to input detail for check or change.&lt;/P&gt;&lt;P&gt;What I need is get the detail of the payment proposal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can help? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 09:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929507#M385251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T09:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: REGUV - Payment Proposal.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929508#M385252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK Thanks !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 14:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reguv-payment-proposal/m-p/1929508#M385252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T14:50:34Z</dc:date>
    </item>
  </channel>
</rss>

