/nxxxx – Call a transaction in the same session (window)
/*xxxx – Call transaction in the same session (window), whereby
the initial screen is skipped.
/oxxxx – Call transaction in an additional session
/n – To end the current transaction (Caution: Unsaved changes are lost without warning) /i – To delete the current session
/o – To generate a session list
/ns000 – To end the current transaction and return to the starting
menu
/nend – To log off from the system
/nex – To log off from the system without a confirmation prompt
(Caution: Changes that were not saved are lost without
warning)
Key:
xxxx = transaction
[..]Devamını Oku
report zdirectory_browse .
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
[..]Devamını Oku
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
[..]Devamını Oku
sudo gedit /etc/apt/sources.list
apt-cache search jdk apt-get update
apt-get upgrade ubuntu permission
https://help.ubuntu.com/community/FilePermissions
http://basishowto.blogspot.com/2008/09/installation-and-configuration-of.html
http://forums.sdn.sap.com/thread.jspa?forumID=189&threadID=194324
http://www.linuxfellaz.net/doku.php?id=blog:howtos:ubuntu:sap-gui
http://ubuntuforums.org/archive/index.php/t-232847.html
ftp://ftp.sap.com/pub/sapgui/java/720/
http://forums.sdn.sap.com/thread.jspa?threadID=1605467&tstart=0
java -jar PlatinGUI-Linux-700.jar
http://packages.ubuntu.com/karmic/
http://www.sdn.sap.com/irj/sdn/sap-gui?rid=/library/uuid/409011e2-0ef8-2a10-3b96-cd490895cbdc
Name Type Content
sy-abcde c(26) Contains the Latin alphabet. Can be used to access individual letters directly by specifying the offset/length, regardless of the code page.
sy-batch c(1) Set to “X” in an ABAP program that runs in the background, otherwise initial.
sy-binpt c(1) Set to “X” during processing of batch input sessions, and in ABAP programs called using CALL TRANSACTION USING. Otherwise initial.
sy-calld c(1) Contains a blank character in the first program in a call sequence, otherwise contains the value “X”. Is set to “X” after calls using CALL TRANSACTION, CALL DIALOG, or SUBMIT … AND RETURN. Empty if the program was started using LEAVE TO TRANSACTION or a transaction from the screen. A call using SUBMIT (without AND RETURN) assumes the value of the calling program.
sy-callr c(8) When printing lists, contains a value that displays where printing was started – for example, NEW-PAGE for program-controlled printing, or RSDBRUNT for printing from the selection screen.
sy-colno i Current position during creation of a list in the list buffer. Counting begins at 1. In non- Unicode systems, this position also corresponds to the column in the displayed list. In Unicode systems, this is only guaranteed for the lower and upper output limits applicable to each output, as one character may take up more columns in the list than positions in the list buffer.
sy-cpage i Page number of the page displayed at the top of the list for which a list event was triggered. Counting begins at 1.
sy-cprog c(40) In procedures called externally, the name of the calling program, otherwise the name of the current program. If a procedure called externally calls another external procedure, sy-cprog contains the name of the framework program, and is not set to the name of the framework program of the subsequent calling program.
sy-cucol i Horizontal cursor position in the display on a dynpro. Counting begins at column 2.
sy-curow i Vertical cursor position on the screen display of a screen. Counting begins at line 1.
sy-datar c(1) At PAI, contains “X” if at least one input field of a screen has been changed by a user or by further data transfer, otherwise initial.
sy-datlo d Local date of the user – for example, “19990723″. Can be set using GET TIME.
sy-datum d System date (local date of the AS ABAP). Can be set using GET TIME.
sy-dayst c(1) “X” during summertime, otherwise initial.
sy-dbcnt i SQL statements set the content of sy-dbcnt to the number of processed table lines.
[..]Devamını Oku
Useful SAP System Administration Transactions
AL01 SAP Alert Monitor
AL02 Database alert monitor
AL03 Operating system alert monitor
AL04 Monitor call distribution
AL05 Monitor current workload
AL06 Performance: Upload/Download
AL07 EarlyWatch Report
AL08 Users Logged On
AL09 Data for database expertise
AL10 Download to Early Watch
AL11 Display SAP Directories
AL12 Display table buffer (Exp. session)
AL13 Display Shared Memory (Expert mode)
AL15 Customize SAPOSCOL destination
AL16 Local Alert Monitor for Operat.Syst.
AL17 Remote Alert Monitor for Operat. Syst.
AL18 Local File System Monitor
AL19 Remote File System Monitor
AL20 EarlyWatch Data Collector List
AL21 ABAP Program analysis
AL22 Dependent objects display
CREF Cross-reference
BD64
BSVW Linkage Status Update-Workflow Event
CMOD
[..]Devamını Oku