T5VF2 SAP (Altinn Communication Framework - Document storage - Attrs) Table details

Dictionary Type: Table
Description: Altinn Communication Framework - Document storage - Attrs




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




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

T5VF2 is a standard SAP Table which is used to store Altinn Communication Framework - Document storage - Attrs data and is available within R/3 SAP systems depending on the version and release level.

The T5VF2 table consists of various fields, each holding specific information or linking keys about Altinn Communication Framework - Document storage - Attrs data available in SAP. These include GUID (Globally Unique Identifier (GUID) for Document), DOC_TYPE (ACF Document type), DOC_VERS (ACF Document version), REPORTEE (ACF Reportee 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 (Deep)


SAP T5VF2 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
GUIDGlobally Unique Identifier (GUID) for Document PNO_ACF_GUIDCHAR32SYSUUID_C
DOC_TYPEACF Document type PNO_ACF_DOC_TYPECHAR1PNO_ACF_DOC_TYPE
DOC_VERSACF Document version PNO_ACF_DOC_VERSCHAR2CHAR2
REPORTEEACF Reportee Number PNO_ACF_REPORTEENUMC11PNO_ACF_REPORTEEHRPADNO_T5VF4_REPORTEE
SERV_CODEACF Service Code PNO_ACF_SERVICE_CODECHAR10PNO_ACF_SERVICE_CODE
SERV_EDIT_CODEACF Service edition code PNO_ACF_SERVICE_EDITION_CODEINT410
SAP_STATUSACF Processing Status PNO_ACF_SAP_STATUSCHAR10PNO_ACF_SAP_STATUS
SAP_DOC_REFACF Reference to preceding document PNO_ACF_SAP_DOC_REFCHAR32SYSUUID_C
SAP_CREATE_USERACF Created By PNO_ACF_SAP_CREATE_USERCHAR12Assigned to domainXUBNAMEUSER_COMP
SAP_CREATE_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
SAP_CHANGE_USERACF Last Changed By PNO_ACF_SAP_CHANGE_USERCHAR12Assigned to domainXUBNAMEUSER_COMP
SAP_CHANGE_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
ALT_ARCHIVE_REFACF Archive Reference ID PNO_ACF_ARCHIVE_REFCHAR15PNO_ACF_ARCHIVE_REF
ALT_RECEIPT_IDACF - Receipt Id PNO_ACF_RECEIPT_IDINT410PNO_ACF_RECEIPT_ID
ALT_RECEIPT_STATAltinn Receipt Status PNO_ACF_RECEIPT_STATUS_CODECHAR10PNO_ACF_RECEIPT_STATUS
ALT_CORRESP_IDACF - Correspondence Id PNO_ACF_CORRESPONDENCE_IDINT410PNO_ACF_CORRESPONDENCE_ID
ALT_CORRESP_STATAltinn Correspondence Status PNO_ACF_CORRESPONDENCE_STATUSCHAR10PNO_ACF_CORRESPONDENCE_STATUS
COMM_SE_RE_USERCommunication Initiated By PNO_ACF_COMM_SE_RE_USERCHAR12Assigned to domainXUBNAMEUSER_COMP
COMM_SE_RE_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
COMM_SE_RE_USSNACF - UserSSN (Personal ID number/User name) PNO_ACF_USER_SSNCHAR64PNO_ACF_USER_SSN
COMM_UPDATE_USERACF - Communication:Last Changed by PNO_ACF_COMM_UPDATE_USERCHAR12Assigned to domainXUBNAMEUSER_COMP
COMM_UPDATE_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
COMM_UPDATE_USSNACF - UserSSN (Personal ID number/User name) PNO_ACF_USER_SSNCHAR64PNO_ACF_USER_SSN

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5VF2
INTO CORRESPONDING FIELDS OF WA_T5VF2
WHERE...

How to access SAP table T5VF2

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