FVVBPS SAP (Sort fields plan record editing / incoming pmnt distribution) Structure details

Dictionary Type: Structure
Description: Sort fields plan record editing / incoming pmnt distribution




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




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

FVVBPS 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 "Sort fields plan record editing / incoming pmnt distribution" 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_FVVBPS TYPE FVVBPS.

The FVVBPS table consists of various fields, each holding specific information or linking keys about Sort fields plan record editing / incoming pmnt distribution data available in SAP. These include RANTYP (Contract Type), SPRIO (Processing level / priority level flow control), SKRIT (Incoming payments: Identification of evaluation criterion), SANLF (Product 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. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FVVBPS structure 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RANTYPContract Type RANTYPCHAR1RANTYP
SPRIOProcessing level / priority level flow control VVSPRIONUMC2NUM2
SKRITIncoming payments: Identification of evaluation criterion VVSKRITCHAR4Assigned to domainVVSKRIT
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
FIPROCollateral object number ROBJNRNUMC10Assigned to domainSBOBJNRBOB
RANLContract Number RANLCHAR13ALPHARANLRAN
DGUEL_KKDate Condition Effective from DGUELDATS8DATUM
SEFFKAPEffective Capital Available VVSEFFKAPCHAR1CHAR1
SANTEILIGProportional Planned Value Calculation VVANTEILCHAR1CHAR1
SBTAGEUpto days from system date VVSBTAGEINT410INT4
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SFAELLIGNext Due Date VVSFAELLIGCHAR1CHAR1
SMANUManual debit position / manually created planned records VVSMANUCHAR1CHAR1
SMASUAutomatic debit position / memo records VVSMASUCHAR1CHAR1
SBUSTPosting control key VVSBUSTNUMC2VVSBUST
DFAELLDue date DFAELLDATS8DATUM
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
BCWHRSettlement Amount BCWHRCURR13(2) WERTV7
SCWHRSettlement Currency SCWHRCUKY5Assigned to domainWAERS
BNWHRNominal amount BNWHRCURR13(2) WERTV7
DTRANSFlow data key: System date VVDTRANSDATS8DATUM
TTRANSTransaction data key: system time VVTTRANSTIMS6UZEIT
NTRANSTransaction data key: Consecutive number VVNTRANSNUMC4NUMC4

Key field Non-key field



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

As FVVBPS 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 FVVBPS as there is no data to select.

How to access SAP table FVVBPS

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