V_T5VBP SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_T5VBP is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_T5VBP table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BATCH_ID (Batch ID), ENTSY_ID (Enterprise System ID), STATUS (Batch Status), TIME_RECEIVED (The Time that Submitted Data is Received By Altinn).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP V_T5VBP table view 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
CLIENTClient MANDTCLNT3MANDT
BATCH_IDBatch ID P20_BATCH_IDCHAR18CHAR18
ENTSY_IDEnterprise System ID P20_ENTERP_IDNUMC10NUMC10
STATUSBatch Status P20_BATCH_STATUSCHAR20CHAR20
TIME_RECEIVEDThe Time that Submitted Data is Received By Altinn P20_TIMERDCHAR8CHAR008
DATE_RECEIVEDDate on which Altinn Received the Batch P20_DATERDCHAR10CHAR010
USERIDUser Name SYUNAMECHAR12SYCHAR12
TERMIN_YEARYear of reporting P20_ERAARNUMC4P20_AAR
TERMIN_PERIODPeriod P20_TERMNUMC1P20_TERM
PARTICI_IDOrganization Number P20_PARTICI_IDNUMC11NUMC11
WORKF_REFWorkFlow Reference ID P20_WORK_REFERENCECHAR20CHAR20
ARCHIVE_REFArchive Reference ID P20_ARCH_REFERENCECHAR20CHAR20
SUBMISSION_REFSubmission Reference ID P20_SUBN_REFERENCECHAR62CHAR062
REPNROrganizations number used for tax and ERC reporting P20_REPNRNUMC11T5V2IP20_REPNR
REPTXName of reporting unit P20_REPTXCHAR25CHAR25

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_T5VBP
INTO CORRESPONDING FIELDS OF WA_V_T5VBP
WHERE...

How to access SAP table V_T5VBP

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