PLMT_AUDIT_ACT_BAPI_XML SAP (Audit: Corrective/Preventive Action - XML Generation) Structure details

Dictionary Type: Structure
Description: Audit: Corrective/Preventive Action - XML Generation




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




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

PLMT_AUDIT_ACT_BAPI_XML 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 "Audit: Corrective/Preventive Action - XML Generation" 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_PLMT_AUDIT_ACT_BAPI_XML TYPE PLMT_AUDIT_ACT_BAPI_XML.

The PLMT_AUDIT_ACT_BAPI_XML table consists of various fields, each holding specific information or linking keys about Audit: Corrective/Preventive Action - XML Generation data available in SAP. These include EXTERNAL_ID (Key that Flags a Corrective/Preventive Action), GUID (unique object identifier in Audit Management (CHAR32)), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP PLMT_AUDIT_ACT_BAPI_XML 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
EXTERNAL_IDKey that Flags a Corrective/Preventive Action PLMT_AUDITACTION_IDCHAR24CGPL_EXTIDPLM_AUDIT_ACTION
GUIDunique object identifier in Audit Management (CHAR32) PLMT_AUDIT_OBJECT_GUID_BAPICHAR32SYSUUID_C
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
PLANSTARTDATEPlanned Start Date CGPL_PLANSTARTDATEDATS8DATUM
FINAL_DATETo Be Completed By PLMT_AUDIT_DATE_FINALDATS8DATUM
ACTUALSTARTDATEActual Start Date CGPL_ACTUALSTARTDATEDATS8DATUM
ACTUALFINISHDATEActual Finish (Date) CGPL_ACTUALFINISHDATEDATS8DATUM
ACTUALFINISHTIMEActual Finish (Time) CGPL_ACTUALFINISHTIMETIMS6TIME
ORIGINAL_LANGULanguage the Audit Plan Was Created In PLMT_ORIGINAL_LANGU_AUDITPLANLANG1Assigned to domainISOLASPRAS
ORIGINAL_LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
CREATED_BYName of Person Who Created the Component PLMT_CREATED_BYCHAR12USNAM
CREATED_ONDate on Which Component Was Created PLMT_CREATED_ONDATS8DATUM
CHANGED_BYName of Person, Who Last Changed the Component PLMT_CHANGED_BYCHAR12USNAM
CHANGED_ONDate on which the component was last changed PLMT_CHANGED_ONDATS8DATUM
SY_ST_DSCRObject status J_TXT30CHAR30TEXT30
S_STATUSSystem status line J_STEXTCHAR40TEXT40
U_STATUSUser Status Line J_ATEXTCHAR40TEXT40
STAT_PROFStatus Profile PLMT_STSMACHAR8Assigned to domainJ_STSMA
RESPONSIBLE_TEXTShort Description of Business Partner PLMT_BU_DESCRIPCHAR50BU_TEXT50
PARENT_QUEST_IDHigher-Level Audit Question PLMT_PARENT_AUDIT_QUEST_IDCHAR24CGPL_EXTIDPLM_AUDIT_QUESTION
PARENT_QUEST_GUIDunique object identifier in Audit Management (CHAR32) PLMT_AUDIT_OBJECT_GUID_BAPICHAR32SYSUUID_C
AUTH_GROUP_TEXTDescription of Authorization Group PLMT_AUTH_GROUP_TEXTCHAR40PLM_SHORTTEXT
ORIGINAL_LANGU_TEXTCreation language PLMT_ORIGINAL_LANGU_TEXTCHAR16SPTXT16
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
LANGU_TEXTLanguage PLMT_LANGU_TEXTCHAR16SPTXT16
ACTTYPAction Types PLMT_TV_ACTTYPNUMC3Assigned to domainPLMT_TV_ACTTYP
ACTTYP_TXTDescription for Action Type PLMT_TV_ACTTYP_TXTCHAR20PLM_SHORTTEXT_20
TEXTS 0
LONGTEXTS 0
DOCUMENTS 0
PARTNER 0
STATUS 0
DESCRIPTIONAudit Description PLMT_DESCRIPTION_AUDITCHAR40PLM_SHORTTEXT
DESCLong Text String for XML and HTML Output PLMT_LONG_TEXT_STRINGSTRG0PLMT_LONG_TEXT_STRING
NOTELong Text String for XML and HTML Output PLMT_LONG_TEXT_STRINGSTRG0PLMT_LONG_TEXT_STRING

Key field Non-key field



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

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

How to access SAP table PLMT_AUDIT_ACT_BAPI_XML

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