N2F4_CAT_HEADER SAP (IS-H*MED: Header Data for Dynamic Input Help (F4)) Table details

Dictionary Type: Table
Description: IS-H*MED: Header Data for Dynamic Input Help (F4)




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




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

N2F4_CAT_HEADER is a standard SAP Table which is used to store IS-H*MED: Header Data for Dynamic Input Help (F4) data and is available within R/3 SAP systems depending on the version and release level.

The N2F4_CAT_HEADER table consists of various fields, each holding specific information or linking keys about IS-H*MED: Header Data for Dynamic Input Help (F4) data available in SAP. These include EINRI (Institution), UUID (Global Unique ID for table), NAME (Name of Dynamic Input Helps (F4)), TITLE (Field Label of Dynamic Input Help (F4)).. 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: Cannot Be Enhanced


SAP N2F4_CAT_HEADER 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
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
UUIDGlobal Unique ID for table UUIDRAW16UUID
NAMEName of Dynamic Input Helps (F4) N2F4_HIT_NAMECHAR10
TITLEField Label of Dynamic Input Help (F4) N2F4_HIT_BEZCHAR80TEXT80
N2_TABLE1Name of a structure or table DDPNAMECHAR30DD02LAS4TAB
N2_FIELD1Field name for value transfer to F4 help DDSHLPSFLDCHAR30DD03LFDNAME
N2_TABLE2Name of a structure or table DDPNAMECHAR30DD02LAS4TAB
N2_FIELD2Field name for value transfer to F4 help DDSHLPSFLDCHAR30DD03LFDNAME
N2_TABLE3Name of a structure or table DDPNAMECHAR30DD02LAS4TAB
N2_FIELD3Field name for value transfer to F4 help DDSHLPSFLDCHAR30DD03LFDNAME
N2_TABLE4Name of a structure or table DDPNAMECHAR30DD02LAS4TAB
N2_FIELD4Field name for value transfer to F4 help DDSHLPSFLDCHAR30DD03LFDNAME
N2_TABLE5Name of a structure or table DDPNAMECHAR30DD02LAS4TAB
N2_FIELD5Field name for value transfer to F4 help DDSHLPSFLDCHAR30DD03LFDNAME
ERUSRUser who Performed Last Save N2_USERCHAR12AS4USER
ERDATDate N2_DATUMDATS8N2_DATUM
ERTIMTime at Which Last Change Was Saved N2_TIMETIMS6AS4TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM N2F4_CAT_HEADER
INTO CORRESPONDING FIELDS OF WA_N2F4_CAT_HEADER
WHERE...

How to access SAP table N2F4_CAT_HEADER

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