FMTC_PMT_TYPE SAP (Mapping table for Pmt Method to the Type of Pmt DME - TC) Table details

Dictionary Type: Table
Description: Mapping table for Pmt Method to the Type of Pmt DME - TC




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




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

FMTC_PMT_TYPE is a standard SAP Table which is used to store Mapping table for Pmt Method to the Type of Pmt DME - TC data and is available within R/3 SAP systems depending on the version and release level.

The FMTC_PMT_TYPE table consists of various fields, each holding specific information or linking keys about Mapping table for Pmt Method to the Type of Pmt DME - TC data available in SAP. These include RZAWE (Payment Method for This Payment), TYPE (U.S. Treasury Payment Type), APPLICATION (U.S. Treasury Payment Application), PMT_TYPE (Payment File Format).. 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 FMTC_PMT_TYPE 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
RZAWEPayment Method for This Payment RZAWECHAR1T042ZZLSCH
TYPEU.S. Treasury Payment Type FMFG_PYMT_TYPECHAR1FMFG_PAYMENT_TYPE
APPLICATIONU.S. Treasury Payment Application FMFG_PYMT_APPCHAR1FMFG_APPL
PMT_TYPEPayment File Format FMFG_PMT_TYPECHAR3FMFG_PMT_TYPE
APPL1_PLUSFile Identification FMFG_PYMT_FIDCHAR6FMFG_FID
APPL2_PLUSAgency ID FMFG_PYMT_AIDCHAR6FMFG_AID
PMT_OFFSETOffset Eligibility FMFG_OFF_SETCHAR1FMFG_OFF_SET
SPS_PAYCODE1SPS Summary Payment Code First Position FMFG_SUMPAYCODE1CHAR1FMFG_SUMPAYCODE1
SPS_PAYCODE2SPS Summary Payment Code second position FMFG_SUMPAYCODE2CHAR1FMFG_SUMPAYCODE2
PMT_TYPE_CODEPayment Type Code FMFG_PMT_TYPE_CODECHAR25FMFG_PMT_TYPE_CODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMTC_PMT_TYPE
INTO CORRESPONDING FIELDS OF WA_FMTC_PMT_TYPE
WHERE...

How to access SAP table FMTC_PMT_TYPE

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