FKKSTEPCOUNT SAP (Skipped Collection Steps per Dunning Group) Table details

Dictionary Type: Table
Description: Skipped Collection Steps per Dunning Group




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




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

FKKSTEPCOUNT is a standard SAP Table which is used to store Skipped Collection Steps per Dunning Group data and is available within R/3 SAP systems depending on the version and release level.

The FKKSTEPCOUNT table consists of various fields, each holding specific information or linking keys about Skipped Collection Steps per Dunning Group data available in SAP. These include GPART (Business Partner Number), VKONTGRP (Collection Management: Contract Account Group), VTREFGRP (Collection Management: Contract Group), ITEMGRP (Closed Item Group for Dunning).. 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: Cannot Be Enhanced


SAP FKKSTEPCOUNT 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
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTGRPCollection Management: Contract Account Group VKGRP_CM_KKCHAR12CHAR12
VTREFGRPCollection Management: Contract Group VTGRP_CM_KKCHAR20CHAR20
ITEMGRPClosed Item Group for Dunning ITEMGRP_CM_KKDEC15TZNTSTMPS
GRPFIELDGrouping Field for Dunning GRPFIELD_CM_KKCHAR12CHAR012
STEPCollection Step STEP_CM_KKCHAR4Assigned to domainSTEP_CM_KK
COUNTERCounter for Collection Steps Not Executed COUNT_CM_KKNUMC4NUMC04
CHANGEDATEDate DATUMDATS8DATUM
DELETEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM FKKSTEPCOUNT
INTO CORRESPONDING FIELDS OF WA_FKKSTEPCOUNT
WHERE...

How to access SAP table FKKSTEPCOUNT

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