<?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 Fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842066#M44380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Remshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field that is capturing the ok code musn't be being cleared properly.  You must clear the field &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;OK-CODE&lt;/P&gt;, otherwise you will confuse the standard program!!!&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your code, try implementing something like this (i copied this exactly from the IW32 program):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*-&amp;gt; ab jetzt mit temporären FCode arbeiten
  TMP_FCODE = OK-CODE.
  CLEAR OK-CODE.
* You can then do your processing based on TMP_FCODE
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have problems, try clearing OK-CODE after you call the Z program.  Maybe ok codes from this program are passing back to IW32 (not sure how, but possible).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2005 10:28:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-04T10:28:20Z</dc:date>
    <item>
      <title>Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842062#M44376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we have our own custom fields on the Additional Data tab in IW32 (Service order ) Txn ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 18:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842062#M44376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-03T18:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842063#M44377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The short answer is a qualified yes. You can have your own fields, but they appear on a new tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following thread contains details of the userexit and the steps you need to perform to get this done (read through all the posts in the thread, the good stuff comes near the end):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="365137"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Brad Williams&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Brad Williams&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 19:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842063#M44377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-03T19:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842064#M44378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I have a new tab now with 2 push buttons. On the click of the one button a Z program is called and after the Z program is executed it comes back to the Enhancement tab but then the ok code of the pushbutton does not get erased and hence an error message appears. I have cleared the ok code at the PAI still it doesn't work. Any tips ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2005 21:40:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842064#M44378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-03T21:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842065#M44379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if you can specify the error message you are getting - the message class and the message number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One possibility is that you will get the message V0 - 104, which says &amp;lt;i&amp;gt;Requested function &amp;lt;fucntion code&amp;gt; is not available here&amp;lt;/i&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do confirm if that is what you're getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 07:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842065#M44379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T07:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842066#M44380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Remshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field that is capturing the ok code musn't be being cleared properly.  You must clear the field &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;OK-CODE&lt;/P&gt;, otherwise you will confuse the standard program!!!&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your code, try implementing something like this (i copied this exactly from the IW32 program):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*-&amp;gt; ab jetzt mit temporären FCode arbeiten
  TMP_FCODE = OK-CODE.
  CLEAR OK-CODE.
* You can then do your processing based on TMP_FCODE
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have problems, try clearing OK-CODE after you call the Z program.  Maybe ok codes from this program are passing back to IW32 (not sure how, but possible).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 10:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842066#M44380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T10:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842067#M44381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting exactly the same message. &lt;/P&gt;&lt;P&gt;"Requested function (fcode of my push button) is not available here".&lt;/P&gt;&lt;P&gt;It tries to validate this fcode with T185 table for program SAPLCOIH and since it cannot find the fcode there is gives out this message.&lt;/P&gt;&lt;P&gt;How do i avoid this message or any tips on this ??&lt;/P&gt;&lt;P&gt;Many Thanks ,&lt;/P&gt;&lt;P&gt;Reshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 21:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842067#M44381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T21:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842068#M44382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Remshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I take it that my suggestion didn't help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 21:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842068#M44382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T21:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842069#M44383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;Unfortunately it didn't work. Will let you know if someone else replies to my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2005 22:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842069#M44383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-04T22:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842070#M44384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has turned out to be a bit more complicated than I had imagined. In SAP, there's this concept of screen sequence groups which applies to the transaction (IW32) we are now dealing with, as well to some others in the area of Plant Maintenance (and other areas). Here, the tables T185* are used to control screen sequences. The system queries the tables (using the Function Module SCREEN_SEQUENCE_CONTROL) to see if the screen sequence is proper and permitted in the application context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a transaction called VFBS which is to be used for customizing these screen sequences. Since we are using an enhancement to cause a minor diversion to sequence of screens called in the IW32 application, we have to do the necessary configuration. I have tried to replicate your scenario and have been successful in avoiding the errors. Here's the procedure to be followed - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make the Function Code of your Push Button to begin with Z8 or Z9. That is the allowed namespace for the entries in this table. You can verify that using the report RDDKOR54, by choosing the table name as T185F. Also, though not mandatory, try to make your Function code only 4 characters in length. Let us say, for the purpose of this discussion, that the function code you are using is Z8XY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Go to transaction VFBS. Give the program name as SAPLCOIH. Select the table T185F (First Radio button Option) and go into the change mode. Make a New Entry in the table as follows:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Program = SAPLCOIH
TTyp (Transaction Type) = *
FCode = Z8XY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Save the data and come back to the initial screen of VFBS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.  From the initial screen of VFBS, give the program name as SAPLCOIH again and select the table T185 (Second Radio Button Option) and go into the change mode. Make a new entry in this table as follows - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Program: SAPLCOIH
Scr.seq.group = *
It.gr.scr.seq. = *
Screen group = *
Panel = *
Processing Location Function code = Z8XY
Next Location Function Code = Z8XY
Parameter source = A&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the data and come out of the transaction. In this step as well as in the above one, you will be prompted to give a transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Now go to IW32 and test the new push button again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're still having some problems, please revert to me, I shall try to see what can be done. &lt;/P&gt;&lt;P&gt;If the problem is resolved, reward the points and mark the thread as answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. The above procedure, to the best of my knowledge, is the standard way of resolving the kind of errors we have encountered. It is not to be considered just as a means of circumventing the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2005 08:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842070#M44384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-05T08:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842071#M44385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Here again i seek your help. R'ber about the VFBS to add the function codes for SAPLCOIH. Now i am facing another problem.&lt;/P&gt;&lt;P&gt;When i click on the button on the screen exit subscreen it takes me correctly to another screen but when i back out and click on another button ( not present in the subscreen) it carries the original OK CODE and hence a wrong screen comes up.&lt;/P&gt;&lt;P&gt;I thought it had to do with the screen sequence so i tried changing the screen sequence in T185 through VFBS but didn't work.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Can you send me some suggestions regarding this ??&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2005 05:15:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842071#M44385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-23T05:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842072#M44386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me tell you waht steps I have followed - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I hit on the pushbutton on the subscreen, I go to another screen/transaction. &lt;/P&gt;&lt;P&gt;2. I hit the BACK button on the called transaction's screen. I come back to the new tab of IW32 that we have added (and from where I have navigated to the new transaction).&lt;/P&gt;&lt;P&gt;3. I hit another button in IW32, for example, another tab, which is not present on this subscreen that we have added as an enhancement. come back, everything is working okay. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see any problem with the old function code. Have I missed out something? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2005 10:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842072#M44386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-04T10:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842073#M44387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reshmi,&lt;/P&gt;&lt;P&gt;I have faced similar problem with IW52 trasaction.&lt;/P&gt;&lt;P&gt;What I did might not be a correct way. but it has worked.&lt;/P&gt;&lt;P&gt;Use one of the std Function Code already available in T185 table .Just ensure that it is not affecting your functionality anywhere.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amruta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2005 11:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842073#M44387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-13T11:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842074#M44388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anand, I also have a similar functionality. I have to add table control  to SAPMV45A 8459 screen. And I will have some custom functions on the table control (Mass update, insert, delete, etc)... But I get the same message that 'Function code is not maintained here'.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the steps that I need to follow in VBFS to include all my custom functions? Thanks for your help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 14:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842074#M44388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T14:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842075#M44389</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;If you come to know any method to add the funciton codes in the table T185F then please let me know also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 17:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842075#M44389</guid>
      <dc:creator>pankajs_dwivedi</dc:creator>
      <dc:date>2006-12-12T17:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842076#M44390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can let me know as well for all other tables ;T185F, T185, T185V, T185D, T185E, TAXITABS ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: B. Krebbers on Aug 4, 2009 4:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 14:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842076#M44390</guid>
      <dc:creator>b_krebbers</dc:creator>
      <dc:date>2009-08-04T14:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842077#M44391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Poonam, I have a similar problem. i have customised the IW31 screen using the  IMG customisation. and i have used the screen exit  IWO10018 to add a button and 5 new  fields.Also i have added entries to the T185*  now when i click this button I can open a new screen . &lt;/P&gt;&lt;P&gt;However when I go back to the initial screen (img customised screen) and click anywhere except the buttons or even if i hit a simple enter  or do a scroll . it recognises the functioncode and takes me again to the new screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you suggest somthing.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 05:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842077#M44391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T05:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842078#M44392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup I have exactly the same problem. I was thinking about using table T185 where you can define the next function code so I would use something that wouldn't mess my program up, but the problem is that when I try to define the next function code I get an error message saying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source =  prohibits specification of follow-on parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Message no. V0301&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, my program is SAPLCJWB and I am using customer screens for CJ02.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Nov 2010 17:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842078#M44392</guid>
      <dc:creator>bruno_esperanca</dc:creator>
      <dc:date>2010-11-26T17:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842079#M44393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  I got a similar problem with QA02, I followed the same procedure and made an entry with SAPLQPL1 in the table .Now i am getting a new error "Flow control: Entry SAPLQPL1, RW  , * , *   , *   , 02 is missing in T185". How to rectify it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neelima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 11:45:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842079#M44393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-21T11:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842080#M44394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Poornanand Mandalika,&lt;/P&gt;&lt;P&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; You answer works for me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nellai Muthu..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 13:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842080#M44394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-09T13:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842081#M44395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! &lt;/P&gt;&lt;P&gt;Your response was correct, &lt;/P&gt;&lt;P&gt;but additional I was to setting 3 record in T185F for my Tx: &lt;STRONG&gt;Z8CU.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;like this ,&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/503408" width="450" /&gt;&lt;/P&gt;&lt;P&gt;all this is for A=View, H=Create, V= Modify from VA03, VA02, VA01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 15:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields/m-p/842081#M44395</guid>
      <dc:creator>EdwarSoto</dc:creator>
      <dc:date>2014-07-22T15:20:55Z</dc:date>
    </item>
  </channel>
</rss>

