/EHR/S71_FIELD SAP (Maintenance Output Fields (obsolet)) Table details

Dictionary Type: Table
Description: Maintenance Output Fields (obsolet)




ABAP Code to SELECT data from /EHR/S71_FIELD
Related tables to /EHR/S71_FIELD
Access table /EHR/S71_FIELD




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

/EHR/S71_FIELD is a standard SAP Table which is used to store Maintenance Output Fields (obsolet) data and is available within R/3 SAP systems depending on the version and release level.

The /EHR/S71_FIELD table consists of various fields, each holding specific information or linking keys about Maintenance Output Fields (obsolet) data available in SAP. These include FIELD (Target field name), DTYPE (Data type), LENG (Length (No. of Characters)), COL_NUMBER (Number of Output Column).. 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


SAP /EHR/S71_FIELD 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
FIELDTarget field name /EHR/S71_FIELD_ELCHAR25/EHR/S71_FIELD_DO
DTYPEData type /EHR/S71_DTYPE_ELCHAR1/EHR/S71_DTYPE_DO
LENGLength (No. of Characters) DDLENGNUMC6DDLENG
COL_NUMBERNumber of Output Column /EHR/S71_COL_NUMBERNUMC2/EHR/S71_COL_NUMBER

Key field Non-key field



How do I retrieve data from SAP table /EHR/S71_FIELD using ABAP code

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

SELECT SINGLE *
FROM /EHR/S71_FIELD
INTO CORRESPONDING FIELDS OF WA_/EHR/S71_FIELD
WHERE...

How to access SAP table /EHR/S71_FIELD

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