IWP_WP SAP (Audit Packages) Table details

Dictionary Type: Table
Description: Audit Packages




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




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

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

The IWP_WP table consists of various fields, each holding specific information or linking keys about Audit Packages data available in SAP. These include WORK_PACKAGE (Unique Identifier of an Audit Package), WORK_PACKAGE_EXT (Audit Package), STRUC_CNT (Number of Structures), SYSTEMID (Original System ID).. 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: Cannot Be Enhanced

Text table = IWP_WPT


SAP IWP_WP 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
WORK_PACKAGEUnique Identifier of an Audit Package IWP_WORK_PACKAGENUMC10IWP_WORK_PACKAGE
WORK_PACKAGE_EXTAudit Package IWP_WORK_PACKAGE_EXTCHAR20IWP_WORK_PACKAGE_EXTSH_WORK_PACKAGE_EXT
STRUC_CNTNumber of Structures IWP_STRUC_CNTINT410
SYSTEMIDOriginal System ID IWP_SYSIDCHAR4
STATUSStatus IWP_STATUSCHAR3IWP_STATUS
USAGETYPEAudit Package Used For IWP_USETYPCHAR1IWP_USETYP
BI_DATATYPEBI InfoProvider Type IWP_BIDATYPCHAR1IWP_BIDATYP
CUSERCreated By IWP_CUSERCHAR12USNAM
CDATUMCreated On IWP_CDATUMDATS8DATUM
AUTHGRPAuthorization Group IWP_AUTHGRPCHAR4
PATH_METAPath IWP_PATH_STRINGSTRG0IWP_LC_STRING
FILENAMEPath to File IWP_FILE_STRINGSTRG0IWP_LC_STRING
TEMPLATEAudit Package Used as Template IWP_TEMPLATECHAR1FLAG
WP_PATTERNAudit Package Template IWP_WP_PATTERNCHAR15Assigned to domainIWP_WP_PATTERN

Key field Non-key field



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

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

SELECT SINGLE *
FROM IWP_WP
INTO CORRESPONDING FIELDS OF WA_IWP_WP
WHERE...

How to access SAP table IWP_WP

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