T7EHS00_MCFORMT SAP (Texts for Medical Certificate) Table details

Dictionary Type: Table
Description: Texts for Medical Certificate




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




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

T7EHS00_MCFORMT is a standard SAP Table which is used to store Texts for Medical Certificate data and is available within R/3 SAP systems depending on the version and release level.

The T7EHS00_MCFORMT table consists of various fields, each holding specific information or linking keys about Texts for Medical Certificate data available in SAP. These include MOLGA (Country Grouping), SPRAS (Language Key), PROGNAME (Print Program Name), FORMNAME (Form Name).. 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: Can be enhanced (character-type or numeric)


SAP T7EHS00_MCFORMT 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 MANDTCLNT3T000MANDT
MOLGACountry Grouping MOLGACHAR2T7EHS00_MCFORMMOLGAMOL
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
PROGNAMEPrint Program Name EHS00_PRINTPGNAMCHAR40TRDIRPROGNAME
FORMNAMEForm Name EHS00E_FORMNAMECHAR30T7EHS00_MCFORMFPNAME
ANARTAddress Type EHS00_ANARTCHAR2CHAR02
VAR_TXT1Physician's Name EHS00_VTXT01CHAR90TEXT90
VAR_TXT2Variable Text for Medical Certificate EHS00_VTXT02CHAR90TEXT90
VAR_TXT3Variable Text for Medical Certificate EHS00_VTXT03CHAR90TEXT90
VAR_TXT4Variable Text for Medical Certificate EHS00_VTXT04CHAR90TEXT90
VAR_TXT5Variable Text for Medical Certificate EHS00_VTXT05CHAR90TEXT90
COPY1Form Type 1 EHS00_CC01CHAR25TEXT25
COPY2Form Type 2 EHS00_CC02CHAR25TEXT25
COPY3Form Type 3 EHS00_CC03CHAR25TEXT25
COPY4Form Type 4 EHS00_CC04CHAR25TEXT25

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7EHS00_MCFORMT
INTO CORRESPONDING FIELDS OF WA_T7EHS00_MCFORMT
WHERE...

How to access SAP table T7EHS00_MCFORMT

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