<?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: Modify data in Segment E1IDBW1 for Basic Type PAYEXT2002 msg typ PAYEXT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-segment-e1idbw1-for-basic-type-payext2002-msg-typ-payext/m-p/4247313#M1013772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Penny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem but my control is not at all stopping in the user exit 'EXIT_SAPLIEDP_002' which i have implemented for the message type PAYEXT and the idoc type PEXR2002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change some data in the segment E1IDB02  but I am not able to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please send the details like how you are able to stop the control in the user exit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kalikonda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2009 15:05:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-02T15:05:36Z</dc:date>
    <item>
      <title>Modify data in Segment E1IDBW1 for Basic Type PAYEXT2002 msg typ PAYEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-segment-e1idbw1-for-basic-type-payext2002-msg-typ-payext/m-p/4247310#M1013769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I need help for user-exit that can modify segment E1DBW1 during creation IDOC using program RFFOEDI1. Right now I`ve tried quite a lot of user-exit based on notes 1163193 and so far I couldnt find it the suitable one. Also based on notes 1164524 "Here a few exits were provided that can be used to update this segment 001(for REMADV), 002(for PAYEXT), 003(for DIRDEB) and then executes the BTE 00002441." &lt;/P&gt;&lt;P&gt;  so far only stop at EXIT_SAPLIEDP_002, but when i checked during debugging mode, looks like segment E1DBW1 not populated yet. Segment E1DBW1 only exist in edidd_table when FM IHC_BTE_00002441_PAYEXT get called. &lt;/P&gt;&lt;P&gt;Does anybody ever get the same requirement? Kindly help me on this. Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;willy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 05:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-segment-e1idbw1-for-basic-type-payext2002-msg-typ-payext/m-p/4247310#M1013769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T05:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data in Segment E1IDBW1 for Basic Type PAYEXT2002 msg typ PAYEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-segment-e1idbw1-for-basic-type-payext2002-msg-typ-payext/m-p/4247311#M1013770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I'm running into the same issue you had with Segment E1IDBW1.  Were you able to find a solution.  If you have found a solution, could you please provide any additional information to help me further along with this segment.  At this time, i have included segment E1IDBW1 in tcode OBAZ for idoc type PAYEXT.  Also, i have included logic in the user exit EXIT_SAPLIEDP_002 to modify the E1IDBW1 fields.   I do get the segment to appear in the idoc PAYEXT, however, i cannot modify the E1IDBW1 fields, even though they are user defined text fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any additional information would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Penny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 14:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-segment-e1idbw1-for-basic-type-payext2002-msg-typ-payext/m-p/4247311#M1013770</guid>
      <dc:creator>former_member344738</dc:creator>
      <dc:date>2008-12-09T14:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data in Segment E1IDBW1 for Basic Type PAYEXT2002 msg typ PAYEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-segment-e1idbw1-for-basic-type-payext2002-msg-typ-payext/m-p/4247312#M1013771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Willy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem but my control is not at all stopping in the user exit 'EXIT_SAPLIEDP_002' which i have implemented for the message type PAYEXT and the idoc type PEXR2002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change some data in the segment E1IDB02  but I am not able to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please send the details like how you are able to stop the control in the user exit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kalikonda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 15:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-segment-e1idbw1-for-basic-type-payext2002-msg-typ-payext/m-p/4247312#M1013771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T15:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Modify data in Segment E1IDBW1 for Basic Type PAYEXT2002 msg typ PAYEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-segment-e1idbw1-for-basic-type-payext2002-msg-typ-payext/m-p/4247313#M1013772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Penny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem but my control is not at all stopping in the user exit 'EXIT_SAPLIEDP_002' which i have implemented for the message type PAYEXT and the idoc type PEXR2002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change some data in the segment E1IDB02  but I am not able to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please send the details like how you are able to stop the control in the user exit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kalikonda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 15:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-data-in-segment-e1idbw1-for-basic-type-payext2002-msg-typ-payext/m-p/4247313#M1013772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T15:05:36Z</dc:date>
    </item>
  </channel>
</rss>

