<?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: Subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443821#M547208</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;If the new field you are adding is related to equipment master data EQUI. Then you have to append a new structure to this table and include this field. when you use IE01 or IE02 after the user enters a value in the subscreen and saves it, you have to find an exit and store your this value in the append structure of EQUI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the display mode find another exit to retrieve this value from the new field and display it in the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        mg s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2007 21:08:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-21T21:08:00Z</dc:date>
    <item>
      <title>Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443818#M547205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have activated one subscreen in enhancement ITOB0001 and place a new field in it.  This new field is  equi-eqber.  I am able to enter the data for that field via tranx IE02 and update this value in the database.  However, I am not able to display this field so when trying to display or change, the value show up in that field is blank. How do I go about displaying the value for that field in this subscreen? Before calling this subscreen,   I have visibility to the data for table EQUI.  When in the subscreen processing, I don't know which table to extract this same data from.  Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 18:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443818#M547205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T18:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443819#M547206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to write the code to update custom field in one of the function exit..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below document and see the subscreen documents :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 19:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443819#M547206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T19:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443820#M547207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem is I don't know what table has the data to pass to this custom field.  Is there a way to track which table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 20:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443820#M547207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T20:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443821#M547208</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;If the new field you are adding is related to equipment master data EQUI. Then you have to append a new structure to this table and include this field. when you use IE01 or IE02 after the user enters a value in the subscreen and saves it, you have to find an exit and store your this value in the append structure of EQUI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the display mode find another exit to retrieve this value from the new field and display it in the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        mg s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 21:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443821#M547208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T21:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443822#M547209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The new field is new to the subscreen only.  It's an existing field in table EQUI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 21:12:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443822#M547209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T21:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443823#M547210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If its an existing field then you dont have to append a structure to EQUI you have populate this field in an exit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise its the same process. The main thing is you have to find the right exit which will update this field in EQUI from the screen during create and change &amp;amp; retrieve value from the table to the screen during display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 00:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443823#M547210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T00:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443824#M547211</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;while saving the document switch on the trace, and check whether value is flowing to table properly or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for trace use tranx ST05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 00:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443824#M547211</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-06-22T00:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443825#M547212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have to name the field correctly ... In that case it will automatically get saved in the EQUI I guess. Please check that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        mg s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 01:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443825#M547212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T01:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443826#M547213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi i am facing the same problem in my case its a z field, i have placed it in SAPLXTOB 1000 screen and able to enter  the value in IE01 &amp;amp; populate it in the EQUI table but couldn't display it in IE03. if you have found out how to do it pls tell me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2007 06:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen/m-p/2443826#M547213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-25T06:12:05Z</dc:date>
    </item>
  </channel>
</rss>

