IFMOVDYNF SAP (Screen Fields for Revenues Increasing the Budget) Structure details

Dictionary Type: Structure
Description: Screen Fields for Revenues Increasing the Budget




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




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

IFMOVDYNF 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 "Screen Fields for Revenues Increasing the Budget" 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_IFMOVDYNF TYPE IFMOVDYNF.

The IFMOVDYNF table consists of various fields, each holding specific information or linking keys about Screen Fields for Revenues Increasing the Budget data available in SAP. These include COMUDBILL (Budget increase via customer invoice), COMUDCASH (Budget increases when payment is received), COMUDINCTI61 (Budget increase by down payment), COMUDINCTI66 (Budget increase through revenue transfer posting).. 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 IFMOVDYNF 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
COMUDOBLIGOBudget increase via expected revenues FM_UDOBLIGOCHAR1XFELD
COMUDBILLBudget increase via customer invoice FM_UDBILLCHAR1XFELD
COMUDCASHBudget increases when payment is received FM_UDCASHCHAR1XFELD
COMUDINCTI61Budget increase by down payment FM_UDINCTI61CHAR1XFELD
COMUDINCTI66Budget increase through revenue transfer posting FM_UDINCTI66CHAR1XFELD
COMUDINCTIEvent leading to budget increase FM_UDINCTICHAR1FM_UDINCTI
PAYUDOBLIGOBudget increase via expected revenues FM_UDOBLIGOCHAR1XFELD
PAYUDBILLBudget increase via customer invoice FM_UDBILLCHAR1XFELD
PAYUDCASHBudget increases when payment is received FM_UDCASHCHAR1XFELD
PAYUDINCTI61Budget increase by down payment FM_UDINCTI61CHAR1XFELD
PAYUDINCTI66Budget increase through revenue transfer posting FM_UDINCTI66CHAR1XFELD
UDINCTIEvent leading to budget increase FM_UDINCTICHAR1FM_UDINCTI
COMBUDGETCurrent budget FM_BUDGETCURR17(2) WERTV9
COMINCOME1Additional revenue increasing the budget FM_ADD_INCOME_1CURR17(2) WERTV9
COMINCOME2Available additional revenue increasing the budget FM_ADD_INCOME_2CURR17(2) WERTV9
PAYBUDGETCurrent budget FM_BUDGETCURR17(2) WERTV9
PAYINCOME1Additional revenue increasing the budget FM_ADD_INCOME_1CURR17(2) WERTV9
PAYINCOME2Available additional revenue increasing the budget FM_ADD_INCOME_2CURR17(2) WERTV9
WAERSFM area currency FM_WAERSCUKY5Assigned to domainWAERS
FIKRS_BEZEICHName FM_BEZEICHCHAR20TEXT20
FIPOS_BEZEICHName FM_BEZEICHCHAR20TEXT20
FICTR_BEZEICHName FM_BEZEICHCHAR20TEXT20
FONDS_BEZEICHName FM_BEZEICHCHAR20TEXT20
EHVMTNR_DESCRDescription FM_BESCHRCHAR40TEXT40
AHVMTNR_DESCRDescription FM_BESCHRCHAR40TEXT40
UDABRUFCall process for revenues increasing the budget FM_UDABRUFCHAR1XFELD
UDVERTLDistribution method for revenues increasing the budget FM_UDVERTLCHAR1XFELD
UDVERTLSUMTotals-based distribution procedure for revs incr. the bdgt FM_UDVERTLSUMCHAR1XFELD
UDMETHODEProcess for increasing budget FM_UDMETHDCHAR1FM_UDMETHD
UDPAYRevenues increasing the payment budget FM_UDPAYCHAR1XFELD
UDCOMRevenues increase commitment budget FM_UDCOMCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IFMOVDYNF

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