FKKEPOS_PAY_ADD_GRP2 SAP (Account Balance: Payment List (Additional Data - Group 2)) Structure details

Dictionary Type: Structure
Description: Account Balance: Payment List (Additional Data - Group 2)




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




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

FKKEPOS_PAY_ADD_GRP2 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 Balance: Payment List (Additional Data - Group 2)" 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_FKKEPOS_PAY_ADD_GRP2 TYPE FKKEPOS_PAY_ADD_GRP2.

The FKKEPOS_PAY_ADD_GRP2 table consists of various fields, each holding specific information or linking keys about Account Balance: Payment List (Additional Data - Group 2) data available in SAP. These include POSZA (Item number in a payment lot), BANKS (Bank country key), BANKL (Bank Number of Other Bank Key), BANKN (Bank 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 FKKEPOS_PAY_ADD_GRP2 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
KEYZ1Payment Lot KEYZ1_KKCHAR12KEYZ1_KK
POSZAItem number in a payment lot POSZA_KKNUMC6NUM06
BANKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKLBank Number of Other Bank Key BANKL_KKCHAR15BANKKBLZ
BANKNBank account number BANKNCHAR18BANKN
BKONTBank Control Key BKONTCHAR2BKONT
KOINHName of Holder of Bank Account/Check Issuer/Cardholder KOINH_KKCHAR60KOINH
CHCKNCheck number CHCKN_KKCHAR13CHCKN
CCINSPayment card type CCINS_KKCHAR4Assigned to domainCC_INSTITUTE
CCNUMPayment cards: Card number CCNUMCHAR25Assigned to domainCCNUM
CARD_GUIDGUID of a Payment Card CARD_GUIDRAW16SYSUUID
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIIdentification for the payment run LAUFI_PAYCHAR5LAUFI_PAY
VALTOExpiry Date of Payment Advice Note VALTO_KKDATS8DATUM
TXTVWNote to Payee in Payment TXTVW_KKCHAR80CHAR80
INFOFAdditional information INFOF_KKCHAR50CHAR50
KEYR1Returns Lot KEYR1_KKCHAR12KEYR1_KK8RS
POSRAItem number in a returns lot POSRA_KKNUMC6NUM06
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
RLGRDReturn reason RLGRD_KKCHAR3Assigned to domainRLGRD_KK
RTEXTName of Returns Reason RTEXT_KKCHAR50TXT50

Key field Non-key field



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

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

How to access SAP table FKKEPOS_PAY_ADD_GRP2

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