PLMM_AUDIT_ACT SAP (Audit - Corrective Action) Table details

Dictionary Type: Table
Description: Audit - Corrective Action




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




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

PLMM_AUDIT_ACT is a standard SAP Table which is used to store Audit - Corrective Action data and is available within R/3 SAP systems depending on the version and release level.

The PLMM_AUDIT_ACT table consists of various fields, each holding specific information or linking keys about Audit - Corrective Action data available in SAP. These include GUID (Identification of Corrective/Preventive Action for Audit), AUTH_GROUP (Authorization Group), GROUPING (Grouping), SEARCH_FIELD (Search Field).. 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 PLMM_AUDIT_ACT 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
CLIENTClient MANDTCLNT3T000MANDT
GUIDIdentification of Corrective/Preventive Action for Audit PLMT_AUDIT_ACTION_GUIDRAW16PLMAMPLM_AUDIT_GUID_AUD
AUTH_GROUPAuthorization Group PLMT_AUTH_GROUPCHAR6Assigned to domainPLM_AUTH_GROUP
GROUPINGGrouping PLMT_GROUPINGCHAR40PLM_GROUPINGPLM_AUDIT_GROUPING
SEARCH_FIELDSearch Field PLMT_SEARCH_FIELDCHAR40PLM_SEARCH_FIELDPLM_AUDIT_SEARCH_FIELD
PROC_STATUSProcessing Status of the Audit Component PLMT_PROC_STATUSCHAR1PLM_PROC_STATUS
ORIGINAL_LANGULanguage the Corrective/Preventive Action Was Created In PLMT_ORIGINAL_LANGU_AUDIT_ACTLANG1Assigned to domainISOLASPRAS
ACTTYPAction Types PLMT_TV_ACTTYPNUMC3Assigned to domainPLMT_TV_ACTTYP
COMPLETE_PERCENTLevel of Completion in Percent PLMT_TV_COMPLETE_PERCENTDEC4(1) PLMT_COMPLETE_PERCENT
.INCLU--AP 0
ASSESSM_PROFILValuation Profile PLMT_ASSESSMENT_PROFILCHAR4Assigned to domainPLM_ASSESSMENT_PROFIL
ASSESSMENT_RECValuation Entered PLMT_ASSESSMENT_RECCHAR1PLM_AUDITMANAGEMENT_FLAG
ASSESSM_RESConfirmation of Target Valuation PLMT_TV_ASSESSM_RES_TARGETCHAR4Assigned to domainPLM_ASSESSMENT
SCORE_RECTarget Number of Points PLMT_SCORE_REC_TARGETDEC5(1) PLM_SCORE
SCORE_RESTarget Result PLMT_SCORE_RESULT_TARGETDEC10(1) PLM_SCORE_RESULT
ASSESSM_RES_OLDPrevious Valuation from List Item PLMT_TV_ASSESSM_RESULTCHAR4Assigned to domainPLM_ASSESSMENT
SCORE_REC_OLDPrevious Number of Points Entered PLMT_SCORE_REC_OLDDEC5(1) PLM_SCORE
SCORE_RES_OLDPrevious Result from List Item PLMT_SCORE_RESULT_OLDDEC10(1) PLM_SCORE_RESULT
CONFIRMATIONTime at which action was confirmed PLMT_TV_CONFIRMATIONDEC15TSTPSBCOS_TSTMP
MAKATCatalog Type - Tasks MAKATCHAR1Assigned to domainQKATART
GRUPPECode Group QCODEGRPCHAR8Assigned to domainQCODEGRPCGP
CODECode QCODECHAR4Assigned to domainQCODEQCODE
VERSIONVersion Number QVERSNRCHAR6ALPHAQVERSNR
ACT_CANCELCancelation of an Action PLMT_TV_ACT_CANCELCHAR1PLM_AUDITMANAGEMENT_FLAG
REFERENCE_GUIDReference to an Object PLMT_TV_REFERENCERAW16PLMAMPLM_AUDIT_GUID_AUD
START_ACTIONStart Action PLMT_START_ACTIONCHAR1QKZ
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
FENUMNotification Print Item Number FENUMNUMC4NUMC4IFE
MANUMSequential Task Number MANUMNUMC4NUM4IMA

Key field Non-key field



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

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

SELECT SINGLE *
FROM PLMM_AUDIT_ACT
INTO CORRESPONDING FIELDS OF WA_PLMM_AUDIT_ACT
WHERE...

How to access SAP table PLMM_AUDIT_ACT

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