<?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 FMODULE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fmodule/m-p/4647700#M1093795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  iam using a fmodule&lt;/P&gt;&lt;P&gt;posting_interface_document.&lt;/P&gt;&lt;P&gt;now this fmodule is parking document in fvb1 whenever a workflow is triggered.&lt;/P&gt;&lt;P&gt;now but the issue is that it takes me directly to fvb1 whenevr it is triggered where as wat i wwant is that it should execute the job in the background immediately&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2008 12:24:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-14T12:24:08Z</dc:date>
    <item>
      <title>FMODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fmodule/m-p/4647700#M1093795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  iam using a fmodule&lt;/P&gt;&lt;P&gt;posting_interface_document.&lt;/P&gt;&lt;P&gt;now this fmodule is parking document in fvb1 whenever a workflow is triggered.&lt;/P&gt;&lt;P&gt;now but the issue is that it takes me directly to fvb1 whenevr it is triggered where as wat i wwant is that it should execute the job in the background immediately&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 12:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fmodule/m-p/4647700#M1093795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T12:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: FMODULE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fmodule/m-p/4647701#M1093796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you called POSTING_INTERFACE_START function module before calling POSTING_INTERFACE_DOCUMENT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call the below FM to call the transaction in display mode. I_MODE = 'N' tells that it is display mode. I_FUNCTION = 'C' tell the method used is CALL transaction. I_UPDATE = 'S' is a synchronous updation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'POSTING_INTERFACE_START'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_function         = 'C'&lt;/P&gt;&lt;P&gt;      i_update           = 'S'&lt;/P&gt;&lt;P&gt;      i_mode             = 'N'&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      client_incorrect   = 1&lt;/P&gt;&lt;P&gt;      function_invalid   = 2&lt;/P&gt;&lt;P&gt;      group_name_missing = 3&lt;/P&gt;&lt;P&gt;      mode_invalid       = 4&lt;/P&gt;&lt;P&gt;      update_invalid     = 5&lt;/P&gt;&lt;P&gt;      OTHERS             = 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Bobbala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 12:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fmodule/m-p/4647701#M1093796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T12:54:55Z</dc:date>
    </item>
  </channel>
</rss>

