<?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 user  exit for EA33 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-ea33/m-p/8043807#M1611124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know the user exit for EA33.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i need to change the value in the selection field reason for reversal.It is set To 00 and in only output mode.So I can not make a transaction variant for it.&lt;/P&gt;&lt;P&gt;Also this selection field reason for reversal is filled from table TE272. which doesnot contain any value like 00 in field BCREASON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if I execute the EA33.it gives me error like Entry  00 E does not exist in V_TE272_INV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it is clear the entry in this selection field is wrong and also its an output only type.&lt;/P&gt;&lt;P&gt;So how I will change this field value in transaction EA33?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2011 07:40:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-02T07:40:17Z</dc:date>
    <item>
      <title>user  exit for EA33</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-ea33/m-p/8043807#M1611124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know the user exit for EA33.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i need to change the value in the selection field reason for reversal.It is set To 00 and in only output mode.So I can not make a transaction variant for it.&lt;/P&gt;&lt;P&gt;Also this selection field reason for reversal is filled from table TE272. which doesnot contain any value like 00 in field BCREASON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if I execute the EA33.it gives me error like Entry  00 E does not exist in V_TE272_INV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it is clear the entry in this selection field is wrong and also its an output only type.&lt;/P&gt;&lt;P&gt;So how I will change this field value in transaction EA33?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 07:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-ea33/m-p/8043807#M1611124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-02T07:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: user  exit for EA33</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-ea33/m-p/8043808#M1611125</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;Below are the BADI's available for EA33 tcode, &lt;/P&gt;&lt;P&gt;BADI_CTRACDOC_GETDETAIL&lt;/P&gt;&lt;P&gt;ES_FIN_EBPP_CFE&lt;/P&gt;&lt;P&gt;ES_FIN_EBPP_CONTACT&lt;/P&gt;&lt;P&gt;ES_FIN_EBPP_GENERAL_CONTACT&lt;/P&gt;&lt;P&gt;ES_FIN_EBPP_MAIL_ADDR_CHANGE&lt;/P&gt;&lt;P&gt;ES_FIN_EBPP_MAIL_BANK_ADD&lt;/P&gt;&lt;P&gt;ES_FIN_EBPP_MAIL_BANK_CHANGE&lt;/P&gt;&lt;P&gt;ES_FIN_EBPP_MAIL_BANK_DELETE&lt;/P&gt;&lt;P&gt;ES_FIN_EBPP_MAIL_CARD_ADD&lt;/P&gt;&lt;P&gt;ES_FIN_EBPP_MAIL_CARD_CHANGE&lt;/P&gt;&lt;P&gt;ES_FIN_EBPP_MAIL_CARD_DELETE&lt;/P&gt;&lt;P&gt;ES_FIN_EBPP_MAIL_PUT_DATA&lt;/P&gt;&lt;P&gt;ES_FIN_EBPP_MAIL_STOP_DATA&lt;/P&gt;&lt;P&gt;GEN_EBPP_DEBITOR_SL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to check above badis for your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 07:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-ea33/m-p/8043808#M1611125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-02T07:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: user  exit for EA33</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-ea33/m-p/8043809#M1611126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;If we adda new entry in databse table with BREASON 00.THen I think we can select any reason in transaction EA33. because this tab got activated on entre.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 03:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-ea33/m-p/8043809#M1611126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-03T03:51:31Z</dc:date>
    </item>
  </channel>
</rss>

