T606H SAP (Legal Control: Export Control Classes) Table details

Dictionary Type: Table
Description: Legal Control: Export Control Classes




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




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

T606H is a standard SAP Table which is used to store Legal Control: Export Control Classes data and is available within R/3 SAP systems depending on the version and release level.

The T606H table consists of various fields, each holding specific information or linking keys about Legal Control: Export Control Classes data available in SAP. These include GEGRU (Legal regulation for legal control), ALNUM (Export control class according the legal reg. for legal ctrl), REGIM (Control regime for export control), CCC01 (Indicator for biochemical warfare for legal control).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = T606V


SAP T606H 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 MANDTCLNT3T000MANDT
GEGRULegal regulation for legal control GEGRUCHAR2T606GGEGRUGEG
ALNUMExport control class according the legal reg. for legal ctrl ALNUMCHAR14ALNUMALN
REGIMControl regime for export control REGIMCHAR1REGIM
CCC01Indicator for biochemical warfare for legal control CCC01CHAR1XFELD
CCC02Indicator for nuclear nonproliferation for legal control CCC02CHAR1XFELD
CCC03Indicator for national security for legal control CCC03CHAR1XFELD
CCC04Indicator for missile technology for legal control CCC04CHAR1XFELD
CCC05Regional stability CCC05CHAR1XFELD
CCC06Crime control CCC06CHAR1XFELD
CCC07Anti-terrorism CCC07CHAR1XFELD
CBCO1Chemical & Biological Weapons - CB Column 1 CBCO1CHAR1XFELD
CBCO2Chemical & biological weapons - CB column 2 CBCO2CHAR1XFELD
CBCO3Chemical & biological weapons - CB column 3 CBCO3CHAR1XFELD
NPCO1Indicator: Nuclear nonproliferation - NP column 1 NPCO1CHAR1XFELD
NPCO2Indicator: Nuclear nonproliferation - NP column 2 NPCO2CHAR1XFELD
NSCO1Indicator: National security - NS column 1 NSCO1CHAR1XFELD
NSCO2Indicator: National security - NS column 2 NSCO2CHAR1XFELD
MTCO1Indicator: Missile tech. - MT column 1 MTCO1CHAR1XFELD
RSCO1Indicator: Regional stability - RS column 1 RSCO1CHAR1XFELD
RSCO2Indicator: Regional stability - Column 2 RSCO2CHAR1XFELD
CCCO1Crime control - CC column 1 CCCO1CHAR1XFELD
CCCO2Crime control - CC column 2 CCCO2CHAR1XFELD
CCCO3Indicator for crime control - Column 3 CCCO3CHAR1XFELD
ATCO1Indicator: Anti-terrorism - Column 1 ATCO1CHAR1XFELD
ATCO2Indicator: Anti-terrorism - Column 2 ATCO2CHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T606H
INTO CORRESPONDING FIELDS OF WA_T606H
WHERE...

How to access SAP table T606H

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