<?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: Adding Custom field to a Standard Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363790#M1839210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field group is correct because other fields under same group are getting displayed.&lt;BR /&gt;Under transaction SPRO, my field name is being displayed under a field group, I checked it.&lt;BR /&gt;But when I'm checking the same from FD03, that field is not getting displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, IF, somehow,&amp;nbsp; its visibility is being set to invisible, then, I think, that field should not be displayed when I'm executing that screen in SE51.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2014 07:56:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-03T07:56:40Z</dc:date>
    <item>
      <title>Adding Custom field to a Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363786#M1839206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to add a custom field in a standard program &lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;SAPMF02D screen &lt;SPAN style="color: #1f497d; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-bidi-font-family: 'Times New Roman'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;7131&lt;/SPAN&gt;&lt;/SPAN&gt;. I added it in the layout it is showing up on 'execution', but when I'm calling that screen from FD03(as mine is customer table related) it is not showing up. I added the field name in CHAIN-ENDCHAIN but I think problem lies in linking it with the data dictionary and adding some module name in CHAIN-ENDCHAIN. Please guide me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 05:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363786#M1839206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-03T05:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom field to a Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363787#M1839207</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;Chain EndChain is here to manage the event on a field, if you try to change the value. Not to display or not the field. &lt;/P&gt;&lt;P&gt;Did you check the code about something like&amp;nbsp; "LOOP AT SCREEN"&amp;nbsp;&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363787#M1839207</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2014-06-03T06:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom field to a Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363788#M1839208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I know it is to check the change in value.&lt;BR /&gt;I have set all the groups and it is dislaying its name in loops also. I checked it in debugging window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 07:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363788#M1839208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-03T07:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom field to a Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363789#M1839209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you have activated all the objects, seems like some inactive objects exist. If&amp;nbsp; not, check is the same screen which you trying from FD03 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you used any groups, make sure at runtime is it not becoming invisible with&amp;nbsp; Loop at screen logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Arun &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 07:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363789#M1839209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-03T07:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom field to a Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363790#M1839210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field group is correct because other fields under same group are getting displayed.&lt;BR /&gt;Under transaction SPRO, my field name is being displayed under a field group, I checked it.&lt;BR /&gt;But when I'm checking the same from FD03, that field is not getting displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, IF, somehow,&amp;nbsp; its visibility is being set to invisible, then, I think, that field should not be displayed when I'm executing that screen in SE51.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 07:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363790#M1839210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-03T07:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom field to a Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363791#M1839211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute the screen from SE51, all the fields get displayed so you cant say since fields displaying in SE51 so it has to display when you call screen inside program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There could be chances like inside PBO module code code might be written to display fields dynamically.&lt;/P&gt;&lt;P&gt;And as you said 'Other fields under same groups are getting displayed ', You can set four groups for field so are you sure what the field you have added has same groups of field being displayed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 08:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363791#M1839211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-03T08:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom field to a Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363792#M1839212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the groups are the same.&lt;BR /&gt;I am now checking the PBO code and will get back to you if the issue is still not resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 09:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-field-to-a-standard-program/m-p/10363792#M1839212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-03T09:43:59Z</dc:date>
    </item>
  </channel>
</rss>

