Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module C12Q_SYMBOL_DISPLAY (Selektiert Symbole nach den übergebenen Kriterien und gibt Popupliste aus) is a standard Function Module in SAP ERP and is part of the function group C12Q within the package CBUI.
Function Module | C12Q_SYMBOL_DISPLAY |
Short Text | Selektiert Symbole nach den übergebenen Kriterien und gibt Popupliste aus |
Function Group | C12Q |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ATNAM | LIKE | TCGA6-ATNAM | SPACE | |
I_CLASS | LIKE | TCGA6-CLASS | SPACE | |
I_ESTCAT | LIKE | TCGA6-ESTCAT | SPACE | Substance characteristic category |
I_ESTNAM | LIKE | TCG12-ESTNAM | SPACE | Short text - substance characteristic category |
I_FIELDNAME | LIKE | TCGA6-FIELDNAME | SPACE | |
I_KLART | LIKE | TCGA6-KLART | SPACE | |
I_LANGU | LIKE | SY-LANGU | SY-LANGU | Language |
I_LSYFKEL | LIKE | TCGA6-LSYFKEL | SPACE | Reference element |
I_LSYFKOB | LIKE | TCGA6-LSYFKOB | SPACE | Reference object |
I_LSYGRP | LIKE | TCGA6-LSYGRP | SPACE | Symbol group |
I_LSYID | LIKE | TCGA6-LSYID | SPACE | Symbol name |
I_LSYNAM | LIKE | TCGA7-LSYNAM | SPACE | Short text for symbols |
I_LSYRMOD | LIKE | TCGA6-LSYRMOD | SPACE | Expansion mode |
I_LSYTYPE | LIKE | TCGA6-LSYTYPE | SPACE | Symbol type |
I_TABNAME | LIKE | TCGA6-TABNAME | SPACE |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_TCGA6 | LIKE | TCGA6 | Selected symbol | |
E_TCGA7 | LIKE | TCGA7 | Short text for selected symbol |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.