<?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 Program has to be trigger only for particular field. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329872#M1919751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;(Note: I am not asking about search help filtration )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one questions. I had written one code. for T-code&amp;nbsp; FS00.&amp;nbsp; When ever i press the f4_help for Gl_account i had written some logic. &lt;/P&gt;&lt;P&gt;It is working fine.Like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;TCODE &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'FS00'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;UNAME &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'USER01'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;" I had written the logic. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;But the above code is triggering , Other fields are also having f4_help not same different fields, fetching data from different tables,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;My question is program has to be trigger only for particular screen field. I think i need to written one more if condition. That is also i tried like below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Then i added the below code like.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 10pt;"&gt;if &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 10pt;"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 10pt;"&gt;field &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;'SANKR'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;If i activate the program the below error i am getting.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;The data object "SCREEN" does not have a component called "FIELD".&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;Then i open the screen painter for this program in se51&amp;nbsp; then i got the screen name of the field, then i changed to &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;&lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;SAPLGL_ACCOUNT_MASTER_MAINTAIN&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Still i am getting the same error. Can any body tell me how could i do the validation for particular field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Oct 2015 04:39:28 GMT</pubDate>
    <dc:creator>former_member196331</dc:creator>
    <dc:date>2015-10-17T04:39:28Z</dc:date>
    <item>
      <title>Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329872#M1919751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;(Note: I am not asking about search help filtration )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one questions. I had written one code. for T-code&amp;nbsp; FS00.&amp;nbsp; When ever i press the f4_help for Gl_account i had written some logic. &lt;/P&gt;&lt;P&gt;It is working fine.Like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;TCODE &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'FS00'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;UNAME &lt;SPAN class="L0S52"&gt;EQ &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'USER01'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;" I had written the logic. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;But the above code is triggering , Other fields are also having f4_help not same different fields, fetching data from different tables,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;My question is program has to be trigger only for particular screen field. I think i need to written one more if condition. That is also i tried like below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Then i added the below code like.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 10pt;"&gt;if &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 10pt;"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 10pt;"&gt;field &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;'SANKR'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;If i activate the program the below error i am getting.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;The data object "SCREEN" does not have a component called "FIELD".&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;Then i open the screen painter for this program in se51&amp;nbsp; then i got the screen name of the field, then i changed to &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33" style="font-size: 10pt;"&gt;&lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;SAPLGL_ACCOUNT_MASTER_MAINTAIN&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Still i am getting the same error. Can any body tell me how could i do the validation for particular field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 04:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329872#M1919751</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2015-10-17T04:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329873#M1919752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looping inside the SCREEN structure, then the name of the field is got using&lt;/P&gt;&lt;P&gt;SCREEN-NAME and not SCREEN-FIELD. Please check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abijith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 05:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329873#M1919752</guid>
      <dc:creator>former_member196651</dc:creator>
      <dc:date>2015-10-17T05:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329874#M1919753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, Thanks For your reply.&amp;nbsp; How could i get the screen name. &lt;/P&gt;&lt;P&gt;I open the se51&amp;nbsp; and here for this field screen name is available i took that one, and i used in the code. But it is not allowing.It means code is not going the inside of the if condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i check the screen-name it is showing that TEXT_COA_BILKT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use this one as Screen-name. If your answer is yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I click on the other field at FS00 . company code i clicked, for that field also screen-name it is showing that&amp;nbsp; TEXT_COA_BILKT. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 05:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329874#M1919753</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2015-10-17T05:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329875#M1919754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the transaction is running, please place cursor on the required field and press F1. From the popup click on the fourth button and from the next popup you can find the screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abijith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 05:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329875#M1919754</guid>
      <dc:creator>former_member196651</dc:creator>
      <dc:date>2015-10-17T05:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329876#M1919755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply. I tried both. Below is my Code. I put the break point at second loop. I hope i put the correct place.&lt;/P&gt;&lt;P&gt;Not firing. Only cursor is coming on if&amp;nbsp; screen-name condition only. then it will not come to second loop.&lt;/P&gt;&lt;P&gt;two i tried&amp;nbsp; screen-field is 'sankr' and&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;GLACCOUNT_SCREEN_KEY-SAKNR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;screen&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;name &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'GLACCOUNT_SCREEN_KEY-SAKNR'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp; if screen-field = 'SANKR'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;RECORD_TAB[] &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;WA_TEMP&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;ITAB&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;TEMP_DATA&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;T1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt; endloop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;endif.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;endloop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;But not working, Any reason.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 05:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329876#M1919755</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2015-10-17T05:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329877#M1919756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should have asked this question earlier itself. Actually what is your exact requirement? You want to trigger what code on pressing F4 on SAKNR. This is a standard transaction. Then how you had placed your code and where? Have you done this through any sort of enhancements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abijith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 06:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329877#M1919756</guid>
      <dc:creator>former_member196651</dc:creator>
      <dc:date>2015-10-17T06:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329878#M1919757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;Please dont ask that question....The topic will be deviates to other things. Then my userid will be deleted . because somebody are observing . Right now just tell me how to get the screen name.&lt;/P&gt;&lt;P&gt;Sorry to say Not able to reveal this time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 06:35:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329878#M1919757</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2015-10-17T06:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329879#M1919758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use - &lt;SPAN style="font-weight: bold; color: #6a6a6a; font-family: arial, sans-serif;"&gt;GET&lt;/SPAN&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt; CURSOR FIELD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;based on that do your action.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 07:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329879#M1919758</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2015-10-17T07:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329880#M1919759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply. Please have a look on below attached image.&lt;/P&gt;&lt;P&gt;The values are empty. already cursor is moving on this fields but still empty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 08:28:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329880#M1919759</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2015-10-17T08:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329881#M1919760</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;Just insert this piece of code in your implicit enhancement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;data &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;CALLED_FOR_FIELD&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;10&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;C&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;import &lt;/SPAN&gt;CALLED_FOR_FIELD &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;CALLED_FOR_FIELD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;MEMORY &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'CALLFIELD'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 09:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329881#M1919760</guid>
      <dc:creator>former_member210541</dc:creator>
      <dc:date>2015-10-17T09:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329882#M1919761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply. i will check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 10:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329882#M1919761</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2015-10-17T10:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329883#M1919762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;STRONG style="font-size: 10.8px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="62416" data-externalid="" data-presence="null" data-userid="974918" data-username="tanmoy.ghosh" href="https://answers.sap.com/people/tanmoy.ghosh" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7; background: transparent;"&gt;Tee Gee&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. It' working Where ever i pressed the f4_help, now it is giving the correct result. &lt;/P&gt;&lt;P&gt;May i know why default it&amp;nbsp; is not showing the screen-name. Any reason.Can u please Explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the above in se38&amp;nbsp; z-program it is working. But in enhancement never used. Now i need to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 10:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329883#M1919762</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2015-10-17T10:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329884#M1919763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;screen-name remains empty as the program navigates from one to another.&lt;/P&gt;&lt;P&gt;and your code is in a different program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 13:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329884#M1919763</guid>
      <dc:creator>former_member210541</dc:creator>
      <dc:date>2015-10-17T13:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Program has to be trigger only for particular field.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329885#M1919764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks For your reply. Point noted. and i am closing the post. &lt;/P&gt;&lt;P&gt;Keep posting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Oct 2015 13:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-has-to-be-trigger-only-for-particular-field/m-p/11329885#M1919764</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2015-10-17T13:43:21Z</dc:date>
    </item>
  </channel>
</rss>

