<?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: Info from screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900725#M1481266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Mukul, and thanks. &lt;/P&gt;&lt;P&gt;But, unfortunately, not. Changing from one standard tabstrip to the customized mine, this field is always in blank, independently of the active mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 May 2010 07:13:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-20T07:13:34Z</dc:date>
    <item>
      <title>Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900713#M1481254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everybody. &lt;/P&gt;&lt;P&gt;I have the following question: is possible, in SAP, knowing in run-time what is the execution mode of a transaction? I mean, within my code, I want to know if there´s any function module or method which tells me if my screen is in "only display" mode, or in "change" mode (you know, the difference between clicking or not the pencil and glasses icon).&lt;/P&gt;&lt;P&gt;I wish I had been clear enough. &lt;/P&gt;&lt;P&gt;Thank all of you very much in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 15:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900713#M1481254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T15:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900714#M1481255</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;Your program has control over its screen(s) - so your program should know what the status is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerd Rother&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 15:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900714#M1481255</guid>
      <dc:creator>gerd_rother</dc:creator>
      <dc:date>2010-05-19T15:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900715#M1481256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isn't controlled by SAP but by the programmer. Usually this is set in screen fields, associating a command to the push button and this value will be sent through screens in the sy-ucomm variable. It's customary to use a variable with the name OK_CODE to control this value as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 15:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900715#M1481256</guid>
      <dc:creator>PedroGuarita</dc:creator>
      <dc:date>2010-05-19T15:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900716#M1481257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick answer, Gerd. &lt;/P&gt;&lt;P&gt;That´s the problem. I´m working on a custom tabstrip subscreen implemented from a BAdi, and the status I want to know corresponds to the standard transaction VL0xN. Depending on that status, I have to let the fields on my custom subscreen in only display mode or not. &lt;/P&gt;&lt;P&gt;I hope it´s clearer now. &lt;/P&gt;&lt;P&gt;Thank you again for your respond &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 15:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900716#M1481257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T15:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900717#M1481258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Pedro and thank you, too. &lt;/P&gt;&lt;P&gt;I think that my last post has answered yours... I can´t depend on the ucomm o tcode values to change my fileds status. I keep on waiting for your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 16:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900717#M1481258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T16:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900718#M1481259</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;Unfortunately I am not familiar with that transaction. I am pretty sure, though, that within the program(s) - probably the program that owns the main screen where this subscreen is shown - there must be some variable (e.g. ACTION or something similar) which holds the status (D for display, C for change, or it uses the values defined in table TACT). So the first thing to do is to find that variable - a good starting point is the SET PF-STATUS somewhere in/beneath a PBO module of that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have that variable (some digging and debugging is necessary) you can use the where used list to see if that variable is given outside the program, e.g. by a function module. If so you can use that function module to get the actual status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds like a lot of work but the more you do such things the easier it gets...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerd Rother&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 16:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900718#M1481259</guid>
      <dc:creator>gerd_rother</dc:creator>
      <dc:date>2010-05-19T16:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900719#M1481260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again, Gerd. &lt;/P&gt;&lt;P&gt;Once again, thank you very much. &lt;/P&gt;&lt;P&gt;That´s the way I´m working to, actually, right now. I´m facing the standard code of the main program and searching for any variable which can conteins that value you mention. That starting point you suggest can be a beggining. &lt;/P&gt;&lt;P&gt;In the mean time, and while I´m fighting the stanrd code, I will thank any other brilliant idea about the issue. &lt;/P&gt;&lt;P&gt;Thanks a lot, Gerd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 16:12:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900719#M1481260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T16:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900720#M1481261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - Isn't there something in SYST you could use.  In our system SYST-TCODE changes from VL02N to VL03N when the Transaction is changed from a Change mode to a Display mode.  Or maybe another field in SYST would suit you better -- check them out in debug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 16:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900720#M1481261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T16:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900721#M1481262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Keith.&lt;/P&gt;&lt;P&gt;Regretly not. I already considered that possibility, and it didn´t work. Changing from display to change mode, the code transaction remains with the same value of the beginning, and SYST structure has no changes too. &lt;/P&gt;&lt;P&gt;Thank you anyway for your answer, Keith &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 06:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900721#M1481262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T06:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900722#M1481263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this sample program, you can understand how to toggle between change and display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DEMO_DYNPRO_MODIFY_SIMPLE&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 06:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900722#M1481263</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2010-05-20T06:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900723#M1481264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi and thank you, Gautham. &lt;/P&gt;&lt;P&gt;I checked out that program you tell me, but my problem is not about understanding the SCREEN structure and his behavior. In the point I have my BAdi implemented within the standard transaction, I can not use this structure, because it doesn´t report me any relevant information. &lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 06:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900723#M1481264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T06:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900724#M1481265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SYST-CALLD field will give you required value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 07:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900724#M1481265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T07:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900725#M1481266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Mukul, and thanks. &lt;/P&gt;&lt;P&gt;But, unfortunately, not. Changing from one standard tabstrip to the customized mine, this field is always in blank, independently of the active mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 07:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900725#M1481266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T07:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900726#M1481267</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;I am afraid SYST-CALLD won't. Check its documentation (yes, there is one).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Gerd Rother&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 07:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900726#M1481267</guid>
      <dc:creator>gerd_rother</dc:creator>
      <dc:date>2010-05-20T07:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900727#M1481268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That´s right. In fact, no SYST field works in the way it could help me. I keep on searching, friends... and, once again, thank you very much for your help... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 07:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900727#M1481268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T07:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900728#M1481269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not using SY-TITLE ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-TITLE CS 'Display'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;display mode&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;change mode&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 07:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900728#M1481269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T07:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900729#M1481270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Piotr. &lt;/P&gt;&lt;P&gt;I´ve already thought about it. The problem is, in my company, users log on in several languages (Spanish, English, Russian, Italian, and so on...), so I would have to manage that point, and I don´t know if it´s the ideal solution. Anyway, if I can´t achieve this goal through any other way, I will make it like you say, of course. &lt;/P&gt;&lt;P&gt;Thank you very much, Piotr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 07:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900729#M1481270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T07:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900730#M1481271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look also on global variables T180-AKTYP and T180-TRTYP in debugger. They are set to A and V in VL02N / VL03N.&lt;/P&gt;&lt;P&gt;A = Anzeigen = Display&lt;/P&gt;&lt;P&gt;V = Verändern = Change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 07:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900730#M1481271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T07:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900731#M1481272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Piotr, I owe you one, and big :-). &lt;/P&gt;&lt;P&gt;It worked! I can reference that structure from my BAdi throughout a field-symbol and solved. &lt;/P&gt;&lt;P&gt;Thank you very, very, very much, Piotr. &lt;/P&gt;&lt;P&gt;And the rest of the people, of course, thank you very much, too. You´ve just save my life. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SAPNuno on May 20, 2010 10:08 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 08:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900731#M1481272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-20T08:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Info from screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900732#M1481273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See all groups of modification of other fields on the screen that have the behavior (Display or Modify) you want for the new fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 09:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/info-from-screen/m-p/6900732#M1481273</guid>
      <dc:creator>JuanCarlosDelga</dc:creator>
      <dc:date>2010-05-20T09:06:34Z</dc:date>
    </item>
  </channel>
</rss>

