MDG_BS_BUSINESS_PARTNER_REPLI1 SAP (Business Partner Replicate Request Payment Agreement) Structure details

Dictionary Type: Structure
Description: Business Partner Replicate Request Payment Agreement




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




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

MDG_BS_BUSINESS_PARTNER_REPLI1 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 "Business Partner Replicate Request Payment Agreement" 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_MDG_BS_BUSINESS_PARTNER_REPLI1 TYPE MDG_BS_BUSINESS_PARTNER_REPLI1.

The MDG_BS_BUSINESS_PARTNER_REPLI1 table consists of various fields, each holding specific information or linking keys about Business Partner Replicate Request Payment Agreement data available in SAP. These include UUID (), CONTROLLER (), SCHEME_ID (), SCHEME_AGENCY_ID ().. 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 (Deep)


SAP MDG_BS_BUSINESS_PARTNER_REPLI1 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
CONTROLLER 0
UUID 0
CONTROLLER 0
SCHEME_ID 0
SCHEME_AGENCY_ID 0
CONTENTUniversally Unique Identifier MDG_BS_UUID_CONTENTCHAR36
COMPANY_IDProxy Data Element (generated) MDG_BS_ORGCTR_IDCHAR20
RESPONSIBLE_EMPLOYEE_ID 0
CONTROLLER 0
SCHEME_ID 0
SCHEME_AGENCY_ID 0
CONTENTProxy Data Element (generated) MDG_BS_EMPLOYEE_ID_CONTENTCHAR20
ADVICE_ADDRESS_UUID 0
CONTROLLER 0
SCHEME_ID 0
SCHEME_AGENCY_ID 0
CONTENTUniversally Unique Identifier MDG_BS_UUID_CONTENTCHAR36
ADVICE_CHANNEL_COMM_MED_TC 0
CONTROLLER 0
LIST_ID 0
LIST_AGENCY_ID 0
LIST_VERSION_ID 0
CONTENTProxy Data Element (generated) MDG_BS_COMM_MEDM_TYPE_CODE_COCHAR3
FIRST_PAYMENT_INSTRUCTION_CODEProxy Data Element (generated) MDG_BS_PAYMNT_INSTR_TYPE_CODECHAR3
SECOND_PAYMNT_INSTR_CODEProxy Data Element (generated) MDG_BS_PAYMNT_INSTR_TYPE_CODECHAR3
THIRD_PAYMENT_INSTRUCTION_CODEProxy Data Element (generated) MDG_BS_PAYMNT_INSTR_TYPE_CODECHAR3
FOURTH_PAYMNT_INSTR_CODEProxy Data Element (generated) MDG_BS_PAYMNT_INSTR_TYPE_CODECHAR3
BANK_CHARGE_BEARER_CODECoded representation of who bears the bank charges related t MDG_BS_BANK_CHARGE_BEARER_CODECHAR4
PAYMENT_PRIORITY_CODEProxy Data Element (generated) MDG_BS_PRIORITY_CODECHAR1
PAYMNT_GROUP_CRIT_CODE 0
CONTROLLER 0
LIST_AGENCY_ID 0
LIST_VERSION_ID 0
LIST_AGENCY_SCHEME_ID 0
LIST_AGENCY_SCHEME_AGENCY_IDAn AgencyIdentificationCode is a code representation of the MDG_BS_AGENCY_ID_CODECHAR3
CONTENTProxy Data Element (generated) MDG_BS_PAYMNT_GROUP_CRIT_CO_CCHAR2
CREDIT_LIMIT_AMOUNT 0
CONTROLLER 0
CURRENCY_CODEProxy Data Element (generated) MDG_BS_CURRENCY_CODECHAR3
CONTENTProxy Data Element (generated) MDG_BS_AMOUNT_CONTENTDEC28(6)
BILL_OF_EXCHG_PAYMNT_ALLOWED_IIndicator is the representation of a situation that has exac MDG_BS_INDICATORCHAR1XSDBOOLEAN
DIRECT_DEBIT_ALLOWED_INDICATORIndicator is the representation of a situation that has exac MDG_BS_INDICATORCHAR1XSDBOOLEAN
PAYMNT_ADVICE_REQ_INDIndicator is the representation of a situation that has exac MDG_BS_INDICATORCHAR1XSDBOOLEAN
PAYMNT_CARD_PAYMNT_ALLOWED_INDIndicator is the representation of a situation that has exac MDG_BS_INDICATORCHAR1XSDBOOLEAN
PAYMENT_BLOCKED_INDICATORIndicator is the representation of a situation that has exac MDG_BS_INDICATORCHAR1XSDBOOLEAN
PAYMENT_FORM 0
DIRECT_DEBIT_DETAILS 0
PAYMENT_CARD_DETAILS 0
PAYMENT_BLOCK 0
BILL_OF_EXCHANGE_DETAILS 0
CONTROLLER 0
BUS_TRANSACTION_DOC_TYPE_CODEProxy Data Element (generated) MDG_BS_BUSINESS_TRANSACTION_DOCHAR5
PAYMENT_FORM_CODEProxy Data Element (generated) MDG_BS_PAYMENT_FORM_CODECHAR2
BUPA_BANK_DETAILS_KEY 0
CONTROLLER 0
BUSINESS_PARTNER_UUID 0
CONTROLLER 0
SCHEME_ID 0
SCHEME_AGENCY_ID 0
CONTENTUniversally Unique Identifier MDG_BS_UUID_CONTENTCHAR36
IDDefinite identifier for bank details of a business partner MDG_BS_BUPA_BANK_DET_IDCHAR4
VALIDITY_PERIOD 0
CONTROLLER 0
START_DATEProxy Data Element (generated) MDG_BS_DATEDATS8XSDDATE_D
END_DATEProxy Data Element (generated) MDG_BS_DATEDATS8XSDDATE_D
DURATIONProxy Data Element (generated) MDG_BS_DURATIONSTRG0
ACTION_CODEActionCode MDG_BS_ACTION_CODECHAR2
ACTION_CODEActionCode MDG_BS_ACTION_CODECHAR2
PAYMNT_BLOCK_LST_COMPL_TRS_INDIndicator is the representation of a situation that has exac MDG_BS_INDICATORCHAR1XSDBOOLEAN
PAYMNT_CARD_DET_LST_COMPL_TRSIIndicator is the representation of a situation that has exac MDG_BS_INDICATORCHAR1XSDBOOLEAN
DIRECT_DEBIT_DET_LIST_COMPL_TIIndicator is the representation of a situation that has exac MDG_BS_INDICATORCHAR1XSDBOOLEAN
PAYMNT_FORM_LST_COMPL_TRS_INDIndicator is the representation of a situation that has exac MDG_BS_INDICATORCHAR1XSDBOOLEAN

Key field Non-key field



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

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

How to access SAP table MDG_BS_BUSINESS_PARTNER_REPLI1

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