‎2009 Sep 24 11:26 AM
Hi,
In AR02 txcode there is Deprication Post (checkbox) i have tried to find the logic when
Depreciation post checkbox is checked and unchecked in report RAGITT_ALV01 which is for
AR02 txcode. The parameter name of depreciation check post checkbox is PA_XGBAF and i have \
used where-used-list but i havent found where the logic is behind this pa_xgbaf.
Can anyone help me to find actualy where the logic is working for Depreciation post check.
Regards
VEnk@
‎2009 Sep 24 11:48 AM
Hi,
Using Search in RAGITT_ALV01 i can see the usage of PA_XGBAF in the following lines;
196 PARAMETERS:
* Gebuchte AfA .
pa_xgbaf LIKE anla0-xgbaf.
282 AT SELECTION-SCREEN ON pa_xgbaf.
283 IF not pa_xgbaf is initial.
284 *anla0-xgbaf = anla0-xgbaf = pa_xgbaf.
297 IF not pa_xgbaf is initial.
352 *anla0-xgbaf = pa_xgbaf.Hope this helps you.
Regards
Karthik D