<?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: How to call  'POSTING_INTERFACE_CLEARING'  in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177457#M1623885</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;I think you should first call FUNCTION POSTING_INTERFACE_START with I_MODE = 'E' then call 'POSTING_INTERFACE_CLEARING' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Aug 2011 14:20:22 GMT</pubDate>
    <dc:creator>former_member194797</dc:creator>
    <dc:date>2011-08-18T14:20:22Z</dc:date>
    <item>
      <title>How to call  'POSTING_INTERFACE_CLEARING'  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177456#M1623884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ALL,&lt;/P&gt;&lt;P&gt;                 I am calling the Function Module 'POSTING_INTERFACE_CLEARING' from the custom program. I am passing the following import parameters. Please look at the code section: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; CALL FUNCTION 'POSTING_INTERFACE_CLEARING'
    EXPORTING
      i_auglv                    = lc_auglv
      i_tcode                    = lc_tcode
      i_sgfunct                  = lc_sgfunct&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what it does it calls the FB05 transaction in CALL TRANSACTION mode in foreground. What I need is to execute the transaction in background. Only incase of errors it should come to the foreground. Can anyone tell me how to do it or any sugesstions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 11:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177456#M1623884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-18T11:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  'POSTING_INTERFACE_CLEARING'  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177457#M1623885</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;I think you should first call FUNCTION POSTING_INTERFACE_START with I_MODE = 'E' then call 'POSTING_INTERFACE_CLEARING' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 14:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177457#M1623885</guid>
      <dc:creator>former_member194797</dc:creator>
      <dc:date>2011-08-18T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  'POSTING_INTERFACE_CLEARING'  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177458#M1623886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply...but the Function Module that you have mentioned should be used for definning the batch...incase you are using a BDC session method, but I am trying to use it in the CALL TRANSACTION mode. I think it might work if we use it in an &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'POSTING_INTERFACE_CLEARING' IN BACKGROUND TASK&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt; COMMIT WORK &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wiil  try this&lt;/P&gt;&lt;P&gt;....Lemme c...Incase you any information please update....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 15:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177458#M1623886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-18T15:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  'POSTING_INTERFACE_CLEARING'  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177459#M1623887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not working...,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 15:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177459#M1623887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-18T15:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  'POSTING_INTERFACE_CLEARING'  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177460#M1623888</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;in my case I'm using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL FUNCTION 'POSTING_INTERFACE_START'  
    EXPORTING                              
      I_FUNCTION               = 'C'       
      I_MODE                   = WWMODE    
      I_UPDATE                 = 'S'       
    EXCEPTIONS                             
     CLIENT_INCORRECT         = 1          
     FUNCTION_INVALID         = 2          
     GROUP_NAME_MISSING       = 3          
     MODE_INVALID             = 4          
     UPDATE_INVALID           = 5          
     OTHERS                   = 6.               
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with wwmode 'A', all the screens are displayed; with 'E' only the screens containing errors, and with 'N' no screen is displayed.&lt;/P&gt;&lt;P&gt;I tested the 3 cases and it works. Did you try with I_FUNCTION = 'C' ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 07:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177460#M1623888</guid>
      <dc:creator>former_member194797</dc:creator>
      <dc:date>2011-08-19T07:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  'POSTING_INTERFACE_CLEARING'  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177461#M1623889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply...In your case you are using the session method. I will implement the sugesstion given by you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Tanmoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 08:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177461#M1623889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-19T08:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to call  'POSTING_INTERFACE_CLEARING'  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177462#M1623890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes...its done&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 09:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-posting-interface-clearing-in-background/m-p/8177462#M1623890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-22T09:16:02Z</dc:date>
    </item>
  </channel>
</rss>

