Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User exit for T code VA42

former_member192432
Participant
0 Likes
1,236

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

5 REPLIES 5
Read only

former_member192432
Participant
0 Likes
1,008

rectified by using BADI .

Read only

0 Likes
1,008

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

Read only

0 Likes
1,008

Hi,

Have you check 'BADI_SD_V46H0001'

It may be helpful.

Read only

0 Likes
1,008

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?

Read only

Former Member
0 Likes
1,008

Dear Chetan,

Can you please help me to find out which badi/exit you used to resolve the issue. Thanks