PLMM_AUDITPLAN SAP (Audit Plan) Table details

Dictionary Type: Table
Description: Audit Plan




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




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

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

The PLMM_AUDITPLAN table consists of various fields, each holding specific information or linking keys about Audit Plan data available in SAP. These include GUID (Identification of the Audit Plan), ORIGINAL_LANGU (Language the Audit Plan Was Created In), AUTH_GROUP (Authorization Group), GROUPING (Grouping).. 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_AUDITPLAN 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 the Audit Plan PLMT_AUDITPLAN_GUIDRAW16PLMAMPLM_AUDIT_GUID_AUD
ORIGINAL_LANGULanguage the Audit Plan Was Created In PLMT_ORIGINAL_LANGU_AUDITPLANLANG1Assigned to domainISOLASPRAS
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
VALIDFROMValid From PLMT_VALIDFROMDEC15TSTPSBCOS_TSTMP
VALIDTOValid To PLMT_VALIDTODEC15TSTPSBCOS_TSTMP
RELEASED_ONRelease Time PLMT_RELEASED_ONDEC15TSTPSBCOS_TSTMP
RELEASED_BYName of Person, Who Has Released Component PLMT_RELEASED_BYCHAR12USNAM
PROC_STATUSProcessing Status of the Audit Component PLMT_PROC_STATUSCHAR1PLM_PROC_STATUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM PLMM_AUDITPLAN
INTO CORRESPONDING FIELDS OF WA_PLMM_AUDITPLAN
WHERE...

How to access SAP table PLMM_AUDITPLAN

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