<?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 accesing screen fields inside BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-screen-fields-inside-badi/m-p/2317909#M508539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In one of the transactions. we have 2 fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after entering one value in  one field (lets say A), we press f4 on second field..&lt;/P&gt;&lt;P&gt;then a BADI is getting triggered.&lt;/P&gt;&lt;P&gt;we need to be able to access this screefield A inside BADI..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried accessing with screen field..but it says its not declared ..but I can see the value in debugging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 May 2007 09:15:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-31T09:15:48Z</dc:date>
    <item>
      <title>accesing screen fields inside BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-screen-fields-inside-badi/m-p/2317909#M508539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In one of the transactions. we have 2 fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after entering one value in  one field (lets say A), we press f4 on second field..&lt;/P&gt;&lt;P&gt;then a BADI is getting triggered.&lt;/P&gt;&lt;P&gt;we need to be able to access this screefield A inside BADI..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried accessing with screen field..but it says its not declared ..but I can see the value in debugging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 09:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-screen-fields-inside-badi/m-p/2317909#M508539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T09:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: accesing screen fields inside BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-screen-fields-inside-badi/m-p/2317910#M508540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    You have to use field symbols to do that. By refering that screen name and number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudheer.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 09:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-screen-fields-inside-badi/m-p/2317910#M508540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T09:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: accesing screen fields inside BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-screen-fields-inside-badi/m-p/2317911#M508541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with field symbols&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the code I have written..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CONSTANTS: lc_ref(47) TYPE c VALUE 'GS_DYNP_1000_VARIABLES-PARTNER_1-PARTNER_NUMBER'.
FIELD-SYMBOLS : &amp;lt;lf_partner&amp;gt;  TYPE c(16).
ASSIGN (l_ref) TO &amp;lt;lf_partner&amp;gt;.

var_str = &amp;lt;lf_partner&amp;gt;.[&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program Name     SAPLCOM_PARTNER_UI2&lt;/P&gt;&lt;P&gt;Screen number    1001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now what is the string I have to use for lc_ref ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kalyan Mohan Venigalla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 09:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accesing-screen-fields-inside-badi/m-p/2317911#M508541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T09:31:27Z</dc:date>
    </item>
  </channel>
</rss>

