BAPIDFKKOPW SAP (BAPI: Repetition Items in Open Item Account Document) Structure details

Dictionary Type: Structure
Description: BAPI: Repetition Items in Open Item Account Document




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




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

BAPIDFKKOPW 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 "BAPI: Repetition Items in Open Item Account Document" 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_BAPIDFKKOPW TYPE BAPIDFKKOPW.

The BAPIDFKKOPW table consists of various fields, each holding specific information or linking keys about BAPI: Repetition Items in Open Item Account Document data available in SAP. These include REPET_GRP (Repetition group), REP_ITEM (Repetition Item in Contract Account Document), NUMBER_REPETITIONS (Number of Items for this Repetition Group), BUSPARTNER (Business Partner 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: 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 BAPIDFKKOPW 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
DOC_NONumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
REPET_GRPRepetition group WHGRP_KKNUMC3Assigned to domainWHGRP_KK
REP_ITEMRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
NUMBER_REPETITIONSNumber of Items for this Repetition Group WHANZ_KKNUMC4WHANZ_KK
BUSPARTNERBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
CONT_ACCTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
SUB_DOCNumber of the substitute FI-CA document ABWBL_KKCHAR12ALPHAABWBL_KK
DOC_CATCategory of substitute document in FI-CA ABWTP_KKCHAR1ABWTP_KK
POST_DATEPosting Date in the Document BUDAT_KKDATS8DATUM
NET_DATEDue date for net payment FAEDN_KKDATS8DATUM
DISC_DUEDue Date for Cash Discount FAEDS_KKDATS8DATUM
PERIOD_KEYKey for Period Assignment PERSL_KKCHAR4TFK001PPERSL_KK
CHG_BLOCKPrinting - No Changes Possible XAESP_KKCHAR1XFELD
DUNN_BLOCKDunning Lock Reason MANSP_KKCHAR1TFK047SMANSP_KK
CLEARDATEClearing date AUGDT_KKDATS8DATUM
CLEARDOCNOClearing Document or Printed Document AUGBL_KKCHAR12ALPHAAUGBL_KK
CL_POSTDTEClearing document posting date AUGBD_KKDATS8DATUM
CLEAR_REASClearing Reason AUGRD_KKCHAR2TFK001AAUGRD_KK
VAL_DATEValue date for clearing AUGVD_KKDATS8DATUM
CANCELEDItem Canceled AUGOB_KKCHAR1XFELD
REP_REMOVEDRepetition Item was Broken Down XAUFL_KKCHAR1XFELD
REVERSECLGClearing posting reversed XRAGL_KKCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BAPIDFKKOPW

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