<?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 Custom segments to basic IDOC type without extension in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-segments-to-basic-idoc-type-without-extension/m-p/5957639#M1337138</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;Is it possible that an IDOC has custom segments which are getting populated and the basic type does not have any custom segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should we find from where the custom segments are getting populated and displayed?&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;Subhashini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2009 10:06:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-06T10:06:39Z</dc:date>
    <item>
      <title>Custom segments to basic IDOC type without extension</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-segments-to-basic-idoc-type-without-extension/m-p/5957639#M1337138</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;Is it possible that an IDOC has custom segments which are getting populated and the basic type does not have any custom segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should we find from where the custom segments are getting populated and displayed?&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;Subhashini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 10:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-segments-to-basic-idoc-type-without-extension/m-p/5957639#M1337138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T10:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom segments to basic IDOC type without extension</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-segments-to-basic-idoc-type-without-extension/m-p/5957640#M1337139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the extension type attached to the idoc type in WE82, the custom segemnts would be populated through idoc exit. If you provide whats the Idoc type the we can able to give the exit names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 10:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-segments-to-basic-idoc-type-without-extension/m-p/5957640#M1337139</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2009-08-06T10:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Custom segments to basic IDOC type without extension</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-segments-to-basic-idoc-type-without-extension/m-p/5957641#M1337140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Custom segment are generated when standand basic type  as well as custom basic type is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basic type does not have any custom segments(use code in approprite user-exit)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check we82 , we52 and also we05 to see the basic types and status of idoc generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will clear your doubt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 13:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-segments-to-basic-idoc-type-without-extension/m-p/5957641#M1337140</guid>
      <dc:creator>former_member361845</dc:creator>
      <dc:date>2009-08-07T13:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom segments to basic IDOC type without extension</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-segments-to-basic-idoc-type-without-extension/m-p/5957642#M1337141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Lets say in DELVRY05 Idoc Type, we have a Segment Called E1EDL20 and since this is a Standard SAP Provided Basic Type, it will not have any Custom Segments ( Z-Segments). Now, If I want some additional Information to be populated as part of a Custom Segment, what I would do is to Create an IDoc Extension ZDELVRY05 with reference to the Basic Type DELVRY05 and Create a Custom Segment Z1EDL20 (Per Say) in which I'll populate the Custom Data Fields using an Exit. So, unless we create an IDoc Extension for a Basic Type, the Standard SAP Basic Type will not have any Custom Segments-Fields (Z-Segments).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkata Phani Prasad K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 06:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-segments-to-basic-idoc-type-without-extension/m-p/5957642#M1337141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T06:25:01Z</dc:date>
    </item>
  </channel>
</rss>

