WRF_WTAD_AD_WL SAP (Additionals: Temporary Storage of Work Data) Table details

Dictionary Type: Table
Description: Additionals: Temporary Storage of Work Data




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




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

WRF_WTAD_AD_WL is a standard SAP Table which is used to store Additionals: Temporary Storage of Work Data data and is available within R/3 SAP systems depending on the version and release level.

The WRF_WTAD_AD_WL table consists of various fields, each holding specific information or linking keys about Additionals: Temporary Storage of Work Data data available in SAP. These include USERID (User Name), GUID (Unique Key), MATNR (Material Number), MAKTX (Material Description (Short Text)).. 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 (Deep)


SAP WRF_WTAD_AD_WL 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
USERIDUser Name SYUNAMECHAR12SYCHAR12
GUID Unique Key0
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
ADDIBELNRDocument number for additional ADDI_BELNRCHAR10ALPHAADDI_BELNR
ADDIPOSNRItem number of an additional ADDI_POSNRNUMC6NUM6
ADDIMATMaterial number for additional ADDI_MATNRCHAR18Assigned to domainMATN1MATNR
DATECRDate of Additionals Document Creation WRF_ADDI_DATE1DATS8DATS
ADDIIDOCDCurrent Condition Date WRF_ADDI_IDOCDDATS8DATS
ADDIFMProcedure for additionals ADDI_FMCHAR4Assigned to domainADDI_FM
ADDILIFNRAdditionals vendor ADDI_LIFNRCHAR10Assigned to domainALPHALIFNR
ADDIKSCHLAdditionals: Message type for deliveries ADDI_KSCHLCHAR4CHAR4
ADDIEBELNAdditionals: Document number for purchasing document ADDI_EBELNCHAR10Assigned to domainALPHAEBELN
KSCHLIDOCCondition type KSCHACHAR4Assigned to domainKSCHLVKS
KBETRIDOCOld Condition Value WRF_OLD_KBETRCURR11(2) WERTV6
WAERSIDOCOld Currency Key WRF_OLD_WAERSCUKY5Assigned to domainWAERSFWS
NEWKBETRNew Condition Value WRF_NEW_KBETRCURR11(2) WERTV6
NEWWAERSNew Currency Key WRF_NEW_WAERSCUKY5Assigned to domainWAERSFWS
ADDIRDIDPurchase Order Number WRF_ADDI_RDIDCHAR10CHAR10BES
GUID_ALV Unique Key0
CREATE_IDOC_DATDate of IDoc Generation WRF_IDOC_CREATE_DATDATS8DATS
IDOC_PRICE_DATCondition Date of IDoc WRF_IDOC_PRICE_DATDATS8DATS
CHANGE_PRICE_DATFlag: Date on Which Price Is Determined Has Changed WRF_ADDI_FLAGCHAR1FLAG
ADDIMAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
ADDISTUNRAdditionals: step number ADDI_STUNRNUMC4NUM4
LFDNRKey for transaction data for additionals ADDI_WTKEYNUMC4ADDI_WTKEY
CHECKSUMHash Value (160 Bits) HASH160CHAR40
CONDCHECKSUMIDOCHash Value (160 Bits) HASH160CHAR40
ADDIVKMESales unit of the material ADDI_VKMEUNIT3Assigned to domainCUNITMEINS
ADDIWERKSAdditionals: Plant to which the reference document belongs ADDI_WERKSCHAR4Assigned to domainWERKS
ADDIKUNNRAdditionals: Customer to whom the reference document belongs ADDI_KUNNRCHAR10Assigned to domainALPHAKUNNR
ADDIMATKLMaterial group for an additional ADDI_MATKLCHAR9Assigned to domainMATKL
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_WTAD_AD_WL
INTO CORRESPONDING FIELDS OF WA_WRF_WTAD_AD_WL
WHERE...

How to access SAP table WRF_WTAD_AD_WL

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