DATA: BEGIN OF INT_TEXT,
TEXT(255),
END OF INT_TEXT,
LV_TEXT(255).
CALL FUNCTION 'TERM_CONTROL_EDIT'
EXPORTING
TITEL = TEXT-001
LANGU = SY-LANGU
TABLES
TEXTLINES = INT_TEXT
EXCEPTIONS
USER_CANCELLED = 1
OTHERS = 2.
IF SY-SUBRC <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
CONCATENATE LINES OF INT_TEXT INTO LV_TEXT.
7 Kasım 2011 Pazartesi
SAP/ABAP: TERM_CONTROL_EDIT 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