IFMFUNDBPD_ALV SAP (ALV structure for Assignments of Funds to Budget Periods) Structure details

Dictionary Type: Structure
Description: ALV structure for Assignments of Funds to Budget Periods




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




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

IFMFUNDBPD_ALV 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 "ALV structure for Assignments of Funds to Budget Periods" 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_IFMFUNDBPD_ALV TYPE IFMFUNDBPD_ALV.

The IFMFUNDBPD_ALV table consists of various fields, each holding specific information or linking keys about ALV structure for Assignments of Funds to Budget Periods data available in SAP. These include FINCODE (Fund), BEZEICH (Name), BESCHR (Description), DATAB_F (FM: Valid from date).. 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 (character-type or numeric)


SAP IFMFUNDBPD_ALV 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
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FINCODEFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
BEZEICHName FM_BEZEICHCHAR20TEXT20
BESCHRDescription FM_BESCHRCHAR40TEXT40
DATAB_FFM: Valid from date FM_DATABDATS8DATUMFM_DATAB
DATBIS_FFM: Valid to date FM_DATBISDATS8DATUMFM_DATBIS
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER
BUDGETPDTXFM: Budget Period Name FM_BUDGET_PERIOD_NAMECHAR35NAME
DATAB_BPFM: Budget Period Valid From date FM_BPD_DATABDATS8DATUM
DATBIS_BPFM: Budget Period Valid To date FM_BPD_DATBISDATS8DATUM
FINUSEFM: Application of Secondary Source Funds for Budget Period FM_BPD_FINUSECHAR16FMFUSEFM_FINUSE
FINUSE_FApplication of Secondary Source Funds FM_FINUSECHAR16Assigned to domainFM_FINUSEFIU
SPONSOR_FCustomer account number for fund FM_SPONSORCHAR10Assigned to domainALPHAKUNNRKUN
PROFIL_FBudget profile for fund BP_PROF_SPCHAR6Assigned to domainBP_PROFILBP1
KZBST_F'Balance update' indicator FM_KZBSTCHAR1FM_KZBST
AUGRP_FFM: Fund authorization group FM_AUTHGRFCHAR10CHAR10
TYPE_FFM Fund Type FM_FUNDTYPECHAR6Assigned to domainFM_FUNDTYPE
DATE_EXP_FExpiration Date FM_DATE_EXPDATS8DATUM
ERFNAME_FFIFM: Created by FM_ERFNAMECHAR12USNAM
ERFDAT_FFIFM: Entry Date FM_ERFDATDATS8DATUM
AENNAME_FFIFM: Name of Last Person to Make a Change FM_AENNAMECHAR12USNAM
AENDAT_FFIFM: Changed on FM_AENDATDATS8DATUM
DATE_CAN_FReversal Date FM_DATE_CANDATS8DATUM
DATE_EXP_BPFM: Budget Period Expiration Date FM_BPD_DATE_EXPDATS8DATUM
DATE_CAN_BPFM: Budget Period Reversal Date FM_BPD_DATE_CANDATS8DATUM
AUTHGRP_BPFM: Budget Period authorization group FM_BPD_AUTHGRCHAR10CHAR10
CREATED_BY_BPFIFM: Created by FM_ERFNAMECHAR12USNAM
CREATED_ON_BPFIFM: Entry Date FM_ERFDATDATS8DATUM
MODIFIED_BY_BPFIFM: Name of Last Person to Make a Change FM_AENNAMECHAR12USNAM
MODIFIED_ON_BPFIFM: Changed on FM_AENDATDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP structure IFMFUNDBPD_ALV using ABAP code?

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

How to access SAP table IFMFUNDBPD_ALV

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