W3CROSS SAP (WAB: Use in ITS Objects) Table details

Dictionary Type: Table
Description: WAB: Use in ITS Objects




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




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

W3CROSS is a standard SAP Table which is used to store WAB: Use in ITS Objects data and is available within R/3 SAP systems depending on the version and release level.

The W3CROSS table consists of various fields, each holding specific information or linking keys about WAB: Use in ITS Objects data available in SAP. These include NAME (ITS: Object Name in Object Catalog), USERTYPE (Object Type), USERNAME (ITS: Object Name in Object Catalog), USERLINE (Line number of place used).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP W3CROSS 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
TYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
NAMEITS: Object Name in Object Catalog W3OBJNAMECHAR40
USERTYPEObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
USERNAMEITS: Object Name in Object Catalog W3OBJNAMECHAR40
USERLINE Line number of place used0
USERPOS Position of place used0

Key field Non-key field



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

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

SELECT SINGLE *
FROM W3CROSS
INTO CORRESPONDING FIELDS OF WA_W3CROSS
WHERE...

How to access SAP table W3CROSS

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