Hiển thị các bài đăng có nhãn SAPGUI. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn SAPGUI. Hiển thị tất cả bài đăng

Thứ Năm, 14 tháng 1, 2016

Thứ Năm, 22 tháng 3, 2012

Thứ Hai, 6 tháng 2, 2012

SAP GUI for HTML – running SAP on a PC that does not have the SAP client installed


There are three versions of the SAP GUI the Standard version, which is for Win32, a version for none windows based PC’s which is SAP GUI for Java and SAP GUI for HTML. Both the Win32 and Java version require some form of installation on every workstation. SAP GUI for HTML (Web GUI) requires no installation on each workstation other than a standard web browser.
SAP GUI for HTML then allows you to access SAP via a Web browser using the same screens, transaction codes etc as you would when using the standard Win32 GUI. All you have to do install the ITS which is a free download from SAP onto a server machine.
Advantages
  • Still has same look and feel as standard SAP
  • Don’t have to do any work other than install the ITS
  • Don’t have to install SAP GUI onto PC
Disadvantages
  • Still has same look and feel as standard SAP
  • Requires a lot more network capacity (10x)
  • Cant run every transaction (i.e. can’t handle SAP graphics)

To activate the SAP WebGui service (SAPGUI for HTML) in SAP WAS 6.40:
1) Make sure the HTTP service is running and note the port number (I think the default is 8001). Txn SMICM, then pushbutton “services” (3rd from the left).
2) Activate the webgui service. Txn SICF, navigate to default_host -> sap -> bc -> gui -> sap -> its -> webgui. Right-click webgui and “activate service”.
3) You should then be able to test the service. Right-click webgui then “test service”. Enter username/pswd, and voila!
The URL for the webgui will be:
http://:/sap/bc/gui/sap/its/webgui/!

Thứ Ba, 20 tháng 12, 2011

Problems regarding SAPGUI history


SAPGUI has a handy feature that remembers fields contents, This is pretty useful especially when loging into SAP. I simply type the first letter of my UserID, press the Arrow-Down key and finally press ENTER. There ya go, my whole userID is typed for me.
Unfortunately, sometimes SAP stops showing old entries. Here’s how to troubleshoot this:
Basic steps:
- Press ALT-F12 (or click the color-monitor icon)
- Choose OPTIONS
- Click on the LOCAL DATA tab.
- Make sure that History is set to ON
- Make sure that Directory for Local Data really exists. if unsure, change that to C:
- If anything was changed, click on OK, stop your all SAPGUI sessions and do not forget to shutdown SAPLOGON (or SAPLOGON PAD)
- restart SAPGUI/SAPLOGON and check if all works
Low-Speed…
- in SAPLOGON, click once on the entry you wish to connect
- Click on CHANGE ITEM
- Click on ADVANCED
- Make sure that LOW-SPEED CONNECTION is not checked.
Corrupted MDB
- in the directory “Directory for Local data” found in Alt-F12, You should find a SAPhistory*.MDB and SAPhistory*.LDB files, these may be corrupted.
Close down SAPGUI and SAPLOGON
- Delete all these files
- Note that all history will be lost but it may re-enable the functionnality
Corrupted DAO files
- SAPGUI uses the MsJet Access database engine to store history. These files may get ruined by another application.
- possible solution is to re-install SAPGUI from scratch
- other possibility is to re-install DAO. These files are available in the DAO35 or DAO36 folder of the SAPGUI installation CD. You can also get it Here
Additional steps
- Make sure that SAPGUI is fully patched
- read OSS Note 199527.
- try rebooting your PC!

Chủ Nhật, 28 tháng 8, 2011

Howto Install SAPlpd Print server (Can be apply for SAPSprint)


Prerequire
-          NT resouce kit (ntreskit) 
INSTSRV.EXE,and SRVANY.EXE
-          Create New SAPlpd.reg Regedit for SAPLpd  and modify content (below information)

Step

1.      Login Local Administrator and install saplpd on Print server
2.      Copy folder ntreskit to c:\Program Files\
3.      Run DOS prompt and change to c:\Program Files\ntreskit .
4.      Run command :
instsrv.exe SAPlpd c:\Program Files\ntreskit\srvany.exe
5.      Check values in SAPlpd.reg for saplpd installation path
Value-Name                     String:
Application                     C:\Program Files\SAP\FrontEnd\SAPgui\SAPlpd\SAPlpd.exe
AppDirectory                  C:\Program Files\SAP\FrontEnd\SAPgui\SAPlpd
AppParameters              -d
6.      Double click  SAPlpd.reg to add in regedit
Check
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
-> SAPlpd ->
    ObjectName -> value LocalSystem
-> SAPlpd ->
    -> ObjectName -> value ImagePath
And
-> SAPlpd ->Parameters
  -> ObjectName -> value ImagePath
7.      Open services on windows and start service SAPLPD and verify automatic start(and click start)
8.      Check port 515 Run command :
netstat -an|more

Active Connections
  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
  TCP    0.0.0.0:515            0.0.0.0:0              LISTENING


-----------------------
SAPlpd.reg content
------------------------
REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAPlpd]
"Type"=dword:00000010
"Start"=dword:00000002
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):63,3a,5c,50,72,6f,67,72,61,7e,31,5c,6e,74,72,65,73,6b,69,74,\
  5c,73,72,76,61,6e,79,2e,65,78,65,00
"DisplayName"="SAPlpd"
"ObjectName"="LocalSystem"
C:\Program Files\SAP\FrontEnd\SAPgui\SAPlpd

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAPlpd\Parameters]
"Application"="C:\\Program Files\\SAP\\FrontEnd\\Sapgui\\SAPlpd\\SAPlpd.exe"
"AppDirectory"="C:\\Program Files\\SAP\\FrontEnd\\Sapgui\\SAPlpd"
"AppParameters"="-d"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAPlpd\Security]
"Security"=hex:01,00,14,80,c0,00,00,00,cc,00,00,00,14,00,00,00,34,00,00,00,02,\
  00,20,00,01,00,00,00,02,80,18,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\
  00,00,20,02,00,00,02,00,8c,00,05,00,00,00,00,00,18,00,8d,01,02,00,01,01,00,\
  00,00,00,00,01,00,00,00,00,74,00,73,00,00,00,1c,00,fd,01,02,00,01,02,00,00,\
  00,00,00,05,20,00,00,00,23,02,00,00,76,00,63,00,00,00,1c,00,ff,01,0f,00,01,\
  02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,76,00,63,00,00,00,1c,00,ff,01,\
  0f,00,01,02,00,00,00,00,00,05,20,00,00,00,25,02,00,00,76,00,63,00,00,00,18,\
  00,fd,01,02,00,01,01,00,00,00,00,00,05,12,00,00,00,25,02,00,00,01,01,00,00,\
  00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SAPlpd\Enum]
"0"="Root\\LEGACY_SAPLPD\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001