EHCSMS_SPC_REPORT_VARIANT SAP (Report variant details) Structure details

Dictionary Type: Structure
Description: Report variant details




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




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

EHCSMS_SPC_REPORT_VARIANT 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 "Report variant details" 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_EHCSMS_SPC_REPORT_VARIANT TYPE EHCSMS_SPC_REPORT_VARIANT.

The EHCSMS_SPC_REPORT_VARIANT table consists of various fields, each holding specific information or linking keys about Report variant details data available in SAP. These include MANDT (Client), RECN (Sequential Number of Data Record), ACTN (Sequential Number of the Change State), VALFR (Valid-From Date).. 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 EHCSMS_SPC_REPORT_VARIANT 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
MANDTClient MANDTCLNT3T000MANDT
RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
ACTNSequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
VALFRValid-From Date ESEVALFRDATS8DATUM
VALTOValid-To Date ESEVALTODATS8DATUM
AENNRChange Number ESEAENNRCHAR12AENRAENNRAENNRAEN
DELFLGDeletion Indicator ESEDELFLGCHAR1ESDFLAG
PARKFLGData Record Is Inactive ESEPARKFLGCHAR1ESDFLAG
CRDATCreated On ESECRDATDATS8DATUM
CRNAMCreated By ESECRNAMCHAR12USNAM
UPDDATChanged On ESEUPDDATDATS8DATUM
UPDNAMLast Changed By ESEUPDNAMCHAR12USNAM
SRSIDSource of Data ESESRSIDCHAR10TCG56ESDSRSID
OWNIDData Provider ESEVENDRIDCHAR10Assigned to domainALPHAAD_ADDRNUM
RECNROOTSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
DOKARDocument Type DOKARCHAR3TDWADOKARCV2
DOKNRDocument number DOKNRCHAR25ESD_DRAWALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2ESD_DRAWDOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
ORDSort Sequence ESEORDNUMC4NUMC4
LDEPIDReport Generation Variant ESELDEPIDCHAR10CHRIDESDLDEPIDES8
RVLIDValidity Area ESERVLIDCHAR10TCG91ESDRVLIDESJ
REPTYPEReport Category ESEREPTYPECHAR10TCGL1ESDREPTYPEES9
INITRELSTReport Status ESEREPSTATCHAR2CHAR2ESI
WRKLISTFLGReport Is Validated Manually ESEWRKLFLGCHAR1CHAR1
VERSIONFLGReport must be versioned ESEVERSFLGCHAR1CHAR1
DATFMDate format XUDATFMCHAR1XUDATFM
DCPFMDecimal Format XUDCPFMCHAR1XUDCPFM
AUTOGENFLGManual Report Requests Are Generated Automatically ESEAGENFLGCHAR1CHAR1
MARKCHGFLGGenerate Change Marks ESEMCHGFLGCHAR1CHAR1
AUTOHISFLGSet Reports to Historical Automatically ESEAHISFLGCHAR1CHAR1
USAGECHECKSelection for Usage Check ESEUSGCCKCHAR1ESDUSGCCK
STCCKFLGStatus Check ESESTCCKFLGCHAR1ESDSTCCKFLG
MARKCHECKChange Mark Selection ESEMCHCCKCHAR1ESDMCHCCK
IRELSTABKStatus of a document (language-dependent) ESESTATABRCHAR2CHAR2ESI
IRELSTTEXTDescription of document status DOSTXCHAR16TEXT16
LDEPNAMDescription for Report Generation Variant ESELDEPNAMCHAR40TEXT40
RVLNAMDescription for Validity Area ESERVLNAMCHAR40TEXT40
REPTNAMDesc. for a Report Category ESEREPTNAMCHAR30TEXT30
USAGECHECKNAMExplanatory short text DDTEXTCHAR60DDTEXT

Key field Non-key field



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

As EHCSMS_SPC_REPORT_VARIANT 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 EHCSMS_SPC_REPORT_VARIANT as there is no data to select.

How to access SAP table EHCSMS_SPC_REPORT_VARIANT

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