<?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 Idoc segment field - maximum length ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291491#M155488</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;what is the maximum of characters in a segment field of an idoc ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2006 15:08:14 GMT</pubDate>
    <dc:creator>h_senden2</dc:creator>
    <dc:date>2006-06-02T15:08:14Z</dc:date>
    <item>
      <title>Idoc segment field - maximum length ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291491#M155488</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;what is the maximum of characters in a segment field of an idoc ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 15:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291491#M155488</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2006-06-02T15:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc segment field - maximum length ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291492#M155489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1000 bytes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the SDATA field of the table EDID4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 15:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291492#M155489</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-02T15:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc segment field - maximum length ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291493#M155490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max length = 1000 characters&lt;/P&gt;&lt;P&gt;Check out &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/1c/9fad3a05fdb92de10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/1c/9fad3a05fdb92de10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;FYI&lt;/P&gt; &lt;BR /&gt;&lt;BR /&gt;ALE Interface&lt;BR /&gt;The following objects are generated from the application function module:&lt;BR /&gt;&lt;BR /&gt;· Message, IDoc structure and segments: Mapping of the complex data type&lt;BR /&gt;&lt;BR /&gt;· Outbound function module: Each IDoc always contains one application object only&lt;BR /&gt;&lt;BR /&gt;· Inbound function module: IDocs are always transferred to the application individually or in packets of objects. &lt;BR /&gt;&lt;BR /&gt;· Customizing objects required for the run&lt;BR /&gt;&lt;BR /&gt;Assigning names to generated objects&lt;BR /&gt;&lt;BR /&gt;· Default message (maximum 30 characters) proposed from the function module name.&lt;BR /&gt;&lt;BR /&gt;· IDoc (maximum 30 characters) is derived from the message &amp;#150; the last two characters are extended by 01 (message &amp;lt;= 28 characters) or are replaced by 01 (message &amp;gt; 28 characters).&lt;BR /&gt;&lt;BR /&gt;· Generated function module name&lt;BR /&gt;&lt;BR /&gt;Outbound (maximum 30 characters): ALE_function module name (default)&lt;BR /&gt;&lt;BR /&gt;Inbound (maximum 30 characters): IDOC_INPUT_message (default)&lt;BR /&gt;&lt;BR /&gt;· Segments&lt;BR /&gt;&lt;BR /&gt;The default segment name begins with E1 for SAP and Z1 for customers, or namespace /.../. A meaningful and unique segment name is assigned as follows:&lt;BR /&gt;&lt;BR /&gt;- In the application system (maximum 27 characters):&lt;BR /&gt;&lt;BR /&gt;The segment name is derived from the structure name:&lt;BR /&gt;&lt;BR /&gt;· If the structure name is shorter than 24 characters, the segment name is copied directly.&lt;BR /&gt;&lt;BR /&gt;· If the structure name is longer than 23 characters, it is shortened to 23 and the &amp;#147;less important&amp;#148; characters at the front are cut off. The remaining characters are used to form a number that establishes the uniqueness of the shortened name. If numbers 01 to 99 are used, assignment continues with numbers 100 to 999 until the segment name becomes unique. This ensures that new segment names are created for the same structure, when this structure is used many times in a complex data type. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this&amp;#146;ll give you idea!!&lt;BR /&gt;&lt;B&gt;&lt;P&gt;P.S award the points.&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saquib Khan&lt;/P&gt;&lt;P&gt;"Some are wise and some are otherwise"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 15:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291493#M155490</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-06-02T15:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc segment field - maximum length ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291494#M155491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The maximum length of all the fields in a segment is 1000 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b82e443d711d1893e0000e8323c4f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b82e443d711d1893e0000e8323c4f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maximum characters allowed in a segment name is 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://download.sybase.com/pdfdocs/r3r0380e/sap38rb.pdf" target="test_blank"&gt;http://download.sybase.com/pdfdocs/r3r0380e/sap38rb.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points if found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 15:12:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291494#M155491</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2006-06-02T15:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc segment field - maximum length ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291495#M155492</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 depends on segment ? what segment you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally it is 1000 chars.&lt;/P&gt;&lt;P&gt;sdata of 1000 chars only, it can't hold more than that.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 15:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291495#M155492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T15:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc segment field - maximum length ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291496#M155493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Segment data will not hold more than 1000 Characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 15:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291496#M155493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T15:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc segment field - maximum length ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291497#M155494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the maximum length is 1000 characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 15:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-field-maximum-length/m-p/1291497#M155494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T15:21:36Z</dc:date>
    </item>
  </channel>
</rss>

