<?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 T code VA42 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409280#M1547891</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 am doing Bill. Value field (FPLT-FAKWR) editable for tcode VA42 / Billing plan tab  by using user exit USEREXIT_FIELD_MODIFICATION with below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-tcode eq 'VA02' or sy-tcode = 'VA42'.&lt;/P&gt;&lt;P&gt; IF fplt-teman = 'X' AND SCREEN-NAME = 'FPLT-FAKWR' AND SCREEN-GROUP2 = 'LOO' &lt;/P&gt;&lt;P&gt;AND SCREEN-GROUP3 = 'WER' AND   SY-DYNNR = '4201' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SCREEN-INPUT = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to edit the field but my problem is after editing the bill value it is NOT calculating Net value field ( KOMPAX-NETWR ) , it showing the old value only  so how to make it to show the sum of all line items bill. value  , do i need to pass FPLT-FAKWR value to any structure   ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help if came across similar situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Oct 2010 17:51:25 GMT</pubDate>
    <dc:creator>former_member192432</dc:creator>
    <dc:date>2010-10-11T17:51:25Z</dc:date>
    <item>
      <title>User exit for T code VA42</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409280#M1547891</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 am doing Bill. Value field (FPLT-FAKWR) editable for tcode VA42 / Billing plan tab  by using user exit USEREXIT_FIELD_MODIFICATION with below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-tcode eq 'VA02' or sy-tcode = 'VA42'.&lt;/P&gt;&lt;P&gt; IF fplt-teman = 'X' AND SCREEN-NAME = 'FPLT-FAKWR' AND SCREEN-GROUP2 = 'LOO' &lt;/P&gt;&lt;P&gt;AND SCREEN-GROUP3 = 'WER' AND   SY-DYNNR = '4201' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SCREEN-INPUT = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to edit the field but my problem is after editing the bill value it is NOT calculating Net value field ( KOMPAX-NETWR ) , it showing the old value only  so how to make it to show the sum of all line items bill. value  , do i need to pass FPLT-FAKWR value to any structure   ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help if came across similar situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chetan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 17:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409280#M1547891</guid>
      <dc:creator>former_member192432</dc:creator>
      <dc:date>2010-10-11T17:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for T code VA42</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409281#M1547892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rectified by using BADI .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Dec 2010 12:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409281#M1547892</guid>
      <dc:creator>former_member192432</dc:creator>
      <dc:date>2010-12-21T12:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for T code VA42</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409282#M1547893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chetan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 2008, you posted a thread in the SAP forum to ask about opening up the bill value field in the billing plan for editing.  You mentioned you had found a BADI to do this.  May I know which BADI did you use?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Calvin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 06:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409282#M1547893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T06:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for T code VA42</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409283#M1547894</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;Have you check 'BADI_SD_V46H0001'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 07:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409283#M1547894</guid>
      <dc:creator>former_member361845</dc:creator>
      <dc:date>2011-05-26T07:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for T code VA42</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409284#M1547895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Chetan,&lt;/P&gt;&lt;P&gt;I was following your solution to a similar issue we are facing; After editing the bill value can you please let me know the BADI/exit you used to match the value of KOMPAX-NETWR with the sum of the bill value of individual line items of the billing plan?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 11:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409284#M1547895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-01T11:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for T code VA42</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409285#M1547896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Chetan,&lt;/P&gt;&lt;P&gt;Can you please help me to find out which badi/exit you used to resolve the issue. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 08:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-t-code-va42/m-p/7409285#M1547896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-14T08:19:47Z</dc:date>
    </item>
  </channel>
</rss>

