<?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: IDOC Segment mapping change in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-mapping-change/m-p/921045#M58956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go into SE11, enter E1EDK03 into data type and display the structure. Jump to component type EDI_IDDAT and domain IDDAT and of field IDDAT. In tab value range you will find a list of possible qualifiers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement looks like qualifier 015 or 016. I can't see, if your talking about inbound or outbound IDOCs - but see, that one of this different qualifiers will be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2005 11:03:07 GMT</pubDate>
    <dc:creator>christian_wohlfahrt</dc:creator>
    <dc:date>2005-04-14T11:03:07Z</dc:date>
    <item>
      <title>IDOC Segment mapping change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-mapping-change/m-p/921044#M58955</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;How can i change the field attached to a IDOC segment.&lt;/P&gt;&lt;P&gt;Actually we have this Invoice IDOC,in which the E1EDK03 012(Qualifier) is passing the IDOC creation date instead of Billing date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i need to change this mapping to Billing date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2005 09:59:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-mapping-change/m-p/921044#M58955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-14T09:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Segment mapping change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-mapping-change/m-p/921045#M58956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go into SE11, enter E1EDK03 into data type and display the structure. Jump to component type EDI_IDDAT and domain IDDAT and of field IDDAT. In tab value range you will find a list of possible qualifiers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your requirement looks like qualifier 015 or 016. I can't see, if your talking about inbound or outbound IDOCs - but see, that one of this different qualifiers will be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2005 11:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-mapping-change/m-p/921045#M58956</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-04-14T11:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Segment mapping change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-mapping-change/m-p/921046#M58957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just checked my version of SAP (4.7) and you should get an invoice date.  Check out the subroutine FILL_E1EDK03 in function module IDOC_OUTPUT_INVOIC.  The first section of this code creates an E1EDK03 segment with the invoice date (if there is an invoice date), with qualifyer 026.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a possibility that in fact you are getting an E1EDK03 segment with the invoice date, but you are also getting other E1EDK03 segments (such as the one you mention with qualifyer 012) and they are obscuring the one you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are definitely none being created then can I suggest that you debug the subroutine FILL_E1EDK03 in function module IDOC_OUTPUT_INVOIC to check what is happening.  You may need to change the timing of your output record to 1 and run the program RSNAST00 online to get the breakpoint to be hit correctly.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If, in your version, the code doesn't include this date, then you have an exit function module EXIT_SAPLVEDF_002 (called via the subroutine CUSTOMER_FUNCTION in function module IDOC_OUTPUT_INVOIC) where you can actually add your own segment data.  For example you an change the contents of an existing segment (as per your original request), or append your own E1EDK03 segment with your own data.  I would recommend adding your own segment rather than changing whats there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to extend idocs to add your own custom segments (eg Z1EDK03), but I wouldn't recommend it in your case, because in later versions of SAP the date is provided and by not creating a new segment (Z1EDK03) you will have no mapping changes to do when you upgrade.  You can just delete your userexit code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that all makes sense and helps you with your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2005 13:54:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-mapping-change/m-p/921046#M58957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-14T13:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC Segment mapping change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-mapping-change/m-p/921047#M58958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friend,&lt;/P&gt;&lt;P&gt;I read ur previous thread regarding idoc segment addition can u please explain for me in this issue what to do thanks in advance.&lt;/P&gt;&lt;P&gt;Billing extraction idoc i have used inbuilt segments for this and function module is idoc_outbound_invoic and i am using invoic as the message type and idoc type invoic01 which i have copied to customised zinvoic and zinvoic01 this are my settings&lt;/P&gt;&lt;P&gt;My basic problem is i need to add customised segment to the idoc type/basic type in we30 which i have done through extension of segment creation and set realease.&lt;/P&gt;&lt;P&gt;But when i process this idoc i am not able to see the customised segment in the list that means the idoc ready for dispatch will contain only the inbuilt sap invoice segments and customised once which i am adding i cant view and they are not been processed&lt;/P&gt;&lt;P&gt;Shall i need to change in the function  module idoc_outbound_invoic how to do.&lt;/P&gt;&lt;P&gt;Please help me in this issue.&lt;/P&gt;&lt;P&gt;Thanks and Best regards,&lt;/P&gt;&lt;P&gt;Ujwala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-segment-mapping-change/m-p/921047#M58958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T06:38:34Z</dc:date>
    </item>
  </channel>
</rss>

