Ansicht
Dokumentation

WS_VOLUME_SET - OBSOLETE: Set Frontend Volumen Label

WS_VOLUME_SET - OBSOLETE: Set Frontend Volumen Label

CL_GUI_FRONTEND_SERVICES - Frontend Services   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.
SAP E-Book

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. This function module depends on the operating system of the front end. In the future it will be maintained for 32 bit Windows only.

Obsolete. Use class CL_GUI_FRONTEND_SERVICES.

Further information





Parameters

DISK
LABEL
RC

Exceptions

Function Group

GRAP

CL_GUI_FRONTEND_SERVICES - Frontend Services   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 815 Date: 20240523 Time: 124233     sap01-206 ( 19 ms )