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: 

RASIMU02 depreciation routines not seemed to be called

0 Kudos

Hi All,

I have a requirement to change the selection screen and add fields to the output of program RASIMU02. Once I realized that it was a logical DB I thought it would be easier maybe to create my own program and just use the actual depreciation routines from RASIMU02. However the FORM depr_per_calculate does not seem to be getting called when using the variant SAP&001.

I also put a break point in FM RA_AFABUCHEN but it is not being hit either, so I am running into a brick wall here.

Any idea's or suggestions?

Thanks,

Jim

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

The form should be executed in block "GET ANLAV LATE" once whole data related to one single asset is loaded into program, if the form is not executed, you selected no asset, either from your selection criteria or because each selected asset was excluded by a REJECT statement.

Suggestion: set a break-point on GET and REJECT statements and try again.