<?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: Structure RFPOSXEXT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134286#M1708822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im also trying to find this field - DMSHB (Amount in Local Currency with +/- Signs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But cant seem to find it anywhere - its located on the in the same structure/report (RFPOSXEXT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2012 14:49:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-11-20T14:49:55Z</dc:date>
    <item>
      <title>Structure RFPOSXEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134284#M1708820</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;Im using an external connector in an attmpt to pull a field from this report - BELNR (Accounting Document Number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the connector can only extract information from tables, as opposed to structures...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is this information gathered to create the report/structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 12:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134284#M1708820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-20T12:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Structure RFPOSXEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134285#M1708821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This structure is used in FI line item reports, so maybe table BSEG is your best bet. Beware of long runtimes, this table can be very huge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 13:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134285#M1708821</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-11-20T13:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Structure RFPOSXEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134286#M1708822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im also trying to find this field - DMSHB (Amount in Local Currency with +/- Signs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But cant seem to find it anywhere - its located on the in the same structure/report (RFPOSXEXT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 14:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134286#M1708822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-20T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Structure RFPOSXEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134287#M1708823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those data do not exist in database, they are built by FM like ITEM_DERIVE_FIELDS before call of FI_ITEMS_DISPLAY (FBLxN).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 14:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134287#M1708823</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-11-20T14:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Structure RFPOSXEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134288#M1708824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But surely these fields have to be derived from somewhere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I find out how the Function Modules get the fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 15:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134288#M1708824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-20T15:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Structure RFPOSXEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134289#M1708825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just read the code, it is easy to understand, most data come from BSEG, BKPF and also from T001 and Customizing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. DMSHB comes from BSEG-DMBTR depending on BSEG-SHKZG value (S/H, Soll-/Haben, Debit/Credit).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 18:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134289#M1708825</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-11-20T18:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Structure RFPOSXEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134290#M1708826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My apologies, but how can I view the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 09:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134290#M1708826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-21T09:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Structure RFPOSXEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134291#M1708827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Connect to SAP and use SE37, give function name ITEM_DERIVE_FIELDS and press display ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 13:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134291#M1708827</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-11-21T13:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Structure RFPOSXEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134292#M1708828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian Murphy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; you can use this Structure RFPOS and if you want to BELNR u have to use &lt;STRONG&gt;BTE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTE name&lt;STRONG&gt; 00001650(LINE ITEM DISPLAY). &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- How to activate the BTE 00001650 via the transaction FIBF.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BTE means Business Transactions Events: they are user-exits are triggered in certain strategic point in the business flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trx FIBF is trx to manage this kind of exit but what u need to do is assign the fm has to be called for a certain event/process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The event&amp;nbsp; 00001650 is a point of the code triggered before showing the accounting item, so u can insert your code here in order to show your own z-fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After running trx &lt;STRONG&gt;FIBF &lt;/STRONG&gt;go to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Setting-&amp;gt;P/S Function Modules-&amp;gt;of an SAP appl. (or trx BF31):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a SM30 view where u assign the fm to be called for a certain event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you go to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enviroment-&amp;gt;Info System P/S (or Trx BERE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can find a list of all BTE available and a little help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- How i must proceed for do that? I understand that i will create, with SE37, a MF for example ZSAMPLE_INTERFACE_00001650 copy of SAMPLE_INTERFACE_00001650 and after that activate it through the transaction FIBF? That is? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For every event there's a sample function module, u need to copy it for creating a your own fm and assign it just as I wrote above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 05:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-rfposxext/m-p/9134292#M1708828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-22T05:40:57Z</dc:date>
    </item>
  </channel>
</rss>

