SAP VSFPLAB Versions: Doc. table structure for VSFPLA_CN Table data and field list

VSFPLAB is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Versions: Doc. table structure for VSFPLA_CN" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_VSFPLAB TYPE VSFPLAB.

The VSFPLAB table consists of various fields, each holding specific information or linking keys about Versions: Doc. table structure for VSFPLA_CN data available in SAP. These include MANDT (Client), VSNMR (Number or description of a version), FPLNR (Billing plan number / invoicing plan number), FPTYP (Billing plan category)... 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. .

VSFPLAB structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP VSFPLAB structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the VSFPLAB table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
VSNMRNumber or description of a version VSNMRCHAR12VSNMRVS2
FPLNRBilling plan number / invoicing plan number FPLNRCHAR10Assigned to domainFPLNR
FPTYPBilling plan category FPTYP_FPCHAR1FPTYP
FPARTBilling/Invoicing Plan Type FPARTCHAR2Assigned to domainFPART
SORTLSort field SORTLCHAR10CHAR10
BEDATStart date for billing plan/invoice plan BEDAT_FPDATS8DATUM
ENDATEnd date billing plan/invoice plan ENDAT_FPDATS8DATUM
HORIZRule for Determining Horizon in Billing/Invoicing Plan HORIZ_FPCHAR2Assigned to domainVDREG_VEDA
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
BEDARRule for Origin of Start Date of Billing/Invoicing Plan BEDAT_FPKCHAR2Assigned to domainVDREG_VEDA
ENDARRule for Origin of End Date for Billing/Invoicing Plan ENDAT_FPKCHAR2Assigned to domainVDREG_VEDA
PERIORule for Origin of Next Billing/Invoice Date PERIO_FPCHAR2Assigned to domainVDREG_VEDA
FPLAELength of a standard period in the billing plan FPLAENUMC3NUM3
RFPLNStandard Billing/Invoicing Plan Number RFPLN_DCHAR10Assigned to domainFPLNR
LODATDates from TADATDATS8DATUM
AUTTEBilling/Invoice Creation in Advance AUTTECHAR1XFELD
LODARRule for Origin of Start Dates LODARCHAR2Assigned to domainVDREG_VEDA
PERAFRule for Determination of a Deviating Billing/Invoice Date PERAF_FPCHAR2Assigned to domainVDREG_VEDA
FAKCACalendar for Defining Days Relevant to Billing/Invoicing FAKCACHAR2Assigned to domainWFCID
TNDATDates to TBDATDATS8DATUM
TNDARRule for Origin of End Dates TBDARCHAR2Assigned to domainVDREG_VEDA
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
FPLTUItem unlimited in value FPLTUNUMC6Assigned to domainFPLTR
AUST1Payment cards: Status regarding requirements AUST1_CCCHAR1AUST1_CC
AUST2Payment cards: Totals status - Call external system AUST2_CCCHAR1CCALL
AUST3Payment cards: Overall status - Responses from ext. system AUST3_CCCHAR1REACT_SD
AUST4Payment cards: Reserve AUST4_CCCHAR1CHAR1
AUST5Payment cards: Authorization block AUST5_CCCHAR1XFELD
BASISWRTTarget value BASISWRTCURR15(2) WERTV8
PSPNRWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
AUTKORAutomatic creation of correction dates in billing plan AUTKORCHAR1XFELD
VBUKZUpdate indicator VBKZCHAR1VERBUCHER

Key field Non-key field



How do I retrieve data from SAP structure VSFPLAB using ABAP code?

As VSFPLAB is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on VSFPLAB as there is no data to select.

How to access SAP table VSFPLAB

Within an ECC or HANA version of SAP you can also view further information about VSFPLAB and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).