CCGLC_WWIPRN SAP (EHS: Activate WWI Printer) Table details

Dictionary Type: Table
Description: EHS: Activate WWI Printer




ABAP Code to SELECT data from CCGLC_WWIPRN
Related tables to CCGLC_WWIPRN
Access table CCGLC_WWIPRN




Table field list including key, data, relationships and ABAP select examples

CCGLC_WWIPRN is a standard SAP Table which is used to store EHS: Activate WWI Printer data and is available within R/3 SAP systems depending on the version and release level.

The CCGLC_WWIPRN table consists of various fields, each holding specific information or linking keys about EHS: Activate WWI Printer data available in SAP. These include PRN_NR (Number of WWI Printer), WWISRVID (WWI Server), PRN_NAME (Name of Windows Printer), TRAY_NAME (Printer Output Tray).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CCGLC_WWIPRN table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
PRN_NRNumber of WWI Printer CBGLE_PRN_NRNUMC18
WWISRVIDWWI Server CBGLE_WWISRVIDCHAR12CCGLC_WWISRVCBGLD_WWISRVIDCBGL_WWISRV
PRN_NAMEName of Windows Printer ESEWINPRCHAR60TEXT60
TRAY_NAMEPrinter Output Tray CBGLE_PRNTRAYCHAR128CBGLD_PRNTRAY
DRIVERPrinter Driver Name CBGLE_PRN_DRIVERCHAR255CBGLD_PRN_DRIVER
DRVDETAILPrinter Driver Description CBGLE_PRN_DRV_DESCCHAR255
ACTIVEPrinter Active CBGLE_PRN_ACTIVECHAR1ESDBOOLE

Key field Non-key field



How do I retrieve data from SAP table CCGLC_WWIPRN using ABAP code

The following ABAP code Example will allow you to do a basic selection on CCGLC_WWIPRN to SELECT all data from the table
DATA: WA_CCGLC_WWIPRN TYPE CCGLC_WWIPRN.

SELECT SINGLE *
FROM CCGLC_WWIPRN
INTO CORRESPONDING FIELDS OF WA_CCGLC_WWIPRN
WHERE...

How to access SAP table CCGLC_WWIPRN

Within an ECC or HANA version of SAP you can also view further information about CCGLC_WWIPRN and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!