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 SELECT_TEXT (SAPscript: Select text) is a standard Function Module in SAP ERP and is part of the function group STXD within the package STXD.
Function Module | SELECT_TEXT |
Short Text | SAPscript: Select text |
Function Group | STXD |
Package | STXD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ARCHIVE_HANDLE | LIKE | SY-TABIX | 0 | Archive handle |
CLIENT | LIKE | SY-MANDT | SY-MANDT | Client |
DATABASE_ONLY | LIKE | SPACE | Indicator: Search in text file only | |
ID | LIKE | THEAD-TDID | '*' | Text ID of texts to be searched for |
LANGUAGE | LIKE | THEAD-TDSPRAS | '*' | Language of texts to be searched for |
LOCAL_CAT | LIKE | SPACE | Text catalog local | |
NAME | LIKE | THEAD-TDNAME | '*' | Name of text to be searched for |
OBJECT | LIKE | THEAD-TDOBJECT | '*' | Text object of texts to be searched for |
TEXTMEMORY_ONLY | LIKE | SPACE | Indicator: Search in text memory only |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ENTRIES | LIKE | SY-TFILL | Number of texts found |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_NAME | LIKE | STEXTNAME | Structure Contains Elementary Type TDNAME | |
SELECTIONS | LIKE | THEAD | Text header of texts found | |
T_ID | TYPE | STXDRID | Table for text IDs (RANGES) | |
T_LANGUAGE | TYPE | STXDRLANG | Table for text languages (RANGES) | |
T_NAME | TYPE | STXDRNAME | Table for text names (RANGES) | |
T_OBJECT | TYPE | STXDROBJ | Table for text objects (RANGES) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
WRONG_ACCESS_TO_ARCHIVE | Archive handle invalid for access |