SAP ABAP Data Element PAK_SELECTION_MODE (Selection mode for api-objects)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SPAK_WB_FOUNDATION (Package) Framework for integrating the APIs with the ABAP Workbench
⤷
⤷
Basic Data
| Data Element | PAK_SELECTION_MODE |
| Short Description | Selection mode for api-objects |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | PAK_SELECTION_MODE | |
| Data Type | CHAR | Character String |
| Length | 1 | |
| Decimal Places | 0 | |
| Output Length | 1 | |
| Value Table |
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 | 0 | |
| Medium | 0 | |
| Long | 0 | |
| Heading | 0 |
Documentation
Definition
- cl_pak_domains=>co_selection_mode-active:
Only active objects will be returned (activation_state = cl_pak_domains-co_activation_state-active) - cl_pak_domains=>co_selection_mode-visible:
All visible objects will be returned. Visible objects are all active objects (see above) and all objects from the individually worklist) - cl_pak_domains=>co_selection_mode-all:
Describes all objects. This means all active and all inactive objects, including all inactive objects which does not exists in the individually worklist.
History
| Last changed by/on | SAP | 20080411 |
| SAP Release Created in | 710 |