HRVCHIST SAP (Input Data: Correspondence History) Structure details

Dictionary Type: Structure
Description: Input Data: Correspondence History




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




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

HRVCHIST 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 "Input Data: Correspondence History" 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_HRVCHIST TYPE HRVCHIST.

The HRVCHIST table consists of various fields, each holding specific information or linking keys about Input Data: Correspondence History data available in SAP. These include SELVIEW (View), AFRAM (Recipient (frame)), PTXTN (Attendee type text), ET_SRK (Business event type (entry with search string)).. 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: Cannot Be Enhanced


SAP HRVCHIST 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
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
SELVIEWView VIEWCHAR1CHAR1
AFRAMRecipient (frame) FRAM002CHAR1CHAR01
PTXTNAttendee type text PTXTNCHAR25TEXT25
ET_SRKBusiness event type (entry with search string) ETSRKCHAR12CHAR12
ET_IDBusiness event type: key ETYIDNUMC8Assigned to domainHROBJID
ET_SHRTBusiness event type short name ETSHTCHAR12TEXT12
ET_STXTName of business event type EVTTXCHAR40TEXT40
ET_ISTATPlanning Status ISTAT_DCHAR1Assigned to domainISTATPST
ET_BEGDAStart date of business event type HRVTBEGDATS8DATUM
ET_ENDDAEnd date of business event type HRVTENDDATS8DATUM
EV_SRKBusiness event (enter using search term) EVSRKCHAR12CHAR12
EV_IDBusiness event EVTIDNUMC8Assigned to domainHROBJID
EV_SHRTName of business event EVTEXCHAR12TEXT12
EV_STXTName of the business event EVSTEXTCHAR40TEXT40
EV_ISTATPlanning Status ISTAT_DCHAR1T778SISTATPST
EV_BEGDAValid from: business event KBGDADATS8DATUM
EV_ENDDAValidity end date: business event KENDTDATS8DATUM
EV_HISTOHistorical Record Flag HISTOCHAR1CHAR1
AD_TYPObject type of recipient ADOTPCHAR2T778OOTYPE
AD_TYTXObject type text of recipient ADTYTCHAR25TEXT25
AD_SRKRecipient (also search string) ADSRKCHAR12CHAR12
AD_IDObject ID of recipient ADSCLCHAR45CHAR45
AD_SHRTObject abbreviation of recipient ADSHTCHAR12CHAR12
AD_STXTObject name of recipient ADSTXCHAR40TEXT40
O_TYPObject type of organizational assignment ORGTYCHAR2T778OOTYPE
O_TYTXObject type of organizational assignment OTYTXCHAR25TEXT25
O_IDObject ID: Organizational Assignment UO_IDCHAR45CHAR45
O_SHRTAbbreviation for organizational assignment ORGSHCHAR12TEXT12
O_STXTOrganizational Assignment OZTEXCHAR40TEXT40
BFRAMBooking priority (frame) BFRAMCHAR1CHAR01
NORMAIndicator for normal booking NORMACHAR1CHAR1_X
OBLIGIndicator for essential booking OBLIGCHAR1CHAR1_X
WAITLIndicator: waiting-list booking WAITLCHAR1CHAR1_X
SELALLIndicator: select all SELALLCHAR1CHAR1_X
SELEVTIndicator: business event type KURST_XCHAR1CHAR1_X
SELEVEIndicator: Business event KURSCHAR1CHAR1_X
SELOSRKSearch term HRVSRCCHAR12CHAR12
SELOBJObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
SELSTXTObject Name STEXTCHAR40TEXT40
SFRAMSelection options (frame) FRAM001CHAR1CHAR01
TFRAMSelection period (frame) FRAM000CHAR1CHAR01
PROTEZTime period indicator: Period PROTEZCHAR1CHAR1
SELBEGStart date of selection period for log entries PROTBEGDATS8DATUM
SELENDEnd date of selection period for log entries PROTENDDATS8DATUM
PROTR1Time period indicator: To current date PROTR1CHAR1CHAR1
PROTR2Time period indicator: Current year PROTR2CHAR1CHAR1
PROTR3Time period indicator: Current month PROTR3CHAR1CHAR1
PROTR4Time period indicator: Current week PROTR4CHAR1CHAR1
PROTR5Time period indicator: Last month PROTR5CHAR1CHAR1
PROTR6Time period indicator: Last week PROTR6CHAR1CHAR1
PROTR7Time Period Indicator: Today PROTR7CHAR1CHAR1
GFRAMOutput status (frame) FRAM003CHAR1CHAR01
OPST0Indicator for output status: no output OPST0CHAR1CHAR1_X
OPST1Indicator for output status: output triggered OPST1CHAR1CHAR1_X
OPST2Indicator of output status: successfully output OPST2CHAR1CHAR1_X
OPST3Indicator for output status: output error OPST3CHAR1CHAR1_X
USSRKOutput Agent (search string entry) USSRKCHAR12CHAR12
UNAMEUser Name UNAMECHAR12UNAME
USRTXUser name USRTXCHAR40TEXT40
LFCODKey: Activity LFCODCHAR4T77FLLFCOD
LFCODTName of Activity LFCODTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table HRVCHIST

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