FMSLFFBP is an SAP Structure so does not store data like a database table does but can be used to process "Transfer Structure for Mass Selection: Fund + Budget period" 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_FMSLFFBP TYPE FMSLFFBP .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
FINCODE | BP_GEBER | CHAR | 10 |
* | Fund | |
FNAME | FM_FNAME | CHAR | 20 | Fund name | ||
BUDGET_PD | FM_BUDGET_PERIOD | CHAR | 10 |
* | FM: Budget Period | |
BUDGETPDTX | FM_BUDGET_PERIOD_NAME | CHAR | 35 | FM: Budget Period Name | ||
EXISTENCE | FM_STATUS | CHAR | 1 | Entry status | ||
CHANGED | FM_STATUS | CHAR | 1 | Entry status | ||
FIELDS | CHAR50 | CHAR | 50 | Comment | ||
.APPEND | SI_FMFFBPSL_APPEND | Mass Data Selection Tool enhancement | ||||
BOX | CHAR1 | CHAR | 1 | Single-Character Indicator | ||
COLOR | CHAR4 | CHAR | 4 | Not More Closely Defined Area, Possibly Used for Patchlevels |
Key field | |
Non-key field |
FMSLFFBP - Transfer Structure for Mass Selection: Fund + Budget period FMSLFCTR - Transfer Structure for Mass Selection: Funds Center FMSLFBDP - Transfer Structure for Mass Selection: Budget Period FMSLBSP - Transfer Structure for Mass Selection: Budget Structure FMSLBLNKDIM - FM Selection Tool. Allowed BLANK value dimensions FMSLALL - Transfer Structure for Mass Selection