<?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: Get screen field values. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626136#M279779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not clear ... BTE 00001360 ??... where n how??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;SB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Sep 2006 17:19:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-24T17:19:33Z</dc:date>
    <item>
      <title>Get screen field values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626134#M279777</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 t-code XD01 ... whatever account group gets selected I want to capture that that value... How can I do that ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;SB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2006 17:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626134#M279777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-24T17:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get screen field values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626135#M279778</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;Try to use the BTE 00001360&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2006 17:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626135#M279778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-24T17:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get screen field values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626136#M279779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not clear ... BTE 00001360 ??... where n how??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;SB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2006 17:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626136#M279779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-24T17:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get screen field values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626137#M279780</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 BTE 00001360  is CUSTOMER MASTER DATA: Auth. Check: Acct Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BTEs are like user-exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run trx FIBF: here to active a BTE you have to create a fm and assign it to the event 00001360.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trx FIBF:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- A) Create FM: Enviroment-&amp;gt;Info system(P/S):&lt;/P&gt;&lt;P&gt;- insert 00001360 in Business Transaction Event and press F8;&lt;/P&gt;&lt;P&gt;- Press Sample Function Module and get the function name (SAMPLE_INTERFACE_00001360);&lt;/P&gt;&lt;P&gt;- Run trx SE37 and create a new fm Z_INTERFACE_00001360 as copy of SAMPLE_INTERFACE_00001360&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- B) Assign your FM to event 00001360: Setting-&amp;gt; P/S Function Modules-&amp;gt; of a SAP appl&lt;/P&gt;&lt;P&gt;- Insert the hit with the event 00001360 and your fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- C) Insert the code you need in your fm by trx SE37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2006 17:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626137#M279780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-24T17:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get screen field values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626138#M279781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get that using field symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First get the screen field name of that particular field and the program name (from technical description).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now concatenate program name and field name and store it in a variable (type string).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a field symbol of type any and assign the variable to this field symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can capture the selected / entered selection screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Debi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 07:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626138#M279781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-26T07:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get screen field values.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626139#M279782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 03:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-screen-field-values/m-p/1626139#M279782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-16T03:42:52Z</dc:date>
    </item>
  </channel>
</rss>

