TABLES SPELL.
DATA: T_SPELL LIKE SPELL OCCURS 0 WITH HEADER LINE.
DATA: PAMOUNT LIKE SPELL-NUMBER VALUE '1234510' .
PERFORM SPELL_AMOUNT USING PAMOUNT 'TRY'.
WRITE: T_SPELL-WORD,
T_SPELL-DECWORD,
'TRY' .
FORM SPELL_AMOUNT USING PWRBTR PWAERS.
CALL FUNCTION 'SPELL_AMOUNT'
EXPORTING
AMOUNT = PAMOUNT
CURRENCY = PWAERS
FILLER = SPACE
LANGUAGE = 'T'
IMPORTING
IN_WORDS = T_SPELL
EXCEPTIONS
NOT_FOUND = 1
TOO_LARGE = 2
OTHERS = 3.
ENDFORM. " SPELL_AMOUNT
2 Aralık 2011 Cuma
SAP/ABAP: ‘SPELL_AMOUNT’ FM
Kaydol:
Kayıt Yorumları (Atom)
İnsdroid
Sabahtan beri çatada çutada çatada çutada… Bitmedi yine de… Neyse, yolumuz uzun, toparlıyorum çantamı, adaptörü falan tıkıştırıyorum bir şe...
-
Metasploitable is a kind of vulnerable Linux virtual machine image for penetration testing. It is Debian 32bit based operation system, and r...
-
Adding mirros: Open the terminal as sudo user and; apt update apt upgrade Mirrors will be added automaticly after above operat...
-
1 TCP Port Service Multiplexer (TCPMUX) 5 Remote Job Entry (RJE) 7 ECHO 18 Message Send Protocol (MSP) 20 FTP -- Data 21 FTP -- Control 22 S...
Hiç yorum yok:
Yorum Gönder