ALPFDBVAR SAP (PFDB: Report Variants) Table details

Dictionary Type: Table
Description: PFDB: Report Variants




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




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

ALPFDBVAR is a standard SAP Table which is used to store PFDB: Report Variants data and is available within R/3 SAP systems depending on the version and release level.

The ALPFDBVAR table consists of various fields, each holding specific information or linking keys about PFDB: Report Variants data available in SAP. These include RVARID (PFDB: GUID for report variants), SRTF2 (Next record counter in EXPORT/IMPORT data tables), CREAUSER (PFDB: Changed by user name), CREADATE (Alert: date).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = ALPFDBVDES


SAP ALPFDBVAR 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
RELIDRegion in IMPORT/EXPORT Data Table INDX_RELIDCHAR2SYCHAR02
RVARIDPFDB: GUID for report variants ALPFDBRVARCHAR32SYSUUID_C
SRTF2Next record counter in EXPORT/IMPORT data tables INDX_SRTF2INT410SYBIN4
CREAUSERPFDB: Changed by user name ALPFDBUSERCHAR12USERNAME
CREADATEAlert: date ALDATEDATS8DATUM
UPDTUSERPFDB: Changed by user name ALPFDBUSERCHAR12USERNAME
UPDTDATEAlert: date ALDATEDATS8DATUM
UPDTTIMEAlert: Time value in timeformat ALTIMETIMS6TIME
VERSIONVersion of the dictionary objects defined for the perf. DB ALPFDBVERSCHAR6CHAR6
WITH_ESTPFDB: Status flag ALPFDBVSTACHAR1CHAR1
AGG_GRANAggregation and Resolution of a CPH Data Record ALPDBRTYPCHAR6CHAR6
FIRSTDAYAlert: date ALDATEDATS8DATUM
LASTDAYAlert: date ALDATEDATS8DATUM
RANGEUNITPFDB: Status flag ALPFDBVSTACHAR1CHAR1
PASTINTNatural Number INT4INT410INT4
FUTUREINTNatural Number INT4INT410INT4
CLUSTRLength field for user data in EXPORT/IMPORT tables INDX_CLSTRINT25SYBIN2
CLUSTDData field for IMPORT/EXPORT database tables INDX_CLUSTLRAW2886INDX_CLUST

Key field Non-key field



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

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

SELECT SINGLE *
FROM ALPFDBVAR
INTO CORRESPONDING FIELDS OF WA_ALPFDBVAR
WHERE...

How to access SAP table ALPFDBVAR

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