SIC_NORM_ANORMRI SAP (Variables for Attribute Normalizing Rules) Table details

Dictionary Type: Table
Description: Variables for Attribute Normalizing Rules




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




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

SIC_NORM_ANORMRI is a standard SAP Table which is used to store Variables for Attribute Normalizing Rules data and is available within R/3 SAP systems depending on the version and release level.

The SIC_NORM_ANORMRI table consists of various fields, each holding specific information or linking keys about Variables for Attribute Normalizing Rules data available in SAP. These include ATTR_NORM_RULE (Attribute Normalizing Rule), LOG_VAR (Variable of Attribute Normalizing Rule), VAR_TYPE (Type of Variable), INTERFACE (Variable is Interface Variable).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = SIC_NORM_ANORMIT

Text table = SIC_NORM_ANORMIT


SAP SIC_NORM_ANORMRI 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
ATTR_NORM_RULEAttribute Normalizing Rule SIC_NORM_TV_ATTR_NORM_RULECHAR30SIC_NORM_ANORMRSIC_NORM_ATTR_NORM_RULE
LOG_VARVariable of Attribute Normalizing Rule SIC_NORM_TV_ANORMR_VARIABLECHAR30Assigned to domainFDNAME
VAR_TYPEType of Variable SIC_NORM_TV_VAR_TYPE_ANORMRICHAR1SIC_NORM_VAR_TYPE_ANORMRI
INTERFACEVariable is Interface Variable SIC_NORM_TV_IS_INTERFACE_VARCHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM SIC_NORM_ANORMRI
INTO CORRESPONDING FIELDS OF WA_SIC_NORM_ANORMRI
WHERE...

How to access SAP table SIC_NORM_ANORMRI

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