<?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 fields in my customized screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-my-customized-screen/m-p/3873223#M930996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear abapers,&lt;/P&gt;&lt;P&gt;    Can anyone tell me the following:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hve created 3 fields in my customized screen, now i want these 3 fields to be added in the condition field catelog - how to do it? can anyone guide me for the same&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;Sudhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2008 11:14:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-26T11:14:10Z</dc:date>
    <item>
      <title>fields in my customized screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-my-customized-screen/m-p/3873223#M930996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear abapers,&lt;/P&gt;&lt;P&gt;    Can anyone tell me the following:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hve created 3 fields in my customized screen, now i want these 3 fields to be added in the condition field catelog - how to do it? can anyone guide me for the same&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;Sudhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-my-customized-screen/m-p/3873223#M930996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: fields in my customized screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-my-customized-screen/m-p/3873224#M930997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there may be 2 ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) the fieldcatalog could be created with reference with some database structures, append you field to the structure, it will display the output fields. Now find an exit in the report which can be used to populate the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) The whole thing can be handled in the exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can give me the transaction name where you are looking to do this it will be more helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope That Helps&lt;/P&gt;&lt;P&gt;Anirban M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-my-customized-screen/m-p/3873224#M930997</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2008-05-26T11:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: fields in my customized screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-my-customized-screen/m-p/3873225#M930998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can create a custom include in your table &lt;/P&gt;&lt;P&gt;add these 3 fields in the table &lt;/P&gt;&lt;P&gt;and can then use them in your field catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if u want u can go for append structures , but sometimes &lt;/P&gt;&lt;P&gt;it leads to problems in unicode checks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so better you do a custom include&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-my-customized-screen/m-p/3873225#M930998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: fields in my customized screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-my-customized-screen/m-p/3873226#M930999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created a time sheet for employees to enter their working hours, now with this time sheet i am creating a sales order through BDC, in the sales order 1st line item will have one rate and the second line item same material has to have different line item. for the SD guy to give different rates he needs the Time sheet fields. What can i do.&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;SUdhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-in-my-customized-screen/m-p/3873226#M930999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:27:08Z</dc:date>
    </item>
  </channel>
</rss>

