‎2010 Oct 11 6:51 PM
Hi ,
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.
IF sy-tcode eq 'VA02' or sy-tcode = 'VA42'.
IF fplt-teman = 'X' AND SCREEN-NAME = 'FPLT-FAKWR' AND SCREEN-GROUP2 = 'LOO'
AND SCREEN-GROUP3 = 'WER' AND SY-DYNNR = '4201' .
SCREEN-INPUT = '1'.
ENDIF.
ENDIF.
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 ?
Please help if came across similar situation.
Regards
Chetan
‎2010 Dec 21 12:05 PM
‎2011 May 26 7:20 AM
Hi Chetan,
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?
Thanks in advance for your help.
Regards
Calvin
‎2011 May 26 8:15 AM
‎2013 Oct 01 12:07 PM
Dear Chetan,
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?
‎2013 Oct 14 9:19 AM
Dear Chetan,
Can you please help me to find out which badi/exit you used to resolve the issue. Thanks