<?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: User exit to modify the segment E1IDB02 data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397797#M1240342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply.&lt;/P&gt;&lt;P&gt;I tried all ways as you told but still it is not stopping.&lt;/P&gt;&lt;P&gt;Also implemented the sap note 937966 (RFFOEDI1: User exits EXIT_SAPLIEDP_002 and PEXR2002)&lt;/P&gt;&lt;P&gt;but still no result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way where I can modify the data in the segment  E1IDB02?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;kalikonda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2009 14:20:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-02T14:20:18Z</dc:date>
    <item>
      <title>User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397795#M1240340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to change the data in the segment E1IDB02  field FIIKONTO before generating the IDOC.&lt;/P&gt;&lt;P&gt;I'm using the transaction code F110 for payment and the program in payment run transaction is RFF0EDI1,  message type PAYEXT and the Basic Idoc type PEXR2002.&lt;/P&gt;&lt;P&gt;I have tried the user exit 'EXIT_SAPLIEDP_002' to modify the data, but it is not triggering that user exit I guess, even tried by putting 'BREAK-POINT' as well but still it is not stopping the control at that particular point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for outbound idoc creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note : I have activated everything like project, function module etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly let me know whether I am using the correct user exit or not and if not please kindly provide me the correct 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 13:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397795#M1240340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T13:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397796#M1240341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In program SAPLIEDP search CALL CUSTOMER-FUNCTION '002' and put break point there. In debug mode check if statement CALL CUSTOMER-FUNCTION '002' is executed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this statment doesn;t execute then this is not the right user-exit..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this statement executes but FM 'EXIT_SAPLIEDP_002' is not called then .. there is problem in your CMOD definition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 13:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397796#M1240341</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2009-04-02T13:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397797#M1240342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply.&lt;/P&gt;&lt;P&gt;I tried all ways as you told but still it is not stopping.&lt;/P&gt;&lt;P&gt;Also implemented the sap note 937966 (RFFOEDI1: User exits EXIT_SAPLIEDP_002 and PEXR2002)&lt;/P&gt;&lt;P&gt;but still no result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way where I can modify the data in the segment  E1IDB02?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;kalikonda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 14:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397797#M1240342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397798#M1240343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which function module is used to process your idoc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pawan Kesari on Apr 2, 2009 8:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 15:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397798#M1240343</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2009-04-02T15:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397799#M1240344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IDOC is generated automatically when I use the transaction F110 in which I have mentioned the program name as RFFOEDI1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I dont know which function module you are talking about ?&lt;/P&gt;&lt;P&gt;please clarify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kalikonda.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 15:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397799#M1240344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T15:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397800#M1240345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you debugging? Are you running transactio F110 or executing the program RFFOEDI1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually idocs are processed by respective function module. If you know the function module then you can start debugging from there to check why exit is not being called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you defined enhancement and project in CMOD and SMOD?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 15:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397800#M1240345</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2009-04-02T15:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397801#M1240346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running the transaction F110 and not the program RFFOEDI1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kalikonda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 15:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397801#M1240346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T15:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397802#M1240347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that explain why program is not stopping at your break-point...&lt;/P&gt;&lt;P&gt;F110 call program RFFOEDI1 in background... run program RFFOEDI1 directly from SE38. use the variant specified in F110.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 15:49:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397802#M1240347</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2009-04-02T15:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397803#M1240348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I was using the incorrect user exit, but later I found the correct one and solved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time and help.&lt;/P&gt;&lt;P&gt;Awarding points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kalikonda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 18:17:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397803#M1240348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T18:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397804#M1240349</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;checek this FM--EXIT_SAPLIEDP_902&lt;/P&gt;&lt;P&gt;and check the include--ZXF08U06&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds/Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 18:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397804#M1240349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T18:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397805#M1240350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which one was the correct user exit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 10:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397805#M1240350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T10:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397806#M1240351</link>
      <description>&lt;P&gt;Hi, could you please share the correct user exit. It is needed for my requirement.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 15:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397806#M1240351</guid>
      <dc:creator>giri-san</dc:creator>
      <dc:date>2023-12-13T15:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: User exit to modify the segment E1IDB02 data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397807#M1240352</link>
      <description>Hello,  While we're happy that you've come to SAP Community to get an answer to your question, you posted your question as an comment in an old thread.&lt;BR /&gt;&lt;BR /&gt;If you're looking for help, you should ask a new question: &lt;A href="https://answers.sap.com/questions/ask.html" target="test_blank"&gt;https://answers.sap.com/questions/ask.html&lt;/A&gt;.&lt;BR /&gt;Here are some tips to help you craft an effective question for our community: &lt;A href="https://community.sap.com/resources/questions-and-answers" target="test_blank"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;, &lt;A href="https://developers.sap.com/tutorials/community-qa.html" target="test_blank"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;, &lt;A href="https://groups.community.sap.com/t5/welcome-corner-discussions/advice-from-sap-champions-questions-and-answers/m-p/123609" target="test_blank"&gt;https://groups.community.sap.com/t5/welcome-corner-discussions/advice-from-sap-champions-questions-and-answers/m-p/123609&lt;/A&gt;.&lt;BR /&gt;I encourage you to follow this guidance, as I'd really like to see you get a solution to your problem.&lt;BR /&gt;I hope you find this advice useful!</description>
      <pubDate>Thu, 14 Dec 2023 07:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-to-modify-the-segment-e1idb02-data/m-p/5397807#M1240352</guid>
      <dc:creator>moshenaveh</dc:creator>
      <dc:date>2023-12-14T07:50:20Z</dc:date>
    </item>
  </channel>
</rss>

