/MDG/_S_IS_PP_BNK_ACT SAP (Source Structure for PP Mapping) Structure details

Dictionary Type: Structure
Description: Source Structure for PP Mapping




ABAP Code to SELECT data from /MDG/_S_IS_PP_BNK_ACT
Related tables to /MDG/_S_IS_PP_BNK_ACT
Access table /MDG/_S_IS_PP_BNK_ACT




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

/MDG/_S_IS_PP_BNK_ACT 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 "Source Structure for PP Mapping" 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/_S_IS_PP_BNK_ACT TYPE /MDG/_S_IS_PP_BNK_ACT.

The /MDG/_S_IS_PP_BNK_ACT table consists of various fields, each holding specific information or linking keys about Source Structure for PP Mapping data available in SAP. These include SYSTEM (Logical system), VEND_BNK (Vendor's Account Number for Bank Change), ACCNAME (Name of Bank Account), ACCOUNT_I (Bank Account Number (New)).. 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/_S_IS_PP_BNK_ACT 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
BANK_IDBank details ID BU_BKVIDCHAR4CHAR4
SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
VEND_BNKVendor's Account Number for Bank Change UISS_LIFNR_BNKCHAR10ALPHAUISS_LIFNRLIFKRED_C
ACCNAMEName of Bank Account BU_BANKACCNAMECHAR40BU_BKCCNAME
ACCOUNT_IBank Account Number (New) BU_ACCOUNT_IDCHAR35CHAR35
ACCOUNT_TBank Account Type BU_ACCOUNT_TYPECHAR3CHAR3
ACT_HOLDEAccount Holder Name KOINH_FICHAR60KOINH
A_VENDBKKBank Keys BANKKCHAR15BANKKBNK
A_VENDCNTCountry Key LAND1CHAR3Assigned to domainLAND1LND
BANKAName of bank BANKACHAR60TEXT60
BANK_ACTBank account number BANKNCHAR18BANKN
BANK_CTRYBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANK_KEYBank Keys BANKKCHAR15BANKKBNK
BKEXTBank details ID in external system BU_BKEXTCHAR20CHAR20
BKONTBank Control Key BKONTCHAR2BKONT
BKREFReference specifications for bank details BKREFCHAR20CHAR20
BK_MOVE_DDate of Change to Bank Details (BP) BU_BK_MOVE_DATEDEC15TZNTSTMPS
BK_VALIDFValidity Start of Business Partner Bank Details BU_BK_VALID_FROMDEC15TZNTSTMPS
BK_VALIDTValidity End of Business Partner Bank Details BU_BK_VALID_TODEC15TZNTSTMPS
CHECK_DIGBank Account Check Digit BU_ACCOUNT_CHECKCHAR2CHAR2
CHIND_BANChange category BU_CHINDCHAR1BU_CHIND
IBANIBAN (International Bank Account Number) BU_IBANCHAR34CHAR34
MOVE_BKVIID of Target Details for Change of Bank Details (BP) BU_MOVE_BKVIDCHAR4CHAR4ADR
SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
XEZERIndicator: Collection Authorization BU_XEZERCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure /MDG/_S_IS_PP_BNK_ACT using ABAP code?

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

How to access SAP table /MDG/_S_IS_PP_BNK_ACT

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