FPAYHX_SBK SAP (Payment Medium: Payer's Bank) Structure details

Dictionary Type: Structure
Description: Payment Medium: Payer's Bank




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




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

FPAYHX_SBK 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 "Payment Medium: Payer's Bank" 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_FPAYHX_SBK TYPE FPAYHX_SBK.

The FPAYHX_SBK table consists of various fields, each holding specific information or linking keys about Payment Medium: Payer's Bank data available in SAP. These include UBSTR (Our Bank Street), UBORT (Our Bank City), UBNKS (Bank country key), UBISO (Country ISO code).. 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: Not classified


SAP FPAYHX_SBK 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
UBNKAOur Bank Name UBNKACHAR60TEXT60
UBSTROur Bank Street UBSTRCHAR35TEXT35
UBORTOur Bank City UBORTCHAR35TEXT35
UBNKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
UBISOCountry ISO code INTCACHAR2INTCAF4_INTCA
UBNKYBank key of our bank UBNKYCHAR15BANKK
UBNKLBank number of our bank UBNKLCHAR15BANKL
UBKNTOur Account Number at the Bank UBKNT35CHAR35BANKN35
UBKONBank control key at our bank UBKONCHAR2BKONT
UIBANIBAN at our House Bank UIBANCHAR34IBAN
UBNKL_EXTExternal Format of Bank Number (Electr. Transmission) BANKL_EXTCHAR15CHAR15
UBKNT_EXTExternal Format of Acct No. (Electr. Transmission) BANKN_EXTCHAR35BANKN35
UBCOD_EXTExt. Representation of Clearing Cde (Electr. Transmission) BCODE_EXTCHAR2BCODE_EXT
UBWAEISO currency code ISOCDCHAR3ISOCD
USWIFSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
UBREGSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
UBREGXName of House Bank Region UBREGX_FPMCHAR20TEXT20
UBANKHouse Bank (Name and City) UBANKCHAR100TEXT100
UBRCHBank Branch BRNCHCHAR40TEXT40
UBTELFirst telephone number TELF1CHAR16TEXT16
UBNAMName of contact person NAME1_ACHAR30TEXT30
UBSPRLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
XPGROPost Office Bank Current Account XPGROCHAR1XFELD
DTVTALead Days for Date of Execution DTVTA_012DNUMC2NUMC02
DTELZBank Number of the Bank Receiving the Data Medium DTELZCHAR15BANKL
DTGLZCharge Account Bank Number DTGLZCHAR15BANKL
DTGBKAccount Number of the Charge Account DTGBKCHAR18BANKN
DTGISISO Currency Code for Charge Account DTAT7ACHAR3CHAR3
DTFINCompany Number of Ordering Party DTFIN_012DCHAR20CHAR20
DTBIDDME Bank Identification DTBIDCHAR5CHAR5
DTKIDCustomer ID at House Bank DTKIDCHAR18CHAR18

Key field Non-key field



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

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

How to access SAP table FPAYHX_SBK

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