Skip to Content
Author's profile photo Beam Liang

Default positive/negative amount when post retirement via AS91/AS92

When we post retirement via AS91 or AS92, we could find system has default the field is positive or negative.

For example:

4-15-2015 4-39-04 PM.png

Enter revaluation amount 10000. Then enter, the amount will show as -10000.

4-15-2015 4-42-26 PM.png

System will do following check in SAPLALTD, include LALTDI0S:

CASE TABW_ANSHKZ_TMP.

      WHEN ‘H’.

……

IF GT_ANTVAL-AUFWV > 0.

          GT_ANTVAL-AUFWV = 0 – GT_ANTVAL-AUFWV.

        ENDIF.

……

Here we could find if we enter a positive revaluation amount, system will change it to negative.

For other transaction, we could also check the default amount is positive or negative here.

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.