VRKPA SAP (Sales Index: Bills by Partner Functions) Table details

Dictionary Type: Table
Description: Sales Index: Bills by Partner Functions




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




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

VRKPA is a standard SAP Table which is used to store Sales Index: Bills by Partner Functions data and is available within R/3 SAP systems depending on the version and release level.

The VRKPA table consists of various fields, each holding specific information or linking keys about Sales Index: Bills by Partner Functions data available in SAP. These include KUNDE (Partner number (KUNNR, LIFNR, or PERNR)), PARVW (Partner Function), VKORG (Sales Organization), FKDAT (Billing date for billing index and printout).. 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)


SAP VRKPA 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
KUNDEPartner number (KUNNR, LIFNR, or PERNR) KUNDE_DCHAR10ALPHAKUNDE
PARVWPartner Function PARVWCHAR2TPARPARVWPARVWPAR
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
FKDATBilling date for billing index and printout FKDATDATS8DATUM
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
FKARTBilling Type FKARTCHAR4TVFKFKART
KUNNRPayer KUNRGCHAR10KNA1ALPHAKUNNR
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
VBTYPSD document category VBTYPCHAR1VBTYP
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
VBELNBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
FKTYPBilling category FKTYPCHAR1FKTYP
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
ADRNR_RGAddress nummer of the payer ADRNR_RGCHAR10Assigned to domainALPHAADRNR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR

Key field Non-key field



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

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

SELECT SINGLE *
FROM VRKPA
INTO CORRESPONDING FIELDS OF WA_VRKPA
WHERE...

How to access SAP table VRKPA

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