HCMT_BSP_PA_FR_R0424_ATT SAP (Industrial accident) Structure details

Dictionary Type: Structure
Description: Industrial accident




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




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

HCMT_BSP_PA_FR_R0424_ATT 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 "Industrial accident" 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_HCMT_BSP_PA_FR_R0424_ATT TYPE HCMT_BSP_PA_FR_R0424_ATT.

The HCMT_BSP_PA_FR_R0424_ATT table consists of various fields, each holding specific information or linking keys about Industrial accident data available in SAP. These include ITIME (Time of accident), CONS_ATT (Consequences of accident), CON_ATT (Person who reported the accident), VICTIME (Other victims).. 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 HCMT_BSP_PA_FR_R0424_ATT 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
IDATEDate of accident P06_IDATEDATS8DATE
ITIMETime of accident P06_ITIMETIMS6UZEIT
CONS_ATTConsequences of accident P06_UI_CONSTCHAR1P06_CONST
CON_ATTPerson who reported the accident P06_UI_CONATCHAR1P06_CONAT
VICTIMEOther victims P06_VICTIMECHAR1XFELD
LIEU_ATTPlace of accident P06_LIEUATTCHAR25P06_COD_LIEU_ATT
CIRC_ATTCircumstances of accident P06_CIRATTCHAR80TEXT80
BLESSUREParts of body injured P06_BLESSCHAR25P06DAT_COD_SIEGE_LESION
NAT_BLESType of injuries P06_NATBLCHAR25P06DAT_COD_NATURE_LESION
HOPITALPlace of hospitalization of the victim P06_UI_HOPITCHAR25TEXT25
DAT_INFDate of hospital registration P06_DATINFDATS8DATUM
NUM_INFHospital registration number P06_NUMINFNUMC10NUM10
PREN_TEMWitness 1st name P06_UI_PRETEMCHAR25VORNM
NOM_TEMWitness name P06_NOMTEMCHAR25NACHN
CO_TEMC/O Name CONAMCHAR25NACHN
ADNUM_TEMHouse Number HSNMRNUMC6NUMC6
RUE_TEMStreet P_99S_UI_STRASCHAR30TEXT30
CP_TEMPostal Code PSTLZCHAR10PSTLZ
VIL_TEMCity ORT01CHAR25TEXT25
RAPPORTPolice report P06_RAPORTCHAR1XFELD
NOM_RAPAuthor of report P06_NRAPCHAR25NACHN
ASS_TIERSThird-party insurance company P06_ASTIERCHAR25TEXT25
NOM_TIERSName of 3rd party involved P06_NTIERSCHAR25NACHN
PNOM_TIERSFirst name of 3rd party involved P06_PTIERSCHAR25VORNM
CO_TIERSC/O Name CONAMCHAR25NACHN
ADNUM_TIEHouse Number HSNMRNUMC6NUMC6
RUE_TIERSStreet P_99S_UI_STRASCHAR30TEXT30
CP_TIERSPostal Code PSTLZCHAR10PSTLZ
VIL_TIERSCity ORT01CHAR25TEXT25
COMP_TIERSAddress affix P06_COMPLEMENTCHAR38CHAR38
MDIST_TIERSPoint of delivery type P06_MENTION_DISTRIBUTIONCHAR38CHAR38
PAYS_TIERSCountry Name LANDXCHAR15TEXT15
FLAG_PERS_TIERSLegal person P06_PMORALECHAR1XFELD
COMP_TEMAddress affix P06_COMPLEMENTCHAR38CHAR38
MDIST_TEMPoint of delivery type P06_MENTION_DISTRIBUTIONCHAR38CHAR38
PAYS_TEMCountry Name LANDXCHAR15TEXT15
CO_LIEUDelivery point P06_POINT_REMISECHAR38CHAR38
COMP_LIEUAddress affix P06_COMPLEMENTCHAR38CHAR38
ADNUM_LIEUHouse Number HSNMRNUMC6NUMC6
RUE_LIEUHouse number and street STRASCHAR30TEXT30
MDIST_LIEUPoint of delivery type P06_MENTION_DISTRIBUTIONCHAR38CHAR38
CP_LIEUPostal Code PSTLZ_HRCHAR10PSTLZ
VIL_LIEUCity ORT01CHAR25TEXT25
PAYS_LIEUCountry Name LANDXCHAR15TEXT15
CO_TRANDelivery point P06_POINT_REMISECHAR38CHAR38
COMP_TRANAddress affix P06_COMPLEMENTCHAR38CHAR38
ADNUM_TRANHouse Number HSNMRNUMC6NUMC6
RUE_TRANHouse number and street STRASCHAR30TEXT30
MDIST_TRANPoint of delivery type P06_MENTION_DISTRIBUTIONCHAR38CHAR38
CP_TRANPostal Code PSTLZ_HRCHAR10PSTLZ
VIL_TRANCity ORT01CHAR25TEXT25
PAYS_TRANCountry Name LANDXCHAR15TEXT15
CO_ASSUDelivery point P06_POINT_REMISECHAR38CHAR38
COMP_ASSUAddress affix P06_COMPLEMENTCHAR38CHAR38
ADNUM_ASSUHouse Number HSNMRNUMC6NUMC6
RUE_ASSUHouse number and street STRASCHAR30TEXT30
MDIST_ASSUPoint of delivery type P06_MENTION_DISTRIBUTIONCHAR38CHAR38
CP_ASSUPostal Code PSTLZ_HRCHAR10PSTLZ
VIL_ASSUCity ORT01CHAR25TEXT25
PAYS_ASSUCountry Name LANDXCHAR15TEXT15
SIRET_LIEUAccident location SIRET number P06_SIRET_LIEUCHAR14Assigned to domainVDSK1
TYPE_TEMThe witness P06_TYPE_TEMOINCHAR2P06_TYPE_TEMOIN
DEVICDescribed by victim P06_DEVICCHAR1XFELD
CONREKnown or established accident P06_CONRECHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table HCMT_BSP_PA_FR_R0424_ATT

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