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: 

need user exit for validating field aktiv in asset accounting

Former Member
0 Kudos

Hi,

actually my requirement is for depreciation period yearly is devided into 4 quarters ( 01,02,03 as 1st quarter:03,04,05 ,and 06,07,8 and 09,10,11) and depending upon field AKTIV we need to validate AFABG as 0215, 0515,0815,1115(months and dates respectively).so inorder to make a change like this we need a user exit which needs to trigger.SO I REQUEST YOU TO PLEASE LET ME KNOW THE USER EXIT REQUIRED FOR THIS ONE.

FIRST WE NEED TO SET BREAK POINT FOR THE USER EXIT AND WHEN TRANSACTION 'AR31' IS EXECUTED THE USER EXIT MUST BE TRIGGERED AND MUST GO THE BREAKPOINT.

COULD ANY ONE PLEASE LET ME KNOW THE USER EXIT.

TABLES : ANLA , ANLB.

FIELDS : AKTIV ,AFABG.

4 REPLIES 4

former_member295881
Contributor
0 Kudos

Enhancemants:

AINT0002

AINT0003

Check this User-exit

AINT0003

I't has those fields which you are looking for.

Also there is a Business Add-in if you need.

FIAA_BW_DELTA_UPDATE

Hope this help

Edited by: zero cool on Sep 8, 2008 3:57 PM

former_member181995
Active Contributor
0 Kudos

Try with BADi FIAA_BW_DELTA_UPDATE

Method:either from UPDATE_MASTERDATA

UPDATE_DEPRECIATIONS

Former Member
0 Kudos

Hi ,

thank you for ur reply.

Former Member
0 Kudos

Hi ,

thank you for ur reply.