<?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: screen number in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704181#M1105302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cui,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen number i snothing but u r teeling that u r new to abap may be u know some of the transaction atelast 'SE38'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open 'SE38' From menu bar go to system-&amp;gt;status then u will see screen number for se38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on screen number it iwll lead to 'SE51'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen number means u r creating one screen how u want to see and assigning that to some transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2008 11:14:28 GMT</pubDate>
    <dc:creator>tarangini_katta</dc:creator>
    <dc:date>2008-12-18T11:14:28Z</dc:date>
    <item>
      <title>screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704174#M1105295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a new in ABAP development,I am learning BC400,but when I create transaction,I don't know the meaning of screen number.Who knows?Could you tell me please? Thinks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;Cui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 07:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704174#M1105295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T07:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704175#M1105296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;for everyscreen ther will be a screen number by default screen number is 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u create a screen number its mandatory for screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank u,&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 07:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704175#M1105296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T07:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704176#M1105297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you create a transaction you have to give screen number since Screen Number that you give is unique which has to be triggered once you execute the transaction.&lt;/P&gt;&lt;P&gt;Overall screen number which you give will be the initial screen of the transaction or from where the process has to start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;VEnk@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 07:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704176#M1105297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T07:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704177#M1105298</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;When ever you create a transaction for a customer screen (program created by you Y/Z named) you need to give the program name and the screen number.&lt;/P&gt;&lt;P&gt;The transaction that you are creating could be for a module pool(dialog transaction) or a report (report transaction).&lt;/P&gt;&lt;P&gt;If it is the dialog transaction than give the program name and screen number that was given while creating the screen via tcode se51, if it is a report transaction than just give the name of the program and the screen number is 1000 by default if it has a default selection screen.&lt;/P&gt;&lt;P&gt;If you do not know the screen number but do know the program name, go to tcode se51 and enter the program name in the field program and press F4 while your cursor is on the screen number field. This will give you all the screen numbers that are there for the program. Select the screen number you want to be the first screen when you run the transaction that you want to create.&lt;/P&gt;&lt;P&gt;Hope this helps in solving your query.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sachin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704177#M1105298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T11:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704178#M1105299</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;When you are creating a transaction, you have to specify the program name for which you have to assign that transaction. As every program has a screen associated with it, we need to mention which screen to be called first when the transaction is called, this screen number is specified here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For finding all the screens, enter the program name and press F4 on the screen number field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For report programs, screen nmber by default is populated as 1000, which is the selection screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 12:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704178#M1105299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T12:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704179#M1105300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cui,&lt;/P&gt;&lt;P&gt;Screen number is the unique number to represent any screen in ABAP(SAP).&lt;/P&gt;&lt;P&gt;For every screen there would be one screen number for each transaction.. Bydefault the Screen number is 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 13:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704179#M1105300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T13:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704180#M1105301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abaper's:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I see the layout of a particular screen number for e.g.(Program Name: SAPMF02K, Screen Number 0120).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shegar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704180#M1105301</guid>
      <dc:creator>former_member545481</dc:creator>
      <dc:date>2008-12-18T11:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704181#M1105302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cui,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen number i snothing but u r teeling that u r new to abap may be u know some of the transaction atelast 'SE38'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open 'SE38' From menu bar go to system-&amp;gt;status then u will see screen number for se38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on screen number it iwll lead to 'SE51'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen number means u r creating one screen how u want to see and assigning that to some transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704181#M1105302</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2008-12-18T11:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704182#M1105303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see the layout and code for a screen by going to tcode SE80 and entering the program name, you should see the screens available on the left handside (might need to expand the list), then double click.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704182#M1105303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704183#M1105304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shegar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can find the screen layout through Transaction - SE51 .&lt;/P&gt;&lt;P&gt;  Enter your Program name , Screen number and  select the Layout Editor Radio button in SE51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this may helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Regards,&lt;/P&gt;&lt;P&gt; Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704183#M1105304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704184#M1105305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravanthi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In t-code XK03 i want to add a z-field. If user enter any data in the field, it should be saved in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly advice me how to work it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;shegar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:41:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704184#M1105305</guid>
      <dc:creator>former_member545481</dc:creator>
      <dc:date>2008-12-18T11:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704185#M1105306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shegar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   To add a Z-field in Standatd transaction you have to use the SCREEN-EXIT and add the required field  in it.You should also create the same field in the Database table.&lt;/P&gt;&lt;P&gt;   You have to add your logic for saving the z-Filed value in database in Exits of XK03 or you have to add logic in the Enhancement points of XK03 TCode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hope this may be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Regards,&lt;/P&gt;&lt;P&gt;  Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 12:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704185#M1105306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T12:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704186#M1105307</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 below link will be useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/c8/1975e643b111d1896f0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/c8/1975e643b111d1896f0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramya.R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 12:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704186#M1105307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T12:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704187#M1105308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravanthi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be required in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shegar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 12:28:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704187#M1105308</guid>
      <dc:creator>former_member545481</dc:creator>
      <dc:date>2008-12-18T12:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: screen number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704188#M1105309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravanthi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u advice me how to send mail from SAP to other id for e.g (hotmail, yahoo and gmail).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I would like to know what is "Sapphone".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shegar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 11:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-number/m-p/4704188#M1105309</guid>
      <dc:creator>former_member545481</dc:creator>
      <dc:date>2008-12-19T11:07:33Z</dc:date>
    </item>
  </channel>
</rss>

