PLM_AUD_ACT SAP (Structure - Audit Action Transaction Data) Structure details

Dictionary Type: Structure
Description: Structure - Audit Action Transaction Data




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




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

PLM_AUD_ACT 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 "Structure - Audit Action Transaction Data" 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_PLM_AUD_ACT TYPE PLM_AUD_ACT.

The PLM_AUD_ACT table consists of various fields, each holding specific information or linking keys about Structure - Audit Action Transaction Data data available in SAP. These include GUID_AUDIT (Globally Unique Identifier), GUID_QUEST (Globally Unique Identifier), GUID_ACT (Globally Unique Identifier), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PLM_AUD_ACT 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
GUID_PLANGlobally Unique Identifier GUIDRAW16
GUID_AUDITGlobally Unique Identifier GUIDRAW16
GUID_QUESTGlobally Unique Identifier GUIDRAW16
GUID_ACTGlobally Unique Identifier GUIDRAW16
SEARCH_FIELDSearch Field PLMT_SEARCH_FIELDCHAR40PLM_SEARCH_FIELDPLM_AUDIT_SEARCH_FIELD
PROC_STATUSProcessing Status of the Audit Component PLMT_PROC_STATUSCHAR1PLM_PROC_STATUS
ACTUALSTARTActual Start Date CGPL_ACTUALSTARTDEC15TSTPSBCOS_TSTMP
ACTUALFINISHActual Finish Date CGPL_ACTUALFINISHDEC15TSTPSBCOS_TSTMP
PLANSTARTPlanned start date CGPL_PLANSTARTDEC15TSTPSBCOS_TSTMP
PLANFINISHPlanned Finish Date CGPL_PLANFINISHDEC15TSTPSBCOS_TSTMP
ACTUALSTART_DATEField of type DATS DATSDATS8DATS
ACTUALFIN_DATEField of type DATS DATSDATS8DATS
PLANSTART_DATEField of type DATS DATSDATS8DATS
PLANFINISH_DATEField of type DATS DATSDATS8DATS
UPDMODBW Delta Process: Record Mode RODMUPDMODCHAR1RODMUPDMOD

Key field Non-key field



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

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

How to access SAP table PLM_AUD_ACT

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