<?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 Function  'POSTING_INTERFACE_DOCUMENT' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-posting-interface-document/m-p/1414241#M199369</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;with  'POSTING_INTERFACE_DOCUMENT'&lt;/P&gt;&lt;P&gt; is it possible to run it, so that you do not see the screens come up, at the momment they do, and I press return to take it to the next section. How do I make it work in background mode so the user can not see all the screens and it just completes everything it needs to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jun 2006 09:10:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-27T09:10:33Z</dc:date>
    <item>
      <title>Function  'POSTING_INTERFACE_DOCUMENT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-posting-interface-document/m-p/1414241#M199369</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;with  'POSTING_INTERFACE_DOCUMENT'&lt;/P&gt;&lt;P&gt; is it possible to run it, so that you do not see the screens come up, at the momment they do, and I press return to take it to the next section. How do I make it work in background mode so the user can not see all the screens and it just completes everything it needs to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 09:10:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-posting-interface-document/m-p/1414241#M199369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T09:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Function  'POSTING_INTERFACE_DOCUMENT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-posting-interface-document/m-p/1414242#M199370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sims,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. POSTING_INTERFACE_START&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Call this FM (See documentation of this FM)&lt;/P&gt;&lt;P&gt;    before calling your Fm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. This FM will set the environment for bdc purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 09:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-posting-interface-document/m-p/1414242#M199370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T09:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function  'POSTING_INTERFACE_DOCUMENT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-posting-interface-document/m-p/1414243#M199371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass the value 'B' to I_SGFUNCT&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, 27 Jun 2006 09:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-posting-interface-document/m-p/1414243#M199371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T09:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function  'POSTING_INTERFACE_DOCUMENT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-posting-interface-document/m-p/1414244#M199372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'POSTING_INTERFACE_START&amp;#145;&lt;/P&gt;&lt;P&gt;	EXPORTING&lt;/P&gt;&lt;P&gt;	   i_function			= 'C'&lt;/P&gt;&lt;P&gt;	   i_mode			= pc_mode &amp;#147; A, N o E&lt;/P&gt;&lt;P&gt;	   i_user			= sy-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;if pc_mode =&amp;lt;/b&amp;gt;  &amp;lt;b&amp;gt;A-- forground&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                   N- back ground&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 09:17:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-posting-interface-document/m-p/1414244#M199372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T09:17:21Z</dc:date>
    </item>
  </channel>
</rss>

