Description Logical database SAPDBMDF Use Note The SAPDBMDF program controls access to master data in FundsManagement. Since the program only contains physical access routinesfor the logical database, you cannot start it separately. Technical documentation The standard delivered for logical database SAPDBMDF contains thefollowing:
- Basic selection screen (selection screen number 1000)
Contains all available database selections. If changes are made todatabase selections (such as including a new selection criterion), thisscreen is regenerated automatically by the system. It is thenimmediately available to all programs which use logical database MDF.
- Selection screen variants
Selection screen variant are available in reporting by entering theselection screen number in attributes. FIP For selection of commitment items FIC For selection of funds centersAvailable fields The fields available on a selection screen are marked with an "X". Selection screen variant Field name 1000 FIP FIC FM area x x x Fiscal year x x x Fund x Funds center x x Key date x x Plan variant x x Commitment item x x Attribute: Postable x x Commitment item category x x Financial transaction x x Role in Col.Bdgt Admin. x x Attribute: Statistical x x Note on performance To improve performance you can control which tables or which fields ofa table are to be viewed.
- Selective viewing of complete database tables
You can use the table FMSG described below which controls whetherinformation for an individual segment is needed.
- Selective viewing of individual fields of a database table.
The GET result offers the possibility of naming the fields needed forthe program. As a result, the database burden is eased because onlythose fields are transported to the application server that are needed(not supported for BSPE segment). Individual tables can be exempted from the selection in order toincrease performance. You can set the following fields in theapplication program during INITIALIZATION or START-OF-SELECTION:
- FMSG-XPPLN (default BLANK) : If this field is set to "X", then the
chart of commitment items data is read for the FKRS segment.
- FMSG-XFFND (default BLANK) : If this field is set to "X", then no data
for a specific fund is read.
- FMSG-XFCTR (default BLANK) : If this field is set to "X", then no funds
center data is read.
|