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

Checkbox Functionality

Former Member
0 Likes
364

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@

1 REPLY 1
Read only

Former Member
0 Likes
311

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