RFKP6_DSP SAP (Mass Document Change: Item Data (for Display)) Structure details

Dictionary Type: Structure
Description: Mass Document Change: Item Data (for Display)




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




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

RFKP6_DSP 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 "Mass Document Change: Item Data (for Display)" 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_RFKP6_DSP TYPE RFKP6_DSP.

The RFKP6_DSP table consists of various fields, each holding specific information or linking keys about Mass Document Change: Item Data (for Display) data available in SAP. These include WAERS (Transaction Currency), ORI_BETRW (Amount in Transaction Currency with +/- Sign), GPART (Business Partner Number), VKONT (Contract Account Number).. 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: Cannot Be Enhanced


SAP RFKP6_DSP 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
WAERSTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
ORI_BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
HVORGMain Transaction for Line Item HVORG_KKCHAR4Assigned to domainHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4Assigned to domainTVORG_KK
SPARTDivision SPART_KKCHAR2Assigned to domainSPARTSPA
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
XAESPPrinting - No Changes Possible XAESP_KKCHAR1XFELD
XPYORItem Included in a Payment Order XPYOR_KKCHAR1XPYOR_KK
XWHPOExpanded Repetition Item XWHPO_KKCHAR1XFELD
WHGRPRepetition group WHGRP_KKNUMC3Assigned to domainWHGRP_KK
STAKZType of statistical item STAKZ_KKCHAR1STAKZ_KK
C4EYPEditing Process To Be Confirmed C4EYP_KKCHAR1C4EYP_KK
C4EYECheck Reason for Workflows Acc. to Dual Control Principle C4EYE_KKCHAR2Assigned to domainC4EYE_KK
HVTXTDescription of Main Transaction HVTXT_KKCHAR30TEXT30
TVTXTMeaning of Subtransaction TVTXT_KKCHAR30TEXT30
SPZAH_LSTList of Payment Lock Reasons SPZAH_LST_KKCHAR5CHAR5
MANSP_LSTList of Dunning Lock Reasons MANSP_LST_KKCHAR5CHAR5
SPERZ_LSTList of Interest Lock Reasons SPERZ_LST_KKCHAR5CHAR5
CLRLO_LSTList of Clearing Lock Reasons CLRLO_LST_KKCHAR5CHAR5
KURSFExchange rate KURSF_KKDEC9(5) EXCRTKURSF
PDTYPCategory of Payment Specification PDTYP_KKCHAR1PDTYP_KK
ABWTPCategory of substitute document in FI-CA ABWTP_KKCHAR1ABWTP_KK
XBLNRReference document number XBLNR_KKCHAR16ALPHAXBLNR_KK
AUGRSClearing restriction AUGRS_KKCHAR1AUGRS_KK

Key field Non-key field



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

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

How to access SAP table RFKP6_DSP

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