FKKEPOS_PAY_ADD SAP (Account Balance: Payment List (Additional Data for Payment)) Structure details

Dictionary Type: Structure
Description: Account Balance: Payment List (Additional Data for Payment)




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




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

FKKEPOS_PAY_ADD 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 for Payment)" 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 TYPE FKKEPOS_PAY_ADD.

The FKKEPOS_PAY_ADD table consists of various fields, each holding specific information or linking keys about Account Balance: Payment List (Additional Data for Payment) data available in SAP. These include PTTYP (Account Balance: Payment Category), PTKEY (Account Balance: Identification of Payment), DATUM (Date), NEBTR (Payment amount).. 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 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
PTTYPAccount Balance: Payment Category PTTYP_KKCHAR1PTTYP_KK
PTKEYAccount Balance: Identification of Payment PTKEY_KKCHAR20CHAR20
DATUMDate DATUMDATS8DATUM
NEBTRPayment amount NEBTR_KKCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HERKFDocument Origin Key HERKF_KKCHAR2Assigned to domainHERKF_KK
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 using ABAP code?

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

How to access SAP table FKKEPOS_PAY_ADD

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