FKKPP_CHARGE_PAR SAP (Account Assignments for Charges Receivable for Prom. to Pay) Structure details

Dictionary Type: Structure
Description: Account Assignments for Charges Receivable for Prom. to Pay




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




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

FKKPP_CHARGE_PAR 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 "Account Assignments for Charges Receivable for Prom. to Pay" 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_FKKPP_CHARGE_PAR TYPE FKKPP_CHARGE_PAR.

The FKKPP_CHARGE_PAR table consists of various fields, each holding specific information or linking keys about Account Assignments for Charges Receivable for Prom. to Pay data available in SAP. These include VKONT (Contract Account Number), VTREF (Reference Specifications from Contract), VTRE2 (Additional Reference Information), SUBAP (Subapplication in Contract Accounts Receivable and Payable).. 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 FKKPP_CHARGE_PAR 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
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
VTRE2Additional Reference Information VTRE2_KKCHAR20ALPHAVTREF_KK
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
HVORGMain Transaction for Line Item HVORG_KKCHAR4Assigned to domainHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4Assigned to domainTVORG_KK
KOFIZAccount Determination ID KOFIZ_KKCHAR2KOFIZ_KK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SEGMENTSegment for Segmental Reporting SEGMT_KKCHAR10Assigned to domainALPHAFB_SEGMENT
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SPARTDivision SPART_KKCHAR2Assigned to domainSPARTSPA
BUPLABusiness Place BUPLACHAR4Assigned to domainJ_1BBRANCH
XMANLExclude Item from Dunning Run XMANL_KKCHAR1XFELD
SPZAHLock Reason for Automatic Payment SPZAH_KKCHAR1Assigned to domainSPZAH_KK
MANSPDunning Lock Reason MANSP_KKCHAR1Assigned to domainMANSP_KK
SPERZInterest Lock Reason SPERZ_KKCHAR1Assigned to domainSPERZ_KK
VERKZItem Can Only Be Cleared VERKZ_KKCHAR1VERKZ_KK
MAHNVDunning Procedure MAHNV_KKCHAR2Assigned to domainMAHNV_KKFKK_MAHNV
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
KONTTAccount Assignment Category KONTT_KKCHAR2Assigned to domainKONTT_KK
KONTLAcct assnmnt string for industry-specific account assngments KONTL_KKCHAR50CHAR50
GSBER_MIGBusiness Area (Assigned Subsequently to Account) GSBER_MIG_KKCHAR4Assigned to domainGSBER
SEGMT_MIGSegment for Segment Reporting (Assigned Subseq. to Account) SEGMT_MIG_KKCHAR10Assigned to domainALPHAFB_SEGMENT
PRCTR_MIGProfit Center (Assigned Subsequently to Account) PRCTR_MIG_KKCHAR10Assigned to domainALPHAPRCTR

Key field Non-key field



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

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

How to access SAP table FKKPP_CHARGE_PAR

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