EHHSSC_INVGUID_F SAP (Investigation Guidelines File) Table details

Dictionary Type: Table
Description: Investigation Guidelines File




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




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

EHHSSC_INVGUID_F is a standard SAP Table which is used to store Investigation Guidelines File data and is available within R/3 SAP systems depending on the version and release level.

The EHHSSC_INVGUID_F table consists of various fields, each holding specific information or linking keys about Investigation Guidelines File data available in SAP. These include GUIDE_CODE (Name of Investigation Guideline), VERSION (Investigation Guideline Version), SORT_NUMBER (Guideline File Line Number), GUIDE_FILE (Investigation Guideline File Line).. 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 EHHSSC_INVGUID_F 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDE_CODEName of Investigation Guideline EHHSS_INV_GUIDE_CODECHAR21EHHSSC_INVGUIDEHHSS_INV_GUIDE_CODEEHHSS_ELM_INV_GUIDE_CODE
VERSIONInvestigation Guideline Version EHHSS_INV_GUIDE_VERSIONINT13EHHSSC_INVGUIDEHHSS_INV_GUIDE_VERSION
SORT_NUMBERGuideline File Line Number EHHSS_INV_GUIDE_SORTINT410EHFND_INTEGER_POSITIVE
GUIDE_FILEInvestigation Guideline File Line EHHSS_INV_GUIDE_FILELINERAW60
FILEEXTENSIONFile name extension W3FILEEXTCHAR64SYCHAR64K
MIMETYPEHTML content type W3CONTTYPECHAR128W3_CONTTYP
FILELENGTHWhole Number with +/- Sign (-2,147,483,648 .. 2,147,483,647) EHFND_INTEGERINT410EHFND_INTEGER

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHHSSC_INVGUID_F
INTO CORRESPONDING FIELDS OF WA_EHHSSC_INVGUID_F
WHERE...

How to access SAP table EHHSSC_INVGUID_F

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