<script type=”text/javascript”> function handleKeyPress(){ alert(“merhaba JSF”); } </script> <h:commandButton id=”btnCancel” value=”Cancel” onclick=”handleKeyPress();” return false”/>
|
||||||
|
<script type=”text/javascript”> function handleKeyPress(){ alert(“merhaba JSF”); } </script> <h:commandButton id=”btnCancel” value=”Cancel” onclick=”handleKeyPress();” return false”/> 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. |
Uzaktan Destek-Yardım |
|||||
|
Copyright © 2012 Burhan KARADERE Kişisel Blog Sayfası - All Rights Reserved - 1982- 2010 |
||||||