BKK_STR_MANDATE_ENRICH_DATA SAP (Mandate Enrichment Data) Structure details

Dictionary Type: Structure
Description: Mandate Enrichment Data




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




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

BKK_STR_MANDATE_ENRICH_DATA 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 "Mandate Enrichment 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_BKK_STR_MANDATE_ENRICH_DATA TYPE BKK_STR_MANDATE_ENRICH_DATA.

The BKK_STR_MANDATE_ENRICH_DATA table consists of various fields, each holding specific information or linking keys about Mandate Enrichment Data data available in SAP. These include SIGN_CITY (Location of Signature), SIGN_DATE (Date of Signature), PAY_TYPE (SEPA: Transaction Type), VAL_FROM_DATE (SEPA: Validity Date of Mandate (From)).. 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 BKK_STR_MANDATE_ENRICH_DATA 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_CITYLocation of Signature SEPA_SIGN_CITYCHAR40TEXT40
SIGN_DATEDate of Signature SEPA_SIGN_DATEDATS8DATUM
PAY_TYPESEPA: Transaction Type SEPA_PAY_TYPECHAR1SEPA_PAY_TYPE
VAL_FROM_DATESEPA: Validity Date of Mandate (From) SEPA_VAL_FROM_DATEDATS8DATUM
VAL_TO_DATESEPA: Validity Date of Mandate (To) SEPA_VAL_TO_DATEDATS8DATUM
STATUSSEPA: Mandate Status SEPA_STATUSCHAR1SEPA_STATUS
B2BSEPA-Mandate: B2B Mandate SEPA_B2BCHAR1XFELD
REASON_CODEReason Code for Status Change SEPA_REASON_CODECHAR3SEPA_RC_CUSTSEPA_REASON_CODE
ERNAMUser who Created the Current Version of the Mandate SEPA_ERNAMCHAR12SYCHAR12
ERDATDate on Which the Current Mandate Version was Created SEPA_ERDATDATS8DATUM
ERTIMTime at Which the Current Mandate Version was Created SEPA_ERTIMTIMS6UZEIT
CHG_REASONSEPA: Reason for Change SEPA_CHG_REASONCHAR5SEPA_CHG_REASON
ORIGINSingle-Character Indicator CHAR1CHAR1CHAR1
ORIGIN_REC_CRDIDSEPA Mandate: Original Creditor ID of Mandate SEPA_CRDID_ORIGINCHAR35ID035
ORIGIN_MNDIDSEPA Mandate: Original Mandate of Mandate SEPA_MNDID_ORIGINCHAR35ID035
GLOCKGlobal Lock Set in Mandate SEPA_GLOCKCHAR1BOOLEAN
GLOCK_VAL_FROMGlobal Mandate Lock - Valid From SEPA_GLOCK_VAL_FROM_DATEDATS8DATUM
GLOCK_VAL_TOGlobal Mandate Lock - Valid Until SEPA_GLOCK_VAL_TO_DATEDATS8DATUM
ANWNDSEPA: Application for Which Mandate Relevant SEPA_ANWNDCHAR1Assigned to domainSEPA_ANWND
ORI_ERNAMUser who Created the Original Mandate SEPA_ORI_ERNAMCHAR12SYCHAR12
ORI_ERDATDate on Which Original Mandate Created SEPA_ORI_ERDATDATS8DATUM
ORI_ERTIMTime when Original Mandate Was Created SEPA_ORI_ERTIMTIMS6UZEIT
SND_TYPESEPA Mandate: Sender Type SEPA_SND_TYPECHAR10Assigned to domainOJ_NAMEOBJ
SND_IDSEPA Mandate: Sender ID SEPA_SND_IDCHAR70SWO_TYPEID
SND_NAME1Last name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
SND_NAME2First name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
SND_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
SND_HOUSENUMHouse Number AD_HSNM1CHAR10TEXT10
SND_POSTALCity postal code AD_PSTCD1CHAR10CHAR10
SND_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
SND_COUNTRYCountry Key LAND1CHAR3T005LAND1LND
SND_IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
SND_BICSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
SND_DIR_NAMESEPA: Name of Alternative Debtor SEPA_PAYMENT_FORCHAR40BU_NAME
SND_LANGUAGELanguage Key LANGULANG1T002ISOLASPRAS
SND_DIR_IDSEPA: ID of Alternative Debtor SEPA_SND_DIR_IDCHAR70SWO_TYPEID
SND_DEBTOR_IDSEPA: ID Number of Sender (External Reference) SEPA_SND_DEBTOR_IDCHAR35ID035
REC_TYPESEPA Mandate: Recipient Type SEPA_REC_TYPECHAR10Assigned to domainOJ_NAMEOBJ
REC_IDSEPA Mandate: Recipient ID SEPA_REC_IDCHAR70SWO_TYPEID
REC_NAME1Name 1 of organization BU_NAMEOR1CHAR40BU_NAME
REC_NAME2Name 2 of organization BU_NAMEOR2CHAR40BU_NAME
REC_CRDIDCreditor Identification Number SEPA_CRDIDCHAR35ID035
REC_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
REC_HOUSENUMHouse Number AD_HSNM1CHAR10TEXT10
REC_POSTALCity postal code AD_PSTCD1CHAR10CHAR10
REC_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
REC_COUNTRYCountry Key LAND1CHAR3T005LAND1LND
REC_DIR_NAMESEPA: Name of Alternative Payee SEPA_REC_DIR_NAMECHAR40BU_NAME
REC_DIR_IDSEPA: ID of Alternative Payee SEPA_REC_DIR_IDCHAR70SWO_TYPEID

Key field Non-key field



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

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

How to access SAP table BKK_STR_MANDATE_ENRICH_DATA

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