FKKNRP_OBJ SAP (NOC Returns Lot: Item Data) Structure details

Dictionary Type: Structure
Description: NOC Returns Lot: Item Data




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




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

FKKNRP_OBJ 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: Item Data" 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_FKKNRP_OBJ TYPE FKKNRP_OBJ.

The FKKNRP_OBJ table consists of various fields, each holding specific information or linking keys about NOC Returns Lot: Item Data data available in SAP. These include POSNA (Reporting of Incorrect Bank Data: Item Number), AENAM (Name of Person Who Changed Object), AEDAT (Changed On), AETIM (Time at Which the Object Was Last Changed).. 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 FKKNRP_OBJ 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
KEYN1Reporting of Incorrect Bank Data: Lot Number KEYN1_KKCHAR12KEYN1_KK
POSNAReporting of Incorrect Bank Data: Item Number POSNA_KKNUMC6NUM06
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime at Which the Object Was Last Changed AETIM_KKTIMS6UZEIT
XMDCHReporting of Incorr. Bank Data: Master Data Change Required XMDCH_KKCHAR1XFELD
FLGRDError Reason FLGRD_KKCHAR3Assigned to domainFLGRD_KK
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
ABWBPAlternative 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
EBVTYBank Details ID for Incoming Payments EBVTY_KKCHAR4CHAR4
ABVTYBank Details ID for Outgoing Payments ABVTY_KKCHAR4CHAR4
EBVTY_VTBank Details ID for Incoming Payments EBVTY_KKCHAR4CHAR4
ABVTY_VTBank Details ID for Outgoing Payments ABVTY_KKCHAR4CHAR4
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 FKKNRP_OBJ using ABAP code?

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

How to access SAP table FKKNRP_OBJ

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