SAP ABAP Data Element MEREP_FUNC_GROUP (Function Group)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MOB (Application Component) SAP NetWeaver Mobile - Use subcomponents
⤷
S_ME_DATA (Package) Mobile: data replication
⤷
⤷
Basic Data
| Data Element | MEREP_FUNC_GROUP |
| Short Description | Function Group |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | AREA | |
| Data Type | CHAR | Character String |
| Length | 26 | |
| Decimal Places | 0 | |
| Output Length | 26 | |
| Value Table | TLIBG |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Fgrp |
| Medium | 15 | Function Group |
| Long | 20 | Function Group |
| Heading | 2 | FG |
Documentation
Definition
Denotes the function group used for the generated function modules when the synchronizer for the SyncBO is generated.
The following values are possible:
- Unique to this SyncBO: The synchronizer is generated for a function group that is unique to the SyncBO you created. The code generator automatically creates a new function group "Z_MBL_FUNCG_XXX_YYYYYYYYYY" (XXX: synchronization type; YYYYYYYYYY: SyncBO name)
- Unique to this synchronization type: The synchronizer is generated for a function group that is unique to the synchronization type. The code generator automatically assigns the generated function module to the function group "Z_MEREP_XXX_______________" (XXX: synchronization type).
- Specify a function group: The code generator creates a new function group (as specified by you) and assigns the generated function module to it. The function group name must start with 'Z' or 'Y'.
Use
Dependencies
Example
History
| Last changed by/on | SAP | 20100420 |
| SAP Release Created in | 620 |