<?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: Program   SAPLLMOB Screen number   2889 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-sapllmob-screen-number-2889/m-p/7955104#M1602209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi José,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have an ECC Release, you may use implicit enhancement in FORM &lt;STRONG&gt;able_field&lt;/STRONG&gt; in LLMOBF01 (2 places avaliable). Then you can create your own loop, if you are on the right screen, e.g..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF sy-dynnr = '2889'.
  LOOP AT screen.
     IF screen-name = 'LOGON_DATA-DEVTY '.
       screen-input  = '0'.
       MODIFY screen.
    ENDIF.
  ENDLOOP.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In older releases I see no way to change the input option of this field without modification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2011 06:57:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-05T06:57:54Z</dc:date>
    <item>
      <title>Program   SAPLLMOB Screen number   2889</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-sapllmob-screen-number-2889/m-p/7955103#M1602208</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;  In this dynpro there is a field called LOGON_DATA-DEVTY  which is an input/output field I want this  Input : Not Possible  , i was checking the program everything here is standard and i dont want to modify the standard , Do you know how to achive this ?  thank you guys .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 16:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-sapllmob-screen-number-2889/m-p/7955103#M1602208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-04T16:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Program   SAPLLMOB Screen number   2889</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-sapllmob-screen-number-2889/m-p/7955104#M1602209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi José,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have an ECC Release, you may use implicit enhancement in FORM &lt;STRONG&gt;able_field&lt;/STRONG&gt; in LLMOBF01 (2 places avaliable). Then you can create your own loop, if you are on the right screen, e.g..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF sy-dynnr = '2889'.
  LOOP AT screen.
     IF screen-name = 'LOGON_DATA-DEVTY '.
       screen-input  = '0'.
       MODIFY screen.
    ENDIF.
  ENDLOOP.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In older releases I see no way to change the input option of this field without modification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 06:57:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-sapllmob-screen-number-2889/m-p/7955104#M1602209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-05T06:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Program   SAPLLMOB Screen number   2889</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-sapllmob-screen-number-2889/m-p/7955105#M1602210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Klaus ,&lt;/P&gt;&lt;P&gt;Unfortunately, it is  release 620. &lt;/P&gt;&lt;P&gt;thank you very much  for  answer it helped me to realize that maybe the only way is ask for a key to modify the screen directly. &lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 10:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-sapllmob-screen-number-2889/m-p/7955105#M1602210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-05T10:08:42Z</dc:date>
    </item>
  </channel>
</rss>

