FKK_VBRP_SHORT SAP (Item Data for SD Billing Document - Extracts) Table details

Dictionary Type: Table
Description: Item Data for SD Billing Document - Extracts




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




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

FKK_VBRP_SHORT is a standard SAP Table which is used to store Item Data for SD Billing Document - Extracts data and is available within R/3 SAP systems depending on the version and release level.

The FKK_VBRP_SHORT table consists of various fields, each holding specific information or linking keys about Item Data for SD Billing Document - Extracts data available in SAP. These include BUKRS (Company Code), GJAHR (Posting year), OPBEL (Number of Contract Accts Rec. & Payable Doc.), VBELN (Billing Document).. 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: Can be enhanced (character-type or numeric)


SAP FKK_VBRP_SHORT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRPosting year GJAHR_KKNUMC4NUMC4
OPBELNumber of Contract Accts Rec. & Payable Doc. SH_OPBEL_KKCHAR12CHAR12
VBELNBilling Document VBELN_VFCHAR10FKK_VBRK_SHORTALPHAVBELNVF
POSNRBilling item POSNR_VFNUMC6Assigned to domainPOSNR
PSTYVSales document item category PSTYVCHAR4Assigned to domainPSTYV
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
VGTYPDocument category of preceding SD document VBTYP_VCHAR1VBTYP
AUBELSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
AUPOSSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
AUTYPSD document category VBTYPCHAR1VBTYP
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
FBUDADate on which services rendered FBUDADATS8DATUM
FKIMGActual Invoiced Quantity FKIMGQUAN13(3) MENG13
KOWRRStatistical values KOWRRCHAR1KOWRR
LMENGRequired quantity for mat.management in stockkeeping units LMENGQUAN13(3) MENG13
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MWSBPTax amount in document currency MWSBPCURR13(2) WERTV7
NETWRNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PRSDTDate for pricing and exchange rate PRSDTDATS8DATUM
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
VRKMESales Unit of Measure TXW_VRKMEUNIT3Assigned to domainCUNITMEINS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
KZWI1Subtotal 1 from pricing procedure for condition KZWI1CURR13(2) WERTV7
KZWI2Subtotal 2 from pricing procedure for condition KZWI2CURR13(2) WERTV7
KZWI3Subtotal 3 from pricing procedure for condition KZWI3CURR13(2) WERTV7
KZWI4Subtotal 4 from pricing procedure for condition KZWI4CURR13(2) WERTV7
KZWI5Subtotal 5 from pricing procedure for condition KZWI5CURR13(2) WERTV7
KZWI6Subtotal 6 from pricing procedure for condition KZWI6CURR13(2) WERTV7
PRODHProduct hierarchy PRODH_DCHAR18Assigned to domainPRODHVPR

Key field Non-key field



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

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

SELECT SINGLE *
FROM FKK_VBRP_SHORT
INTO CORRESPONDING FIELDS OF WA_FKK_VBRP_SHORT
WHERE...

How to access SAP table FKK_VBRP_SHORT

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