DFKKGP_SHORT SAP (Data Extract: BP Data) Table details

Dictionary Type: Table
Description: Data Extract: BP Data




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




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

DFKKGP_SHORT is a standard SAP Table which is used to store Data Extract: BP Data data and is available within R/3 SAP systems depending on the version and release level.

The DFKKGP_SHORT table consists of various fields, each holding specific information or linking keys about Data Extract: BP Data data available in SAP. These include GJAHR (Posting year), PARTNER (Business Partner Number), BKVID (Business partner category), COUNTRY (Country Key).. 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 DFKKGP_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
GJAHRPosting year GJAHR_KKNUMC4NUMC4
PARTNERBusiness Partner Number SH_GPART_KKCHAR20CHAR20
BKVIDBusiness partner category BU_TYPECHAR1BU_TYPEBPY
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
PO_BOX_LOCPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
POST_CODE3Company Postal Code (for Large Customers) AD_PSTCD3CHAR10CHAR10
PO_BOXPO Box AD_POBXCHAR10CHAR10
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
HOUSE_NUM2House number supplement AD_HSNM2CHAR10TEXT10
KOINHAccount Holder Name BU_KOINHCHAR60BU_KOINH
NAME1Name field 1 (name1/last name) BU_NAME1CHAR40BU_NAME
NAME2Name field 2 (name2/first name) BU_NAME2CHAR40BU_NAME
EXTRACT_IDExtract Identification EXTRID_KKCHAR20Assigned to domainEXTRID_KK
TYPEBusiness partner category BU_TYPECHAR1BU_TYPEBPY

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKGP_SHORT
INTO CORRESPONDING FIELDS OF WA_DFKKGP_SHORT
WHERE...

How to access SAP table DFKKGP_SHORT

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