BKK_STR_PXPO_MANDATE_DATA SAP (Mandate Data of Recipient Position) Structure details

Dictionary Type: Structure
Description: Mandate Data of Recipient Position




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




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

BKK_STR_PXPO_MANDATE_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 Data of Recipient Position" 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_PXPO_MANDATE_DATA TYPE BKK_STR_PXPO_MANDATE_DATA.

The BKK_STR_PXPO_MANDATE_DATA table consists of various fields, each holding specific information or linking keys about Mandate Data of Recipient Position 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: Cannot Be Enhanced


SAP BKK_STR_PXPO_MANDATE_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
REF_TYPESEPA Mandate: Reference Type SEPA_REF_TYPECHAR10Assigned to domainOJ_NAMEOBJ
REF_IDSEPA Mandate: Reference ID SEPA_REF_IDCHAR70SWO_TYPEID
REF_DESCText Field TEXT50CHAR50TEXT50
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
CHG_REC_CRDIDCreditor Identification Number SEPA_CRDIDCHAR35ID035
CHG_MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
CHG_SND_IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
CHG_SND_BICSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
CHG_REC_NAME1Name 1 of organization BU_NAMEOR1CHAR40BU_NAME
CHG_REC_NAME2Name 2 of organization BU_NAMEOR2CHAR40BU_NAME
MAND_FREQMandate Frequency BKK_MAND_FREQCHAR1BKK_MAND_FREQ

Key field Non-key field



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

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

How to access SAP table BKK_STR_PXPO_MANDATE_DATA

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