T5W72 SAP (UIF interface: Runs per UIF reference number) Table details

Dictionary Type: Table
Description: UIF interface: Runs per UIF reference number




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




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

T5W72 is a standard SAP Table which is used to store UIF interface: Runs per UIF reference number data and is available within R/3 SAP systems depending on the version and release level.

The T5W72 table consists of various fields, each holding specific information or linking keys about UIF interface: Runs per UIF reference number data available in SAP. These include TAXYR (Tax Year), UIFMONTH (Month), RUNNR (SARS Interface: Run Number), CREATOR (UIF reference 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5W72 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
TAXYRTax Year P16_TAXYRNUMC4GJAHRGJAHRGJR
UIFMONTHMonth P16_MONTHNUMC2P16_MONTHWACM
RUNNRSARS Interface: Run Number P16_RUNNRNUMC8T5W70NUMC8
CREATORUIF reference number P16_UIFRFCHAR9T5W71CHAR9
FILENOUIF interface: File number P16_FILENONUMC3NUMC3
UIFREFUIF reference number P16_UIFRFCHAR9CHAR9
FILESTASend status of the electronic UIF file P16_FILESTANUMC2P16_FILESTA
DATUMDate DATUMDATS8DATUM
UZEITTime UZEITTIMS6UZEIT
UNAMEUser Name UNAMECHAR12UNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5W72
INTO CORRESPONDING FIELDS OF WA_T5W72
WHERE...

How to access SAP table T5W72

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