Show TOC

Background documentationPOD URL Parameters

 

The following table describes POD URL parameters and their values:

Parameter

Description

LOGON

Displays the value in the Logon field on the Logon screen.

OPERATION

Displays the value in the Operation field of the Operation 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.

RESOURCE

Displays the value in the Resource field of the Operation POD or the Work Center 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 Operation POD.

End of the note.

USER

Displays the value in the User field of the Work Center POD

WORKCENTER

Displays the value in the Work Center field of the Work Center POD

Note Note

If a work center is not specified in the POD URL and a user ID is specified in the POD URL, the user’s default work center appears in the Work Center field of the Work Center POD. If neither a work center nor a user ID is specified in the POD URL, the UME logon users' default work center appears in the Work Center field of the Work Center POD.

End of the note.

ENDUNITNUMBER

Displays the value in the End Unit Number field of the Work Center POD

Note Note

The Display End Unit Number system rule must be set to true in System Rule Maintenance.

End of the note.

QUANTITY

Displays the value in the Quantity field of the Operation POD or the Work Center POD.

SOFT_KEYBOARD

If true, the on-screen keyboard appears in the Touch POD for Large and Medium display size.

For more information, see SAP Note 1790160Information published on SAP site.

ACTIVITY_ID

Specifies the activity ID of the POD you want to open

LOGOUT or SHOW_LOGOUT

If true, the Logout icon appears at the top of the POD. If you choose the Logout icon, the POD closes and the Logon screen appears.

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 OPERATION, and each value is the corresponding value for that name, such as ABC, in OPERATION=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 Operation, Work Center, and Message Board PODs by changing the following URLs:

Operation POD URL

http://<servername>:<serverport>/manufacturing/com/sap/me/wpmf/client/template.jsf?WORKSTATION=OPERATION_DEF&ACTIVITY_ID=DEF_OPER_POD&LOGOUT=true

Work Center POD URL

http://<servername>:<serverport>/manufacturing/com/sap/me/wpmf/client/template.jsf?WORKSTATION=WORK_CENTER_DEF&ACTIVITY_ID=DEF_WC_POD&WORKCENTER=WC1&USER=ADMIN&ENDUNITNUMBER=EUN1&LOGOUT=true

Message Board POD URL

http://<servername>:<serverport>/manufacturing/com/sap/me/wpmf/client/template.jsf?WORKSTATION=MESSAGE_BOARD&ACTIVITY_ID=MESSAGE_BOARD&LOGOUT=true

On-Screen Keyboard in the Touch POD

http://<servername>:<serverport>/manufacturing/com/sap/me/wpmf/client/template.jsf?WORKSTATION=OPERATION_TOUCH&SOFT_KEYBOARD=true&ACTIVITY_ID=DEF_TOUCH_OPER_POD