PAYHX04 SAP (Payment Medium: Sender's Bank Information) Structure details

Dictionary Type: Structure
Description: Payment Medium: Sender's Bank Information




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




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

PAYHX04 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: Sender's Bank Information" 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_PAYHX04 TYPE PAYHX04.

The PAYHX04 table consists of various fields, each holding specific information or linking keys about Payment Medium: Sender's Bank Information data available in SAP. These include UBSTR (Our Bank Street), UBORT (Our Bank City), UBREG (STATE (State, Province, County)), UBANK (House Bank (Name and City)).. 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 PAYHX04 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
UBREGSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
UBANKHouse Bank (Name and City) UBANKCHAR100TEXT100
UBRCHBank Branch BRNCHCHAR40TEXT40
XPGRUPost Office Bank Current Account XPGROCHAR1XFELD
OBNKLBank Number of our Bank for OCRA Lines OBNKLNUMC15NUMC15
OBKNTOur Account Number at the Bank for OCRA Lines OBKNTNUMC18NUM18
UIBANIBAN at our House Bank UIBANCHAR34IBAN
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 PAYHX04 using ABAP code?

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

How to access SAP table PAYHX04

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