<?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 Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields/m-p/1948588#M390830</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;Can anyone tell me where cud i find these fields ...&lt;/P&gt;&lt;P&gt; FIELD                                                                 KEY                 TYPE&lt;/P&gt;&lt;P&gt;Accept Indicator,                                                    Y                     Char 1&lt;/P&gt;&lt;P&gt;Financial Document number,                                   Y                     Char 10&lt;/P&gt;&lt;P&gt;Selection date for audit,                                           N                     date  &lt;/P&gt;&lt;P&gt;Auditor User ID,                                                      N                      Char 12&lt;/P&gt;&lt;P&gt;Processor User ID ( Who created the Document),      N                      Char 12&lt;/P&gt;&lt;P&gt;Vendor Number,                                                      N                      Char 10&lt;/P&gt;&lt;P&gt;Date of Audit,                                                          N                      Date&lt;/P&gt;&lt;P&gt;Time of Audit,                                                          N                      Time&lt;/P&gt;&lt;P&gt;Selection Reason,                                                    N                      Char 1&lt;/P&gt;&lt;P&gt;Selection table,                                                        N                      Char 1&lt;/P&gt;&lt;P&gt;Additional Text.                                                        N                       Char 40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As am creating a ZZ_Audit_rec table with these following fields, am not able to collect all these fields from existing table in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Parvez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2007 06:24:17 GMT</pubDate>
    <dc:creator>former_member2382</dc:creator>
    <dc:date>2007-03-02T06:24:17Z</dc:date>
    <item>
      <title>Fields..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields/m-p/1948588#M390830</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;Can anyone tell me where cud i find these fields ...&lt;/P&gt;&lt;P&gt; FIELD                                                                 KEY                 TYPE&lt;/P&gt;&lt;P&gt;Accept Indicator,                                                    Y                     Char 1&lt;/P&gt;&lt;P&gt;Financial Document number,                                   Y                     Char 10&lt;/P&gt;&lt;P&gt;Selection date for audit,                                           N                     date  &lt;/P&gt;&lt;P&gt;Auditor User ID,                                                      N                      Char 12&lt;/P&gt;&lt;P&gt;Processor User ID ( Who created the Document),      N                      Char 12&lt;/P&gt;&lt;P&gt;Vendor Number,                                                      N                      Char 10&lt;/P&gt;&lt;P&gt;Date of Audit,                                                          N                      Date&lt;/P&gt;&lt;P&gt;Time of Audit,                                                          N                      Time&lt;/P&gt;&lt;P&gt;Selection Reason,                                                    N                      Char 1&lt;/P&gt;&lt;P&gt;Selection table,                                                        N                      Char 1&lt;/P&gt;&lt;P&gt;Additional Text.                                                        N                       Char 40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As am creating a ZZ_Audit_rec table with these following fields, am not able to collect all these fields from existing table in database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Parvez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 06:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields/m-p/1948588#M390830</guid>
      <dc:creator>former_member2382</dc:creator>
      <dc:date>2007-03-02T06:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Fields..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields/m-p/1948589#M390831</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;it is better to create your own fields individuvally,by creating dataelements and domains for example for creating field you need to creating dataelement and and&lt;/P&gt;&lt;P&gt;assign domain of ?(char1) which are already existing.after that create table with&lt;/P&gt;&lt;P&gt;that elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 06:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields/m-p/1948589#M390831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T06:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fields..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields/m-p/1948590#M390832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Md,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Give Char1 in Dataelement of the Field.It's data Type will be determined automatically.So as for rest of your Char type filds.&lt;/P&gt;&lt;P&gt;For Date field give &amp;lt;b&amp;gt;DATUM&amp;lt;/b&amp;gt; as data element and for &lt;/P&gt;&lt;P&gt;Time field give &amp;lt;b&amp;gt;UZEIT&amp;lt;/b&amp;gt; as dataelement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Jothi.P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Pl ward and close the thread if you got the ans.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 06:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields/m-p/1948590#M390832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T06:35:48Z</dc:date>
    </item>
  </channel>
</rss>

