FPLAA SAP (Application data for the billing plan) Structure details

Dictionary Type: Structure
Description: Application data for the billing plan




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




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

FPLAA 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 "Application data for the billing plan" 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_FPLAA TYPE FPLAA.

The FPLAA table consists of various fields, each holding specific information or linking keys about Application data for the billing plan data available in SAP. These include WAERK (SD Document Currency), WAERK_ALT (SD Document Currency), NETWR (Net value of the order item in document currency), VRKME (Sales unit).. 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: Can be enhanced (character-type or numeric)


SAP FPLAA 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
WAERK_ALTSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
NETWRNet value of the order item in document currency NETWR_APCURR15(2) WERTV8
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MENGECumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
UEPOSHigher-level item in bill of material structures UEPOSNUMC6Assigned to domainPOSNR
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
FAKSKBilling block in SD document FAKSKCHAR2Assigned to domainFAKSP
FAKSPBilling block for item FAKSP_APCHAR2Assigned to domainFAKSP
POSNR_VFBilling item POSNR_VFNUMC6Assigned to domainPOSNR
FKIMGActual Invoiced Quantity FKIMGQUAN13(3) MENG13
NETWR_FPNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
AUFTXDescription AUFTEXTCHAR40TEXT40
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
LTXA1Operation short text LTXA1CHAR40TEXT40
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
TXZ01Short Text TXZ01CHAR40TEXT40
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
BMENGEPurchase Order Quantity BSTMGQUAN13(3) MENG13
BNETWRNet Order Value in PO Currency BWERTCURR13(2) WERT7
MWSBKTax amount in document currency MWSBPCURR13(2) WERTV7
VBTYPSD document category VBTYPCHAR1VBTYP
KURRFExchange rate for FI postings KURRFDEC9(5) KURRF
SHKZGReturns Item SHKZG_VACHAR1XFELD
EUROCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PSPNRWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
POST1_PRPS: Short description (1st text line) PS_POST1CHAR40TEXT40
PSPHICurrent number of the appropriate project PS_PSPHINUMC8Assigned to domainKONPDPS_PSPNR
POST1_PDPS: Short description (1st text line) PS_POST1CHAR40TEXT40
ERLARRevenue element for billing plan to WSB element PSFPERLARCHAR10Assigned to domainALPHAKSTAR
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
HWAERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PROFIDNetwork profile PROFIDNZPLCHAR7Assigned to domainPROFILIDPNW
EINHEITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
CCPGAPayment cards: Checking group - Sales document CCPGACHAR2Assigned to domainCCPGA
AUTWRPayment cards: Total of open authorizations AUTWSCURR15(2) WERTV8
LEIWRNext service/delivery LEIWSCURR15(2) WERTV8
ENDWRPayment cards: Total sales order amount (net value + tax) ENDWRCURR15(2) WERTV8
CMNGVNext date CMNGVDATS8DATUM

Key field Non-key field



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

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

How to access SAP table FPLAA

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