MAM30_FUNCLOC_VAR_HEADER is an SAP Structure so does not store data like a database table does but can be used to process "Functional location variant header data for report selection" 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_MAM30_FUNCLOC_VAR_HEADER TYPE MAM30_FUNCLOC_VAR_HEADER .
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 |
FUNCLOC_VARIANT | ALM_ME_FUNCLOC_SELECT_VARIANT | CHAR | 14 | Selection Variant for Selection of Functional Locations | ||
PERIODFRM | DATUV | DATS | 8 | Valid-From Date | ||
PERIODTO | DATUB | DATS | 8 | Valid-to date | ||
CLASS_TYPE | KLASSENART | CHAR | 3 |
* | Class Type | |
CLASS | KLASSE_D | CHAR | 18 | Class number | ||
PARTNER | I_PARNR | CHAR | 12 | Partner | ALPHA | |
PAR_ROLE | PARVW | CHAR | 2 |
* | Partner Function | PARVW |
PARTNER_KEY | ALM_ME_PARTNER_KEY | CHAR | 30 | Associated Partner Key | ||
SEL_PROFILE | SELID | CHAR | 7 |
* | Selection ID |
Key field | |
Non-key field |
MAM30_FUNCLOC_VAR_HEADER - Functional location variant header data for report selection MAM30_EQUIP_VAR_HEADER - Equipment variant header data for report selection MAM30_DOE_ORD_VAR_HEADER - single value data for order variant MAM30_DOE_INV_USER - User-inventory customizing data for subscription generation MAM25_ORDER_OPERATION - Order operation MAM20_ORDER_OPERATION - Order operation