FMFUNDTRANS SAP (Funds Transfer Request Customizing) Table details

Dictionary Type: Table
Description: Funds Transfer Request Customizing




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




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

FMFUNDTRANS is a standard SAP Table which is used to store Funds Transfer Request Customizing data and is available within R/3 SAP systems depending on the version and release level.

The FMFUNDTRANS table consists of various fields, each holding specific information or linking keys about Funds Transfer Request Customizing data available in SAP. These include COCODE (Company Code), BLART (Document Type), GEBER_FROM (Fund (Lower Limit)), GEBER_TO (Fund (Upper Limit)).. 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 or numeric)


SAP FMFUNDTRANS 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
COCODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BLARTDocument Type BLARTCHAR2T003BLARTBAR
GEBER_FROMFund (Lower Limit) FM_FUND_FROMCHAR10Assigned to domainBP_GEBERFIC
GEBER_TOFund (Upper Limit) FM_FUND_TOCHAR10Assigned to domainBP_GEBERFIC
SEN_REC_INDSender/Receiver Indicator FM_SEND_REC_INDCHAR1FM_SEND_REC_IND
DIFF_YEAR_INDTransfer Posting Between Different Fiscal Years FM_DIFF_YEAR_INDCHAR1XFELD
POST_KEY_DPosting Key for Debit Postings FM_FUND_TRANS_POST_KEY_DCHAR2TBSLBSCHL
OFF_ACC_DG/L Account for Offsetting Line FM_FUND_TRANS_OFF_ACC_DCHAR10SKA1ALPHASAKNR
POST_KEY_CPosting Key for Credit Postings FM_FUND_TRANS_POST_KEY_CCHAR2TBSLBSCHL
OFF_ACC_CG/L Account for Offsetting Line FM_FUND_TRANS_OFF_ACC_CCHAR10SKA1ALPHASAKNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMFUNDTRANS
INTO CORRESPONDING FIELDS OF WA_FMFUNDTRANS
WHERE...

How to access SAP table FMFUNDTRANS

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