Show TOC

Background documentationPOD URL Parameters Locate this document in the navigation structure

 

The following table describes POD URL parameters and their values:

Parameter

Description

SITE

Displays the value in the Site field on the Login screen

LOGON

Displays the value in the Login field on the Login screen

OPERATION

Displays the value in the Operation field of the standard POD

Note Note

You can specify this value in POD Maintenance and Operation Maintenance. The value specified in the URL overrides the value specified in POD Maintenance and Operation Maintenance.

End of the note.

SHOW_LOGOUT

If true, the Logout link appears at the top of the standard POD.

RESOURCE

Displays the value in the Resource field on the standard POD

Note Note

You can specify this value in POD Maintenance and Resource Maintenance. The value specified in the URL overrides the value specified in POD Maintenance and Resource Maintenance.

End of the note.

WORKSTATION

Specifies the name of the POD that you want to open

Note Note

The value in the POD field on the Main tab page in User Group Maintenance overrides the POD parameter in the URL. If you do not specify a POD in the POD field or use a URL, the system opens the * (default) POD.

End of the note.

WORKSTATION_TYPE

Specifies the type of the POD you want to open

Valid values:

I: Indicates the Integrated POD

S: Indicates the Standard POD

R: Indicates the Rich POD

ACTIVITY_ID

Specifies the activity ID of the POD you want to open

AUTO_CLOSE

If true, the browse screen used to launch the Rich POD automatically closes when the Rich POD opens.

LOGOUT

If true, the Login screen appears when the Rich POD is closed by choosing the Exit icon.

Example

The URL is a value displayed in your browser’s Address field. You can append a parameter list to control the URL that opens the POD.

To access the URL and parameter list in the POD shortcut, right-click the shortcut on the desktop and choose Properties. The URL appears in the URL field. The URL parameter list begins with the question mark (?).

The parameter list is a set of name-value pairs that take the following form:

?name1=value1&name2=value2&name3=value3&...

Each name is the name of an element, such as SITE, and each value is the corresponding value for that name, such as ABC, in SITE=ABC. A question mark (?) separates the requested URL from the parameter list. Then each name-value pair is listed, separated by the ampersand (&).

You can access predefined and customized Standard, Integrated, and Rich PODs by changing the following URLs:

Standard POD URL

http://<servername>:<serverport>/manufacturing/com/sap/me/production/client/Pod.jsp?OPERATION=TESTOP&RESOURCE=DEFAULT&SITE=TEST&LOGON=TESTER1&WORKSTATION=BUILD&WORKSTATION_TYPE=S

Integrated POD URL

http://<servername>:<serverport>manufacturing/com/sap/me/production/client/Pod.jsp?OPERATION=TESTOP2&RESOURCE=DEFAULT&SITE=TEST2&LOGON=TESTER2&WORKSTATION=*&WORKSTATION_TYPE=I

Rich POD URL

http://<servername>:<serverport>/manufacturing/jnlp/richpod/RPod.jsp?WORKSTATION=SUBASSY_HORIZONTAL&WORKSTATION_TYPE=R&ACTIVITY_ID=POD_SUB_HORIZONTAL&LOGOUT=true&AUTO_CLOSE=true