<?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: Question about POSTING_INTERFACE_CLEARING and POSTING_INTERFACE_START in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105842#M439438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 11:10:59 GMT</pubDate>
    <dc:creator>bettinasilveira</dc:creator>
    <dc:date>2007-04-16T11:10:59Z</dc:date>
    <item>
      <title>Question about POSTING_INTERFACE_CLEARING and POSTING_INTERFACE_START</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105839#M439435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me what the following fm do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POSTING_INTERFACE_START&lt;/P&gt;&lt;P&gt;POSTING_INTERFACE_CLEARING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105839#M439435</guid>
      <dc:creator>bettinasilveira</dc:creator>
      <dc:date>2007-04-16T10:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question about POSTING_INTERFACE_CLEARING and POSTING_INTERFACE_START</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105840#M439436</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; The function module 'POSTING_INTERFACE_START' carries out preparations&lt;/P&gt;&lt;P&gt; for the processing of several documents which are to be posted with&lt;/P&gt;&lt;P&gt; transactions FB01 or FB05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Function module 'POSTING_INTERFACE_CLEARING' creates a batch input&lt;/P&gt;&lt;P&gt;  transaction (or Call Transaction ... Using ...) for a document to be&lt;/P&gt;&lt;P&gt;  posted using transaction FB05.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105840#M439436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Question about POSTING_INTERFACE_CLEARING and POSTING_INTERFACE_START</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105841#M439437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;go to se37 which will give u documentation...&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;POSTING_INTERFACE_START&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Short Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Initial information for internal accounting interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;English version:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The function module 'POSTING_INTERFACE_START' carries out preparations&lt;/P&gt;&lt;P&gt;    for the processing of several documents which are to be posted with&lt;/P&gt;&lt;P&gt;    transactions FB01 or FB05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If function 'B' (batch input processing) is required, this function&lt;/P&gt;&lt;P&gt;    module opens the batch input session and transfers the necessary&lt;/P&gt;&lt;P&gt;    parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If function'C' (processing with Call Transaction .. Using..) is&lt;/P&gt;&lt;P&gt;    required, this function module receives the necessary parameters for the&lt;/P&gt;&lt;P&gt;    display and update modes from the call program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Function 'I' (interactive posting interface) is not currently supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2.POSTING_INTERFACE_CLEARING&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt; Short Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Post with clearing (FB05) using internal posting interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Function module 'POSTING_INTERFACE_CLEARING' creates a batch input&lt;/P&gt;&lt;P&gt;     transaction (or Call Transaction ... Using ...) for a document to be&lt;/P&gt;&lt;P&gt;     posted using transaction FB05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The document header data and the data for the bank postings are&lt;/P&gt;&lt;P&gt;     transferred to table FTPOST. The rules for filling table FTPOST are&lt;/P&gt;&lt;P&gt;     described in the documentation for function module&lt;/P&gt;&lt;P&gt;     'POSTING_INTERFACE_DOCUMENT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The selection data for the clearing transaction is transferred to table&lt;/P&gt;&lt;P&gt;     FTPOST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Note the following rules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   The AGKOA (Account type) field in each FTCLEAR line must be filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   The field AGKON (Account number) should only NOT be filled, if&lt;/P&gt;&lt;P&gt;         either the field 'BELNR' (Document number) or the field 'XBLNR'&lt;/P&gt;&lt;P&gt;         (Reference document number) is used as a selection criterion.&lt;/P&gt;&lt;P&gt;         Otherwise the account number must be specified in each FTCLEAR line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   The field AGBUK (Company code) must be filled in each FTCLEAR line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     o   The selection criterion in field SELFD is a character field of&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 10:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105841#M439437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T10:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question about POSTING_INTERFACE_CLEARING and POSTING_INTERFACE_START</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105842#M439438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 11:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105842#M439438</guid>
      <dc:creator>bettinasilveira</dc:creator>
      <dc:date>2007-04-16T11:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Question about POSTING_INTERFACE_CLEARING and POSTING_INTERFACE_START</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105843#M439439</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;i'm trying to use the FM POSTING_INTERFACE_CLEARING. I need to fill the fields of the dynpro 0733.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone knows how to do it? (i'm filling the table ftclear, but it doesn't work)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 07:31:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105843#M439439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T07:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question about POSTING_INTERFACE_CLEARING and POSTING_INTERFACE_START</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105844#M439440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've solved at this thread &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="656208"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helpfull regard points &lt;span class="lia-unicode-emoji" title=":winking_face_with_tongue:"&gt;😜&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 15:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-posting-interface-clearing-and-posting-interface-start/m-p/2105844#M439440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T15:00:40Z</dc:date>
    </item>
  </channel>
</rss>

