LAW2D_CONT SAP (LAW 2.0: User types included in another user type) Table details

Dictionary Type: Table
Description: LAW 2.0: User types included in another user type




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




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

LAW2D_CONT is a standard SAP Table which is used to store LAW 2.0: User types included in another user type data and is available within R/3 SAP systems depending on the version and release level.

The LAW2D_CONT table consists of various fields, each holding specific information or linking keys about LAW 2.0: User types included in another user type data available in SAP. These include USERTYP (User Type IDs), CONTAINSU (User Type IDs), LAW_IMPORT (LAW 2.0: Indicator if the table entry was imported via LAW), CRNAME (LAW 2.0 Create User Name).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP LAW2D_CONT 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
USERTYPUser Type IDs LAW2_USERTYPESCHAR2Assigned to domainLAW2_USERTYPEH_TUTYP
CONTAINSUUser Type IDs LAW2_USERTYPESCHAR2Assigned to domainLAW2_USERTYPEH_TUTYP
LAW_IMPORTLAW 2.0: Indicator if the table entry was imported via LAW LAW_IMPORTCHAR1LAW_IMPORT
CRNAMELAW 2.0 Create User Name LAW2_CREATE_USERNAMECHAR30CHAR30
CRDATELAW 2.0 Creation Date LAW2_CREATE_DATEDATS8
CRTIMELAW 2.0 Creation Time LAW2_CREATE_TIMETIMS6
CHNAMELAW 2.0 Changer User Name LAW2_CHANGE_USERNAMECHAR30CHAR30
CHDATELAW 2.0 Change Date LAW2_CHANGE_DATEDATS8
CHTIMELAW 2.0 Change Time LAW2_CHANGE_TIMETIMS6

Key field Non-key field



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

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

SELECT SINGLE *
FROM LAW2D_CONT
INTO CORRESPONDING FIELDS OF WA_LAW2D_CONT
WHERE...

How to access SAP table LAW2D_CONT

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