FDMV SAP (Cash Planning Line Items of Earmarked Funds) Table details

Dictionary Type: Table
Description: Cash Planning Line Items of Earmarked Funds




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




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

FDMV is a standard SAP Table which is used to store Cash Planning Line Items of Earmarked Funds data and is available within R/3 SAP systems depending on the version and release level.

The FDMV table consists of various fields, each holding specific information or linking keys about Cash Planning Line Items of Earmarked Funds data available in SAP. These include BLTYP (Earmarked Funds Document Category), RFTYP (Reference Transaction), BELNR (Document Number for Earmarked Funds), RFORG (Reference Organizational Units).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FDMV 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
BLTYPEarmarked Funds Document Category KBLTYPNUMC3KBLTYP
RFTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
BELNRDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
RFORGReference Organizational Units AWORGCHAR10AWORG
RFSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
BLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WAERSTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
WTGESTotal reserved amount in transaction currency KBLWTGCURR15(2) WERTV8
WTABBAmount in transaction currency KBLWTACURR15(2) WERTV8
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LNRZAAccount Number of the Alternative Payee LNRZACHAR10Assigned to domainALPHALIFNR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FDGRPPlanning Group FDGRPCHAR10Assigned to domainALPHAFDGRPFFG
FDLEVPlanning level FDLEVCHAR2Assigned to domainFDLEVFFE
FDTAGPlanning date FDTAGDATS8DATUMFDT
FDWBTAmount in planned currency WRSHDCURR15(2) WRTV8
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC

Key field Non-key field



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

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

SELECT SINGLE *
FROM FDMV
INTO CORRESPONDING FIELDS OF WA_FDMV
WHERE...

How to access SAP table FDMV

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