BNK_PAYM_ADV_PSOT_MAPPING SAP (FEH: payment advice structure for post mapping) Structure details

Dictionary Type: Structure
Description: FEH: payment advice structure for post mapping




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




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

BNK_PAYM_ADV_PSOT_MAPPING 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 "FEH: payment advice structure for post mapping" 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_BNK_PAYM_ADV_PSOT_MAPPING TYPE BNK_PAYM_ADV_PSOT_MAPPING.

The BNK_PAYM_ADV_PSOT_MAPPING table consists of various fields, each holding specific information or linking keys about FEH: payment advice structure for post mapping data available in SAP. These include MANDT (Client), BUKRS (Company Code), KOART (Payment Advice Account Type), KONTO (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 (Deep)


SAP BNK_PAYM_ADV_PSOT_MAPPING 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
AVIK 0
MANDTClient MANDTCLNT3MANDT
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
KOARTPayment Advice Account Type KOART_AVCHAR1KOART_AV
KONTOAccount Number KTONR_AVCHAR10ALPHAKTONR
AVSIDPayment Advice Number AVSIDCHAR16AVSIDAVN
XAUSGIndicator: Outgoing payment using payment advice ? XAUSG_AVCHAR1XFELD
VBLNRDocument Number of the Payment Document VBLNRCHAR10ALPHABELNR
EIKTOShipper's (Our) Account Number at the Customer or Vendor EIKTOCHAR12CHAR12
WAERSCurrency Key WAERSCUKY5WAERSFWS
ZALDTProbable Payment Date (Cash Discount 1 Due) DZALDTDATS8DATUM
RWBTRPayment Amount from the Payment Advice Header RWBTR_AVCURR13(2) WRTV7
RWSKTTotal Cash Discount for the Pmnt Transactn in Pmnt Currency RWSKTCURR13(2) WRTV7
WEFAEBill of Exchange Due Date WEFAEDATS8DATUM
RZAWEPayment Method for This Payment RZAWECHAR1ZLSCH
ZBNKLBank number of the payee's bank DZBNKLCHAR15BANKL
ZBNKNBank account number of the payee DZBNKNCHAR18BANKN
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AVTXTPayment Advice Header Text AVTXT_AVIKCHAR25TEXT25
AVSRTPayment Advice Type AVSRTCHAR2AVSRT
TCODETransaction Code TCODE_AVIKCHAR20TCODE
CPUTMTime of Entry CPUTMTIMS6UZEIT
ASTATPayment Advice Status ASTAT_AVIKCHAR1CHAR1
XACONIndicator: Payment advice posted on account? XACON_AVIKCHAR1XFELD
XKEEPIndicator: Hold payment advice in the system? XKEEP_AVIKCHAR1XFELD
XUNIQIndicator: Specific account/company code in payment advice? XUNIQ_AVIKCHAR1XFELD
VRSDGReason Code Conversion Version VRSDGCHAR3VRSDG
SREGLSelection Rule for Payment Advices SREGLCHAR3SREGL
XBENRReference Key AWKEYCHAR20AWKEY
XBTYPReference Transaction AWTYPCHAR5AWTYP
VGREFBank Reference Number REFBKCHAR35CHAR35
PAKOAPayment Advice Account Type KOART_AVCHAR1KOART_AV
PAKTOAccount Number KTONR_AVCHAR10ALPHAKTONR
BVDATPosting date at the bank BVDAT_EBDATS8DATEXDATE_EB
BUTIMValue date time BUTIM_EBCHAR6TIME6
SPESKFees in account currency SPESK_EBCURR13(2) WERT7
VORGCBusiness transaction code VORGC_EBCHAR3CHAR3
TEXTSText key TEXTS_EBCHAR4CHAR4
ZBNKSCountry key of partner bank PABKS_EBCHAR3LAND1
ZBSWISWIFT code of partner bank PASWI_EBCHAR11SWIFT
KURSFExchange rate (different from local currency) KURSF_EBDEC9(5) KURSF
JPDATDate of failed bills of exchange in Japan JPDAT_EBDATS8DATEXDATE_EB
CHECTCheck number CHECTCHAR13CHCKNCHK
XCONFIndicator: Payment confirmed XCONF_AVIKCHAR1CHAR1
AVRT2Payment Advice Type AVSRTCHAR2AVSRT
ZBPRNBusiness Partner PARTN_EBCHAR55CHAR55
VALUTValue date VALUTDATS8DATUM
AVIP 0

Key field Non-key field



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

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

How to access SAP table BNK_PAYM_ADV_PSOT_MAPPING

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