<?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 Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557518#M582995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you don't require to use screen exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.press f1 on related field and go to edit documentaion on that pop up window.&lt;/P&gt;&lt;P&gt;now you will see a popup window ,where you have to select data element radio button,now press enter and it will aks to eneter change description.now save it ,but remember you can save in same package in whch the data element defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rewards,&lt;/P&gt;&lt;P&gt;If it is helpful for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2007 08:14:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-09T08:14:38Z</dc:date>
    <item>
      <title>Screen Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557517#M582994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In MM02 transaction(Program SAPLMGD1,screen -2001) , there is a field called old material number(MARA-BISMT) . I want to change the description from old. mtrl .number to &lt;/P&gt;&lt;P&gt;custom description.&lt;/P&gt;&lt;P&gt;Is there any way to change it .We dont have access key with us.&lt;/P&gt;&lt;P&gt;Could anybody help in this regard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ponraj.s.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 08:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557517#M582994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T08:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557518#M582995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you don't require to use screen exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.press f1 on related field and go to edit documentaion on that pop up window.&lt;/P&gt;&lt;P&gt;now you will see a popup window ,where you have to select data element radio button,now press enter and it will aks to eneter change description.now save it ,but remember you can save in same package in whch the data element defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rewards,&lt;/P&gt;&lt;P&gt;If it is helpful for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 08:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557518#M582995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T08:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557519#M582996</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;You can create PAI module in your subscreen. In this PAI module, check sy-ucomm for the function your set in your 2 buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI of your subscreen&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

MODULE CHECK_SUBSCREEN.


MODULE CHECK_SUBSCREEN INPUT.

CASE SY-UCOMM.
WHEN 'BUTTON1'.
"do something
WHEN 'BUTTON2'.
"do something else
ENDCASE.
ENDMODULE. " CHECK_SUBSCREEN. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link it will solve ur problem&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;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 08:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557519#M582996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T08:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557520#M582997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try transaction CMOD, then Goto &amp;gt; Text enhancements &amp;gt; Data elements &amp;gt; New DE cust. docu.&lt;/P&gt;&lt;P&gt;You should be able to record your custom field description there, but do expect it to take effect throughout the system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 08:20:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557520#M582997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T08:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557521#M582998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit,&lt;/P&gt;&lt;P&gt;I couldnt see any edit documentaion on pressing f1 help.Its dispalying only appp.help and tech. help.&lt;/P&gt;&lt;P&gt;Could you tel me where to click to get  edit docuemntaion. explain in detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 10:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557521#M582998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T10:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557522#M582999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;I 've tried what you have said, it has taken me to trxn se61. and there i've given data element as 'bismt' and doc. class as 'data element' and clicked chage push button.&lt;/P&gt;&lt;P&gt;I have given my customer decription and while activating it ,it gives messages as "saved as a raw version, no authorization for active version".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What things have gone wrong here, could you explain further?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 10:43:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557522#M582999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T10:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557523#M583000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, to change the screen label, use:&lt;/P&gt;&lt;P&gt;CMOD &amp;gt; Text enhancements &amp;gt; Key words &amp;gt; Change ... &lt;/P&gt;&lt;P&gt;The previous suggestion was to add your own long text documentation against the data element as well i.e. in SE61, you can create an entry for the Data Element of type:&lt;/P&gt;&lt;P&gt;Document class:  &amp;lt;b&amp;gt;Data element&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Documentation type: &amp;lt;b&amp;gt;Modification user&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Language: &amp;lt;b&amp;gt;English&amp;lt;/b&amp;gt; (or whatever)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 00:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557523#M583000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T00:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557524#M583001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;ya its worked .thankz for helping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 14:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557524#M583001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T14:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557525#M583002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my question was answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 14:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/2557525#M583002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T14:47:50Z</dc:date>
    </item>
  </channel>
</rss>

