/ISDFPS/LM_ACC_H SAP (LM - Accident Header) Table details

Dictionary Type: Table
Description: LM - Accident Header




ABAP Code to SELECT data from /ISDFPS/LM_ACC_H
Related tables to /ISDFPS/LM_ACC_H
Access table /ISDFPS/LM_ACC_H




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

/ISDFPS/LM_ACC_H is a standard SAP Table which is used to store LM - Accident Header data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/LM_ACC_H table consists of various fields, each holding specific information or linking keys about LM - Accident Header data available in SAP. These include ACCIDENT_NO (Operation Number), EQUNR (Equipment Number), ACCIDENT_DATE (Accident Date), ACCIDENT_TIME (Accident Time).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /ISDFPS/LM_ACC_H 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 MANDTCLNT3Assigned to domainMANDT
ACCIDENT_NOOperation Number /ISDFPS/LM_DE_ACCIDENT_NOCHAR32SYSUUID_C
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
ACCIDENT_DATEAccident Date /ISDFPS/LM_DE_ACCIDENT_DATEDATS8DATUM
ACCIDENT_TIMEAccident Time /ISDFPS/LM_DE_ACCIDENT_TIMETIMS6UZEIT
SEL_STATUSProcessing Status /ISDFPS/LM_DE_ACC_PROC_STATUSCHAR1/ISDFPS/LM_ACC_PROC_STATUS
PRINT_STATUSOutput Status /ISDFPS/LM_DE_ACC_PRI_STATUSCHAR1/ISDFPS/LM_ACC_PRI_STATUS
PRINT_COUNTNumber of Data Outputs /ISDFPS/LM_DE_ACC_PRI_COUNTINT410INT4
SEL_ENDESelection Limit /ISDFPS/LM_DE_ACC_SEL_ENDEDATS8DATUM
ANNAMUser who created record ANNAMCHAR12USNAM
ANDATDate record created on ANDATDATS8DATUM
ANTIMTime, at Which Record Was Added ERZEITTIMS6UHRZT
TDDESTSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
TDSPOOLIDSpool request number RSPOIDINT410RSPOID
PJNUMMERSpool: output request number RSPOPJNUMINT25RSPOPJCNT
FILENAME_SPOOLSpool Storage /ISDFPS/LM_DE_ACCIDENT_FSPOOLCHAR255/ISDFPS/LM_ACCIDENT_FILE
FILENAME_DOWNFile Name /ISDFPS/LM_DE_ACCIDENT_FILECHAR255/ISDFPS/LM_ACCIDENT_FILE

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/LM_ACC_H using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/LM_ACC_H
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/LM_ACC_H
WHERE...

How to access SAP table /ISDFPS/LM_ACC_H

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