FKKNRPLST SAP (NOC Returns Lot: Displayable Fields of Item List) Structure details

Dictionary Type: Structure
Description: NOC Returns Lot: Displayable Fields of Item List




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




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

FKKNRPLST 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 "NOC Returns Lot: Displayable Fields of Item List" 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_FKKNRPLST TYPE FKKNRPLST.

The FKKNRPLST table consists of various fields, each holding specific information or linking keys about NOC Returns Lot: Displayable Fields of Item List data available in SAP. These include STANP (Reporting of Incorrect Bank Data: Status of Items), FLINS (Sender Institution Error Reason), GPART (Business Partner Number), VKONT (Contract 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: Can be enhanced (character-type)


SAP FKKNRPLST 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
POSNAReporting of Incorrect Bank Data: Item Number POSNA_KKNUMC6NUM06
STANPReporting of Incorrect Bank Data: Status of Items STANP_KKCHAR1STANP_KK
FLINSSender Institution Error Reason FLINS_KKCHAR3FLINS_KK
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
SUBAPSubapplication in Contract Accounts Receivable and Payable SUBAP_KKCHAR1SUBAP_KK8SA
BKVIDBank details ID BU_BKVIDCHAR4CHAR4
VALDTInitial Date for Business Partner Data BU_VALDTDATS8DATUM
BKVID_DELBank Details to Be Deleted BKDEL_KKCHAR4CHAR4
ABWGPAlternative Business Partner ABWBP_KKCHAR10Assigned to domainALPHABU_PARTNER
.INCLU-_O 0
BANKS_OBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKL_OBank number BANKLCHAR15BANKLBLZ
BANKN_OBank account number BANKNCHAR18BANKN
BKONT_OBank Control Key BKONTCHAR2BKONT
BKREF_OReference specifications for bank details BKREFCHAR20CHAR20
KOINH_OAccount Holder Name BU_KOINHCHAR60BU_KOINH
IBAN_OIBAN (International Bank Account Number) FKK_IBANCHAR34CHAR34
.INCLU-_N 0
BANKS_NBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANKL_NBank number BANKLCHAR15BANKLBLZ
BANKN_NBank account number BANKNCHAR18BANKN
BKONT_NBank Control Key BKONTCHAR2BKONT
BKREF_NReference specifications for bank details BKREFCHAR20CHAR20
KOINH_NAccount Holder Name BU_KOINHCHAR60BU_KOINH
IBAN_NIBAN (International Bank Account Number) FKK_IBANCHAR34CHAR34
NAME_LASTLast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
NAME_FIRSTFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
ERTXTError Text when Reporting Back the Prenotification ERRTXTCHAR44CHAR44
INFOFAdditional information INFOF_KKCHAR50CHAR50

Key field Non-key field



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

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

How to access SAP table FKKNRPLST

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