WGRC_ASS SAP (Vendors Door/Area Appointment) Table details

Dictionary Type: Table
Description: Vendors Door/Area Appointment




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




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

WGRC_ASS is a standard SAP Table which is used to store Vendors Door/Area Appointment data and is available within R/3 SAP systems depending on the version and release level.

The WGRC_ASS table consists of various fields, each holding specific information or linking keys about Vendors Door/Area Appointment data available in SAP. These include LIFNR (Vendor Account Number), WERKS (Plant), LGORT (Storage Location), LTSNR (Vendor Subrange).. 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 WGRC_ASS 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
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
LTSNRVendor Subrange LTSNRCHAR6WYT1LTSNR
WEEKFactory calendar: Week KWEEKACCP6KWEEK
ACTIVEFlag Indicating Whether Vendor Participates in Check WGRC_ACTIVECHAR1
RASTERGUID in 'RAW' format GUID_16RAW16SYSUUID
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_ASS using ABAP code

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

SELECT SINGLE *
FROM WGRC_ASS
INTO CORRESPONDING FIELDS OF WA_WGRC_ASS
WHERE...

How to access SAP table WGRC_ASS

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