REPORT ZABAP_GUI_EXEC_FM .
DATA: GV_APP TYPE C LENGTH 10,
GV_PATH TYPE C LENGTH 60,
GV_SUBRC TYPE SY-SUBRC.
GV_APP = 'NOTEPAD'.
GV_PATH = 'C:kodbloguiyiboyle.txt'.
CALL FUNCTION 'GUI_EXEC'
EXPORTING
COMMAND = GV_APP
PARAMETER = GV_PATH
IMPORTING
RETURNCODE = GV_SUBRC.
IF GV_SUBRC NE 0.
MESSAGE 'bir sikinti var, muhtemelen ilgili yerde cagirilan dosya yok'
TYPE 'I'.
ELSE.
WRITE: 'bravo!'.
ENDIF.
15 Kasım 2011 Salı
SAP/ABAP: GUI_EXEC 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...
-
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....
-
Adding mirros: Open the terminal as sudo user and; apt update apt upgrade Mirrors will be added automaticly after above operat...
Hiç yorum yok:
Yorum Gönder