AD01WIP_REV SAP (WIP Details) Table details

Dictionary Type: Table
Description: WIP Details




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




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

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

The AD01WIP_REV table consists of various fields, each holding specific information or linking keys about WIP Details data available in SAP. These include DLINR (Number of the Dynamic Item), RA_VERSN (Results Analysis Version), REV_KSTAR (Cost Element), REV_MATNR (Material Number).. 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 AD01WIP_REV 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 MANDTCLNT3T000MANDT
DLINRNumber of the Dynamic Item AD01DLINRNUMC20AD01DLIAD01DLINR
RA_VERSNResults Analysis Version VERSN_ABGRCHAR3TKKAPALPHAVERSN_ABGRACV
REV_KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
REV_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
REV_WTGRevenue to be billed (revenue currency) AD01REV_WTGCURR15(2) WERTV8
REV_WOGRevenue to be billed (Company Code currency) AD01REV_WOGCURR15(2) WERTV8
REV_WKGRevenue to be billed (CO Area currency) AD01REV_WKGCURR15(2) WERTV8
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
KWAERControlling area currency KWAERCUKY5Assigned to domainWAERSKWS
RV_WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR

Key field Non-key field



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

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

SELECT SINGLE *
FROM AD01WIP_REV
INTO CORRESPONDING FIELDS OF WA_AD01WIP_REV
WHERE...

How to access SAP table AD01WIP_REV

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