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...
-
Why do we need to change status of a request? Let's imagine, you have a workbench request and you already relased linked task in it....
-
Metasploitable is a kind of vulnerable Linux virtual machine image for penetration testing. It is Debian 32bit based operation system, and r...
-
* DATA : * ls_object_identity TYPE borident , * lo_gos TYPE REF TO cl_gos_document_service . * ls_object_identi...
Hiç yorum yok:
Yorum Gönder