SAP Reports / Programs | Public Sector Management | Funds Management | Master Data(PSM-FM-MD) SAP PSM

DBMDFF03 SAP ABAP INCLUDE - Selection Constraints for Logical Database FMD







DBMDFF03 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter DBMDFF03 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT DBMDFF03. "Basic submit
SUBMIT DBMDFF03 AND RETURN. "Return to original report after report execution complete
SUBMIT DBMDFF03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Selection Constraints for Logical Database FMD


INCLUDES used within this REPORT DBMDFF03

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

FM4C_READ_HIERARCHY_SET CALL FUNCTION 'FM4C_READ_HIERARCHY_SET' EXPORTING I_RANGE_SEL = 'X' I_RANGE_WITH_SUBTREE = 'X' I_DEL_NOT_SEL_SUBTREE = 'X' I_CARRIER_HIERARCHY = ' ' I_POST_CARRIER = ' ' I_USE_ITEMS = ' ' I_WITH_HIERARCHY = L_SAV_HIERARCHY.

FM4C_READ_HIERARCHY CALL FUNCTION 'FM4C_READ_HIERARCHY' EXPORTING I_FIKRS = P_FIKRS I_GJAHR = G_GJAHR_FIPEX TABLES T_FISTL = G_DS_SEL_BSAMT.

FM4C_GET_INTERNAL_DATA CALL FUNCTION 'FM4C_GET_INTERNAL_DATA' TABLES T_FMBU = L_T_FMBU.

FM4C_READ_HIERARCHY_SET CALL FUNCTION 'FM4C_READ_HIERARCHY_SET' EXPORTING I_RANGE_SEL = 'X' I_RANGE_WITH_SUBTREE = 'X' I_DEL_NOT_SEL_SUBTREE = 'X' I_CARRIER_HIERARCHY = ' ' I_POST_CARRIER = ' ' I_USE_ITEMS = ' '.

FM4C_READ_HIERARCHY CALL FUNCTION 'FM4C_READ_HIERARCHY' EXPORTING I_FIKRS = P_FIKRS I_GJAHR = G_GJAHR_FIPEX TABLES T_FISTL = G_DS_SEL_C.

FM4C_GET_INTERNAL_DATA CALL FUNCTION 'FM4C_GET_INTERNAL_DATA' TABLES T_FMBU = L_T_FMBU.

FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING FIELD_RANGES = L_T_DYN_SEL-TRANGE IMPORTING WHERE_CLAUSES = L_T_DYN_SEL-CLAUSES EXCEPTIONS OTHERS = 1.

FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING FIELD_RANGES = L_T_DYN_SEL-TRANGE IMPORTING WHERE_CLAUSES = L_T_DYN_SEL-CLAUSES EXCEPTIONS OTHERS = 1.

FM_HH_FICTR_DETERMINE CALL FUNCTION 'FM_HH_FICTR_DETERMINE' EXPORTING IP_FIKRS = U_FIKRS IP_GJAHR = U_GJAHR IMPORTING OP_HH_FICTR = C_SFICTR.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' IMPORTING E_FUNCTION_ACTIVE = G_FLG_FAREA_ACTIVE E_FUND_ACTIVE = G_FLG_FUND_ACTIVE E_BUD_PER_ACTIVE = G_FLG_BUDGETPD_ACTIVE E_GRANT_ACTIVE = G_FLG_GRANT_ACTIVE E_MEASURE_ACTIVE = G_FLG_MEASURE_ACTIVE E_KOM_ACTIVE = G_FLG_KOMM.

FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING FIELD_RANGES = G_T_DYN_SEL-TRANGE IMPORTING WHERE_CLAUSES = G_T_DYN_SEL-CLAUSES.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name DBMDFF03 or its description.