
Wednesday, January 26, 2011
at
1:13 AM
|
Fungsi CURRENCY_AMOUNT_DISPLAY_TO_SAP adalah untuk menyimpan suatu nilai ke table sesuai dengan currency.
Contoh :
CALL FUNCTION 'CURRENCY_AMOUNT_DISPLAY_TO_SAP'
EXPORTING
currency = 'IDR'
amount_display = 25
IMPORTING
amount_internal = gd_intval " Hasil 0.2500
EXCEPTIONS
internal_error = 1
others = 2.
Contoh :
CALL FUNCTION 'CURRENCY_AMOUNT_DISPLAY_TO_SAP'
EXPORTING
currency = 'IDR'
amount_display = 25
IMPORTING
amount_internal = gd_intval " Hasil 0.2500
EXCEPTIONS
internal_error = 1
others = 2.
Posted by
Shanto
Labels:
ABAP Function
0 comments:
Post a Comment