<?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: Segment in idoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097247#M979746</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;idoc is a container and the data u need to send is sent through  segments which consists of fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2008 10:46:28 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2008-06-25T10:46:28Z</dc:date>
    <item>
      <title>Segment in idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097245#M979744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam trying with Idoc in that what is the neeed of creating Segment (we31)&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;reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 10:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097245#M979744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T10:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Segment in idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097246#M979745</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;Idoc is a container which contains the data&lt;/P&gt;&lt;P&gt;in the form of segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we need to created segments in idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The physical format of the IDocs records is always the same. Therefore, the application data must be converted into a 1000 character string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill the data segments which make up the IDoc :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An IDoc is a file with a rigid formal structure. This allows the correspondents to&lt;/P&gt;&lt;P&gt;correctly interpret the IDoc information. Were it for data exchange between SAPsystems&lt;/P&gt;&lt;P&gt;only, the IDoc segments could be simply structured like the correspondent DDIC structure of the tables whose data is sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, IDocs are usually transported to a variety of legacy systems which do not run SAP. Both correspondents therefore would agree on an IDoc structure which is known to the sending and the receiving processes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transfer the whole IDoc to an internal table, having the structure of EDIDD :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All data needs to be compiled in an internal table with the structure of the standard&lt;/P&gt;&lt;P&gt;SAP table EDIDD. The records for EDIDD are principally made up of a header&lt;/P&gt;&lt;P&gt;string describing the segment and a variable length character field (called SDATA)&lt;/P&gt;&lt;P&gt;which will contain the actual segment data.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 10:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097246#M979745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T10:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Segment in idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097247#M979746</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;idoc is a container and the data u need to send is sent through  segments which consists of fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 10:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097247#M979746</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-06-25T10:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Segment in idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097248#M979747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These segments hold data in the Idoc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 10:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097248#M979747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T10:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Segment in idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097249#M979748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read following link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc" target="test_blank"&gt;http://www.erpgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will clear your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 10:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097249#M979748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T10:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Segment in idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097250#M979749</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;  Look into the following link.&lt;/P&gt;&lt;P&gt;  &lt;A href="http://saptechnical.com/Tutorials/ALE/CustomIDOC/Create.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ALE/CustomIDOC/Create.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is very usefull ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jaya Vani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 10:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097250#M979749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T10:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Segment in idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097251#M979750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Segment contains different fields. The IDOC can store data for the fields which are there in the different segments. Basic Type Consists of Different Segments and Basic Type is related with Message Type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 10:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097251#M979750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T10:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Segment in idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097252#M979751</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;For the IDOC to carry the data , segments need to be created as the data is in this form. Without creation of segments, IDOC cannot hold the data to be carried.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 12:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097252#M979751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T12:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Segment in idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097253#M979752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a special form of segment might be helpfull - it allow generic transfer of own data (Z-Tables):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field 1: STRUCTURE_NAME (containing the name of a DDIC Structure)&lt;/P&gt;&lt;P&gt;Field 2: DATA (Containing data to be filled into this structure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ATTENTION: ALE / IDOCS all works with character fields only - so before moving data into the structure (outbound) and after getting the data from the structure (inbound) conversions must be done for numeric fields, dates and time. This requires that both users for outbound and inbound processing have the same settings for that conversions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;HP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 16:41:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/segment-in-idoc/m-p/4097253#M979752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T16:41:00Z</dc:date>
    </item>
  </channel>
</rss>

