WGRC_ACT SAP (Current Capacity Data for Doors or Staging Areas) Table details

Dictionary Type: Table
Description: Current Capacity Data for Doors or Staging Areas




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




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

WGRC_ACT is a standard SAP Table which is used to store Current Capacity Data for Doors or Staging Areas data and is available within R/3 SAP systems depending on the version and release level.

The WGRC_ACT table consists of various fields, each holding specific information or linking keys about Current Capacity Data for Doors or Staging Areas data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), LOCNO (Name of Door / Staging Area), DATE_FROM (Field of type DATS), TIME_FROM (Field of type TIMS).. 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: Cannot Be Enhanced


SAP WGRC_ACT 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
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
LOCNOName of Door / Staging Area WGRC_LOCATION_NAMECHAR10WGRC_LOCATION_NAME
DATE_FROMField of type DATS DATSDATS8DATS
TIME_FROMField of type TIMS TIMSTIMS6TIME
DATE_TOField of type DATS DATSDATS8DATS
TIME_TOField of type TIMS TIMSTIMS6TIME
LOCTYPEDoor or Staging Area WGRC_LOCATIONCHAR1WGRC_LOCATION
ACT_IDGUID in 'RAW' format GUID_16RAW16SYSUUID
CAPA_UNITSCapacity Units for an Activity WGRC_CAPA_UNITSINT410WGRC_CAPA_UNITS
TS_DATE_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
TS_USERUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
TS_PROGProgram/Transaction in SQL Trace Evaluation PROGRAMCHAR40Assigned to domainPROGRAMMRID

Key field Non-key field



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

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

SELECT SINGLE *
FROM WGRC_ACT
INTO CORRESPONDING FIELDS OF WA_WGRC_ACT
WHERE...

How to access SAP table WGRC_ACT

Within an ECC or HANA version of SAP you can also view further information about WGRC_ACT 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!