Application Development 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: 

FIAA_NBV_SHOW_CALC

rodrigo_paisante3
Active Contributor
0 Kudos

Hello experts.

I have a spec to change a z program because some users dont get the true residual value result. To get this value, the program use the FM FIAA_NBV_SHOW_CALC but somewhere an authority check some fields. It is a standard code... how can i re-write the client's z program without this authority check? This function calls other function, and this calls other and other, and other...

Someone, please, help me!

Regards

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos

Rodrigo,

try fm FI_AA_VALUES_CALCULATE-

field anlcv-lfd_bchwrt

hope that helps

Andreas

5 REPLIES 5

andreas_mann3
Active Contributor
0 Kudos

Rodrigo,

try fm FI_AA_VALUES_CALCULATE-

field anlcv-lfd_bchwrt

hope that helps

Andreas

rodrigo_paisante3
Active Contributor
0 Kudos

Hi, thanks for your response, but this FM did not solve m problem yet.

I change the program, but the calc values for residual value are wrong!

Could anyone help me?

If i not find a way, i will need to re-write 7 standard FM, to change FM FIAA_NBV_SHOW_CHECK wich do the authority-check. But re-write 7 standard FM? Please.. help me...

RP

0 Kudos

I want to calculate net book value (i wrote residual value).

If anyone know a way to do this calc without the FIAA_NBV_SHOW_CALC, using others FM, i still waiting.

Thanks.

0 Kudos

you can calculate net book value with table ANLC

or the previous named fm:

*Buchwert aktuell *

ANLCV-LFD_BCHWRT = ANLCV-GJA_BCHWRT

+ ANLCV-LFD_KANSW

- ANLCV-GJA_KANSW

+ ANLCV-GJE_ZUSCHR

+ ANLCV-NAFAG

+ ANLCV-SAFAG

+ ANLCV-AAFAG

+ ANLCV-MAFAG

+ ANLCV-AUFNG

+ ANLCV-GJE_BWGWB.

A.

Message was edited by:

Andreas Mann

0 Kudos

Thanks again, but the value that this calc return doesnot meet the spec.

I will return to my client, they will see and decide.

Certainly, some days i will re write the 7 standard FM...

Thanks