- Testing ping service of back end:
You can test by going to "http://mybackend:8002/sap/bc/ping". A web page should come up with message "server successfully accessed.".
If an error shows up, you must activate the ping service by calling transaction "SICF" in "Sap Loagon" on "MYBACKEND":
Enter Hierarchy Type = "SERVICE", then click on checkmark "execute (F8)".
Now browse to "default-host" --> "sap" --> "bc" --> "ping" --> right click: "test service". - Make a folder for new systems:
Login to "http://chrisSAP:50000/irj/portal as "J2EE_ADMIN". Go to tab "system administration" --> "system configuration". Go to middle tab "Browse" and right-click on "Portal-Content". Select "new" --> "Folder". Enter "ESS" in both fields "Folder Name" and "Folder ID" and click button "finish". A new folder shows up. - Assign rights:
Go to "System Administration" --> "permission" --> "Portal Permissions". Go to middle tab "Browse" and right-click on new created folder "Portal-Content" --> "ESS". Select "open permissions". Click on "go", mark line with "User1, Ess", which is at the end of the list, and click on "add". A new line appears below in table "assigned permissions" with "username"="User1, Ess" and "Administrator"="read". Check-mark "End User". Then click on button "save" and button "close".
Do the same procedure for menu item "Portal-Content" --> "Content provided by SAP" --> "srvconfig" and for menu item "Portal-Content" --> "Content provided by SAP" --> "End User Content" --> "com.sap.pct.ess.employee". - Define system "SAP_WebDynpro_XSS":
Go to tab "system administration" --> "system configuration". Go to middle tab "Browse" and right-click on "Portal-Content" --> "ESS".
Select "new" --> "system from template" and choose following values:
System template: "SAP system using dedicated application server"
System name and System id: "SAP_WebDynpro_XSS"
Click "next", "finish" and then choose "open the object for editing".
Select property category "Web Application Server (Web AS)" and enter:
Web AS host name: "chrisSAP:50000"
Web AS path: "/webdynpro/dispatcher/"
Web AS protocol: "http"
Then click "save". In the top drop-down box title "Display" choose "System Aliases". Enter following alias name and click "add":
Alias Name: "SAP_WebDynpro_XSS"
Remark: You can try to run some "Connection Tests" via option box "Display", but it will fail because the abap ping-service is not established on this Java-stack only portal. - Define system "SAP_ITS_EBU":
Go to tab "system administration" --> "system configuration". Go to middle tab "Browse" and right-click on "Portal-Content" --> "ESS".
Select "new" --> "system from template" and choose following values:
System template: "SAP system using connection string"
System name and System id: "SAP_ITS_EBU"
Click "next", "finish" and then choose "open the object for editing".
Select property category "Internet Transaction Server (ITS)" and enter:
ITS host name: "mybackend:8002 "
ITS path: "/sap/bc/gui/sap/its"
ITS protocol: http
Then click "save". In the top drop-down box title "Display" choose "System Aliases". Enter following alias name and click "add":
Alias Name: "SAP_ITS_EBU"
In the option box "Display" choose "Connection Tests". Check mark "ITS Connection". Then press on button "Test". It should run successfully.
Remark: The port number 8002 entered here can be obtained by logging to server "MYBACKEND" and running the transaction "SMICM". Then click button "Services (Shift+F1)" and look on column "service name / port" for line "HTTP". - Define system "SAP_BSP_EREC":
Go to tab "system administration" --> "system configuration". Go to middle tab "Browse" and right-click on "Portal-Content" --> "ESS".
Select "new" --> "system from template" and choose following values:
System template: "SAP system using dedicated application server"
System name and System id: "SAP_BSP_EREC"
Click "next", "finish" and then choose "open the object for editing".
Select property category "Web Application Server (Web AS)" and enter:
Web AS host name: "mybackend:8002"
Web AS path: "/sap/bc/bsp/sap"
Web AS protocol: "http"
Select property category "Connector" and enter:
Application Host: "mybackend"
Logical system name: "PIDCLNT100"
Remote Host Type: "3"
SAP Client: "100"
SAP System ID (SID): "PID"
SAP System Number: "02"
Server Port: "3202" (usually 3200 plus the system number)
System Type: "SAP_R3"
Then click "save". In the top drop-down box title "Display" choose "System Aliases". Enter following alias name and click "add":
Alias Name: "SAP_BSP_EREC"
In the option box "Display" choose "Connection Tests". Check mark "SAP Web AS Connection" and "Connection test for connectors". Then press on button "Test". Both tests should run successfully. - Define system "SAP_R3_Financials":
Go to tab "system administration" --> "system configuration". Go to middle tab "Browse" and right-click on "Portal-Content" --> "ESS".
Select "new" --> "system from template" and choose following values:
System template: "SAP system using dedicated application server"
System name and System id: "SAP_R3_Financials"
Click "next", "finish" and then choose "open the object for editing".
Select property category "Web Application Server (Web AS)" and enter:
Web AS host name: "mybackend:8002"
Web AS path: "" (leave empty)
Web AS protocol: "http"
Select property category "Connector" and enter:
Application Host: "mybackend"
Logical system name: "PIDCLNT100"
Remote Host Type: "3"
SAP Client: "100"
SAP System ID (SID): "PID"
SAP System Number: "02"
Server Port: "3202" (usually 3200 plus the system number)
System Type: "SAP_R3"
Then click "save". In the top drop-down box title "Display" choose "System Aliases". Enter following alias name and click "add":
Alias Name: "SAP_R3_Financials"
In the option box "Display" choose "Connection Tests". Check mark "SAP Web AS Connection" and "Connection test for connectors". Then press on button "Test". Both tests should run successfully. - Click "show system landscape" and check that all 4 new systems and aliases are listed there.
Note: If you click on "Display System Landscape" on the right side of the page, you get a JavaScript error and nothing happens. You can't enter. But if you click on "System Landscape" on the left side of the page first, then the link works!
Comments (1)
Aug 18, 2009
Nagarjuna Chirala says:
At 1. ping url is given as http://mybackend:8002/sap/bc/ping. I think default p...At 1. ping url is given as http://mybackend:8002/sap/bc/ping.
I think default port if 8000 and not 8002. Correct me if I am wrong.