FKBRD_200 SAP (For Screen in Mass Reversal) Structure details

Dictionary Type: Structure
Description: For Screen in Mass Reversal




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




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

FKBRD_200 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 "For Screen in Mass Reversal" 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_FKBRD_200 TYPE FKBRD_200.

The FKBRD_200 table consists of various fields, each holding specific information or linking keys about For Screen in Mass Reversal data available in SAP. These include GPART_HI (Business Partner Number), VKONT_LO (Contract Account Number), VKONT_HI (Contract Account Number), VTREF_LO (Reference Specifications from Contract).. 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: Not classified


SAP FKBRD_200 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
GPART_LOBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
GPART_HIBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
VKONT_LOContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VKONT_HIContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VTREF_LOReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
VTREF_HIReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
BUKRS_LOCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUKRS_HICompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BLART_LODocument Type BLART_KKCHAR2TFK003BLART_KK
BLART_HIDocument Type BLART_KKCHAR2TFK003BLART_KK
FAEDN_LODue date for net payment FAEDN_KKDATS8DATUM
FAEDN_HIDue date for net payment FAEDN_KKDATS8DATUM
BUDAT_LOPosting Date in the Document BUDAT_KKDATS8DATUM
BUDAT_HIPosting Date in the Document BUDAT_KKDATS8DATUM
HVORG_LOMain Transaction for Line Item HVORG_KKCHAR4TFKHVOHVORG_KK8HV
HVORG_HIMain Transaction for Line Item HVORG_KKCHAR4TFKHVOHVORG_KK8HV
TVORG_LOSubtransaction for Document Item TVORG_KKCHAR4TFKTVOTVORG_KK
TVORG_HISubtransaction for Document Item TVORG_KKCHAR4TFKTVOTVORG_KK
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12FKKVKPALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
BLARTDocument Type BLART_KKCHAR2TFK003BLART_KK
HVORGMain Transaction for Line Item HVORG_KKCHAR4TFKHVOHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4TFKTVOTVORG_KK
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
XBLNRReference document number XBLNR_KKCHAR16ALPHAXBLNR_KK
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
CREDITMass Reversal: Select Credit Items FKBRD_X_CREDITCHAR1CHAR1
DEBITMass Reversal: Select Debit Items FKBRD_X_DEBITCHAR1CHAR1
OPENMass Reversal: Select Open Items FKBRD_X_OPENCHAR1CHAR1
CLEAREDMass Reversal: Select Cleared Items FKBRD_X_CLEAREDCHAR1CHAR1
INCOM_PAYMMass Reversal: Reverse Incoming Payments FKBRD_X_INCOMPCHAR1BOOLE
BLART_STORNODocument Type Of Reversal Document BLART_STORNO_KKCHAR2TFK003BLART_KK
BLART_AUGBLDocument Type for Clearing Reset BLART_CLEAR_KKCHAR2TFK003BLART_KK
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12DFKKSUMCFIKEY_KKFKFI1
APPLKApplication area APPLK_KKCHAR1APPLK_KK
STODTReversal Document Posting Date STODT_KKDATS8DATUM
VOIDRSReason for Check Voiding VOIDREAS_KKCHAR2TFKVOIDVOIDREAS_KK

Key field Non-key field



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

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

How to access SAP table FKBRD_200

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