TBNK_PAYMED_OPT SAP (Payment medium create options) Table details

Dictionary Type: Table
Description: Payment medium create options




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




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

TBNK_PAYMED_OPT is a standard SAP Table which is used to store Payment medium create options data and is available within R/3 SAP systems depending on the version and release level.

The TBNK_PAYMED_OPT table consists of various fields, each holding specific information or linking keys about Payment medium create options data available in SAP. These include COMPANY_CODE (Company Code), HOUSE_BANK_ID (Short Key for a House Bank), ACCNT_ID (ID for account details), SIGN_FLG (Create signature flag).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TBNK_PAYMED_OPT table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HOUSE_BANK_IDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
ACCNT_IDID for account details HKTIDCHAR5Assigned to domainHKTID
SIGN_FLGCreate signature flag BNK_COM_SIGN_CR_FLGCHAR1BNK_COM_MARK
SWIFT_GTWAY_FLGCreate SWIFT gateway header flag BNK_COM_CR_SWIFT_GTWAY_HDR_FLGCHAR1BNK_COM_MARK
PAY64_CR_FLGCreate pay64 flag BNK_COM_CR_PAY64_FLGCHAR1BNK_COM_MARK

Key field Non-key field



How do I retrieve data from SAP table TBNK_PAYMED_OPT using ABAP code

The following ABAP code Example will allow you to do a basic selection on TBNK_PAYMED_OPT to SELECT all data from the table
DATA: WA_TBNK_PAYMED_OPT TYPE TBNK_PAYMED_OPT.

SELECT SINGLE *
FROM TBNK_PAYMED_OPT
INTO CORRESPONDING FIELDS OF WA_TBNK_PAYMED_OPT
WHERE...

How to access SAP table TBNK_PAYMED_OPT

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