Enterprise Resource Planning Blogs by SAP
Get insights and updates about cloud ERP and RISE with SAP, SAP S/4HANA and SAP S/4HANA Cloud, and more enterprise management capabilities with SAP blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
beam_liang
Advisor
Advisor
0 Kudos
491

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

For example:

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

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.