<?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: creating  segment in IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067851#M93858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first create the segments in we31 and then goto we30 and then add the segments to that basic type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Dec 2005 04:56:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-23T04:56:38Z</dc:date>
    <item>
      <title>creating  segment in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067846#M93853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to idoc's. I was trying to create a basic idoc . I went to /we31 transaction and entered the name and the fields .When i try to save . It gives an error message  the "data element is not active" .can u please tell how do i activate it so that i can go to next step .  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2005 18:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067846#M93853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-22T18:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: creating  segment in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067847#M93854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you assign the data element, check it is active or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the table control click on the data element and see it is active or not. activate the data element and check..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2005 19:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067847#M93854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-22T19:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: creating  segment in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067848#M93855</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;Here is the general steps to create segments. Check the following steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter transaction WE30 (ALE-&amp;gt;Extension-&amp;gt; IDOC types-&amp;gt;Maintain Idoc type)&lt;/P&gt;&lt;P&gt;- Type in your name of the extended IDOC type (usually starting with 'Z') and click on the Basic IDoc type, click the create icon. &lt;/P&gt;&lt;P&gt;- Click on Create new and enter a description and press enter.&lt;/P&gt;&lt;P&gt;- Click on ZIDOCTYPE01 and then on the Create icon.&lt;/P&gt;&lt;P&gt;- Enter ZIDOCTYPE as the segment type, click on Segment Editor.&lt;/P&gt;&lt;P&gt;- Enter a description for your segment type and create.&lt;/P&gt;&lt;P&gt;- Enter a description for your segment, enter each field required in your IDoc and press enter to validate.&lt;/P&gt;&lt;P&gt;- Save and generate, press back&lt;/P&gt;&lt;P&gt;- To release the segment choose Goto, Release from the menu.&lt;/P&gt;&lt;P&gt;- Check the box on the line of your segment.&lt;/P&gt;&lt;P&gt;- Save, back and enter.&lt;/P&gt;&lt;P&gt;- Your Idoc type structure should be displayed with your new segment.&lt;/P&gt;&lt;P&gt;- Save and back.&lt;/P&gt;&lt;P&gt;- To release the Idoc type choose Extras, Release type from the menu and Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2005 19:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067848#M93855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-22T19:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: creating  segment in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067849#M93856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi naga , &lt;/P&gt;&lt;P&gt;thanks for the info . I tried doing it . as u said went to we30 and created z zidoctype01 , gave description and then when i went to create a seg type . i typed the name of the segment as zidoctype and clicked on segment editor it gives the following message "Entry ZIDOCTYPE does not exist - check your entry " . Am i doing something wrong ? Please correct me . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2005 04:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067849#M93856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-23T04:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: creating  segment in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067850#M93857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to create the Segments first using transaction WE31. Once you create all the segments, come back to WE30 and then create the IDOC type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please reward the posts that help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2005 04:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067850#M93857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-23T04:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: creating  segment in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067851#M93858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first create the segments in we31 and then goto we30 and then add the segments to that basic type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2005 04:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-segment-in-idoc/m-p/1067851#M93858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-23T04:56:38Z</dc:date>
    </item>
  </channel>
</rss>

