EHFNDS_REGLIST_ITM SAP (Regulatory List (Intermediate Structure)) Structure details

Dictionary Type: Structure
Description: Regulatory List (Intermediate Structure)




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




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

EHFNDS_REGLIST_ITM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Regulatory List (Intermediate Structure)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EHFNDS_REGLIST_ITM TYPE EHFNDS_REGLIST_ITM.

The EHFNDS_REGLIST_ITM table consists of various fields, each holding specific information or linking keys about Regulatory List (Intermediate Structure) data available in SAP. These include REGL_DESCR (Description of Regulatory or Customer-Specific List), SRCNAME (Source Title), SRCAUTHOR (Author of Source), USEPROF (Usage Profile).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EHFNDS_REGLIST_ITM structure 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
REGLIST_IDRegulatory/Customer List EHFND_REGLISTCHAR21EHRGLEHFND_REGLIST_CODEEHFND_ELM_REGLIST
REGL_DESCRDescription of Regulatory or Customer-Specific List EHFND_REGLISTDCHAR40TEXT40
SRCNAMESource Title EHFND_SRCNAMECHAR80TEXT80
SRCAUTHORAuthor of Source EHFND_SRCAUTHORCHAR40TEXT40
USEPROFUsage Profile EHFND_USEPROFCHAR10Assigned to domainEHFND_USEPROF
EXEMPT_HANDLINGExemption Usage EHFND_EXEMPTHANDLINGCHAR2EHFND_EXEMPTHANDLING
CLASS_USAGEClassification Use EHFND_CLASS_USAGECHAR1EHFND_CLASS_USAGE
IGNORE_NOTRELCMPRegulatory List Ignores Non-Relevant Components During Check EHFND_FLG_IGNORE_NOTRELCMPCHAR1EHFND_BOOLEAN

Key field Non-key field



How do I retrieve data from SAP structure EHFNDS_REGLIST_ITM using ABAP code?

As EHFNDS_REGLIST_ITM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EHFNDS_REGLIST_ITM as there is no data to select.

How to access SAP table EHFNDS_REGLIST_ITM

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