<?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: Flat structure or Flat character in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-structure-or-flat-character/m-p/12112069#M1973678</link>
    <description>&lt;P&gt;the statement is from sap documentation on set parameter and get parameter. I want to understand the context of flat in the statement.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2019 12:42:54 GMT</pubDate>
    <dc:creator>former_member649377</dc:creator>
    <dc:date>2019-12-16T12:42:54Z</dc:date>
    <item>
      <title>Flat structure or Flat character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-structure-or-flat-character/m-p/12112066#M1973675</link>
      <description>&lt;P&gt;what is the meaning of flat character in the below sentence.&lt;/P&gt;
  &lt;P&gt;"This statement sets the content of the SPA/GPA parameter specified in piduser memory to the content of the data object dobj. The ID pid must be a&lt;STRONG&gt; &lt;/STRONG&gt;&lt;STRONG&gt;flat&lt;/STRONG&gt;&lt;STRONG&gt; character-like field &lt;/STRONG&gt;that contains no more than 20 characters and does not consist solely of blanks. pid is case-sensitive. dobj expects a&lt;STRONG&gt; flat character-like field&lt;/STRONG&gt; whose binary content is passed in an unconverted format."&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 10:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-structure-or-flat-character/m-p/12112066#M1973675</guid>
      <dc:creator>former_member649377</dc:creator>
      <dc:date>2019-12-16T10:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Flat structure or Flat character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-structure-or-flat-character/m-p/12112067#M1973676</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Flat char field is "TYPE C" field. in ur case "Field1 TYPE C LENGTH 20."&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 11:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-structure-or-flat-character/m-p/12112067#M1973676</guid>
      <dc:creator>gayathri_jayajeevan2</dc:creator>
      <dc:date>2019-12-16T11:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Flat structure or Flat character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-structure-or-flat-character/m-p/12112068#M1973677</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/users/910199/am3en99.html"&gt;Mohd Ameen Bari&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you share the code with us on this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 11:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-structure-or-flat-character/m-p/12112068#M1973677</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2019-12-16T11:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Flat structure or Flat character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-structure-or-flat-character/m-p/12112069#M1973678</link>
      <description>&lt;P&gt;the statement is from sap documentation on set parameter and get parameter. I want to understand the context of flat in the statement.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 12:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-structure-or-flat-character/m-p/12112069#M1973678</guid>
      <dc:creator>former_member649377</dc:creator>
      <dc:date>2019-12-16T12:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Flat structure or Flat character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-structure-or-flat-character/m-p/12112070#M1973679</link>
      <description>&lt;P&gt;Link: &lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/index.htm?file=abapset_parameter.htm"&gt;ABAP Documentation - SET PARAMETER&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It refers to flat ("&lt;STRONG&gt;All elementary &lt;/STRONG&gt;data types &lt;STRONG&gt;except &lt;/STRONG&gt;&lt;STRONG&gt;string&lt;/STRONG&gt; and xstring &lt;STRONG&gt;are flat&lt;/STRONG&gt;"), elementary ("Data type of fixed or variable length that is not structured, not a table type, and not a reference type"), &lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/index.htm?file=abencharlike_data_type_glosry.htm"&gt;character-like data type&lt;/A&gt; ("Data type whose data objects contain characters encoded according to the current code page. The real character-like data types are &lt;STRONG&gt;text field, numeric text field&lt;/STRONG&gt;, and text string. Alongside these, &lt;STRONG&gt;date type and time type&lt;/STRONG&gt; are special character-like data types. The associated &lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/index.htm?file=abenbuilt_in_types_generic.htm"&gt;generic abap type&lt;/A&gt; is clike").&lt;/P&gt;&lt;P&gt;Consequently, &lt;STRONG&gt;flat character-like fields&lt;/STRONG&gt; are the types C (text field), N (numeric text field), D (date type) and T (time type).&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 13:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-structure-or-flat-character/m-p/12112070#M1973679</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-12-16T13:01:08Z</dc:date>
    </item>
  </channel>
</rss>

