PAYHX_MDT SAP (Payment Medium: Mandate) Structure details

Dictionary Type: Structure
Description: Payment Medium: Mandate




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




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

PAYHX_MDT 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: Mandate" 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_PAYHX_MDT TYPE PAYHX_MDT.

The PAYHX_MDT table consists of various fields, each holding specific information or linking keys about Payment Medium: Mandate data available in SAP. These include SIGN_DATE (Date of Signature), B2B (SEPA-Mandate: B2B Mandate), REC_CRDID (Creditor Identification Number), SEQ_TYPE (SEPA: Sequence Type).. 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 or numeric)


SAP PAYHX_MDT 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
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
SIGN_DATEDate of Signature SEPA_SIGN_DATEDATS8DATUM
B2BSEPA-Mandate: B2B Mandate SEPA_B2BCHAR1XFELD
REC_CRDIDCreditor Identification Number SEPA_CRDIDCHAR35ID035
SEQ_TYPESEPA: Sequence Type SEPA_SEQ_TYPECHAR4SEPA_SEQ_TYPE
AMEND_INDSEPA Amendment Indicator for Mandate SEPA_AMEND_INDCHAR1BOOLEAN
ORIG_MNDIDSEPA Mandate: Original Mandate of Mandate SEPA_MNDID_ORIGINCHAR35ID035
ORIG_REC_CRDIDSEPA Mandate: Original Creditor ID of Mandate SEPA_CRDID_ORIGINCHAR35ID035
ORIG_REC_NAME1Name 1 of organization BU_NAMEOR1CHAR40BU_NAME
ORIG_REC_NAME2Name 2 of organization BU_NAMEOR2CHAR40BU_NAME
ORIG_IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
ORIG_BICSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
XSEPASEPA Mandate Required XSEPA_KKCHAR1XFELD
SND_DEBTOR_IDSEPA: ID Number of Sender (External Reference) SEPA_SND_DEBTOR_ID_KKCHAR35ID035
INST_CODELocal Instrument Code (Direct Debit Type) FSEPA_INST_CODECHAR4FSEPA_INST_CODE

Key field Non-key field



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

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

How to access SAP table PAYHX_MDT

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