Burhan KARADERE Kişisel Blog - Bilgisayar IT Haber - Programlama - Donanım

Hızlı Erişim

Arşiv

Hava Durumu

Bulutlu 0°C Bulutlu
Paz Az Bulutlu
8/3
Pzt Az Bulutlu
10/1
Sal Kar Yağışı İhtimali
7/1

UNIX Server File System Browse - Command Promt Shell Komutları

REPORT ZUNIX_FILE_BROWSE_COMMAND_PROMPT

DATA  UNIXCMD(50) TYPE C.
DATA: BEGIN OF ITAB occurs 0,
                LINE(200),
             end of ITAB.

PARAMETERS UNIXCOMM LIKE UNIXCMD
                    DEFAULT ’ls -ls /usr/sap/’ LOWER CASE.

* Executing the system commands witin ABAP.

call ’SYSTEM’ id ’COMMAND’ field  UNIXCOMM
       id ’TAB’   field  ITAB-*SYS*.

EDITOR-CALL FOR ITAB DISPLAY-MODE.

VN:F [1.9.13_1145]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

Related posts:

  1. Internal Table export (convert) to XML file
  2. Sap System Fields
  3. SAP System Administration Transactions
  4. Abap Excel to Internal Table

Bir Cevap Yazın

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">