公告

~~在這邊有空才會來更新喔 !! 如果有關於SAP的問題, 大家可以一起討論分享喔~~

2012年11月21日 星期三

使用OS command: saplikey 安裝SAP license key

1. 先至 SAP Markeplace 申請License Key
    http://service.sap.com/licensekeys

2. 將申請得到的license key檔案先FTP傳送至SAP主機上

3. 切換至SAP admin user (su - <sid>adm)
    su - xxxadm

4. 安裝 license key
    指令如下 : saplikey pf=<profile> -install <filename>
  saplikey pf=/sapmnt/<SID>/prifile/<instance profile> -install /tmp/PR1_multiple.txt
  
   安裝成功畫面會顯示  :
   The system displays the following message: 1 SAP license key(s) successfully installed.

如果無法安裝成功時, 需要先刪除舊的License key 時 , 可用下面指令:
saplikey pf=<profile> -delete '*' '*' NetWeaver_ORA

要看所有安裝好的license key , 可以使用下面指令 :
saplikey pf=<profile> -show

2012年10月24日 星期三

Search 範圍時亂碼處理(??)


任何一個交易代碼Search都會是亂碼....好怪的問題呀!!


錯誤畫面如下:
 

解決方式:
Help -> Settings




F4 Help -> Display
system default 改成 Dialog (modal) Control (amodal)
即可解決問題

正常結果就會變這樣(可顯示中文)