SAP Function WS_VOLUME_SET - OBSOLETE: Set Frontend Volumen Label

Parameter Reference Type Length Default Optional Text
DISK 0 SPACE X Drive letter
LABEL 0 SPACE X Drive label

Parameter Reference Type Length Text
RC 0 Return code (ok = '0')

Functionality
Assigns a drive name (label). The drive is not formatted.

Example
CALL FUNCTION 'WS_VOLUME_SET'
exporting
disk = 'A:'
LABEL = 'BOOT'
exporting
rc = rc.
rc <> 0 indicates an error.
Gives the disk in drive A: the name BOOT.

Notes
Does not affect non-existent, or read-only (network) drives. Thisfunction module depends on the operating system of the front end. Inthe future it will be maintained for 32 bit Windows only.
Obsolete. Use class CL_GUI_FRONTEND_SERVICES.