Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module TRM_LENGTH_VARIANT_INSERT (R/3 Proposal Pool: Insert New Length Variant) is a standard Function Module in SAP ERP and is part of the function group STQU within the package STRQ.
Function Module | TRM_LENGTH_VARIANT_INSERT |
Short Text | R/3 Proposal Pool: Insert New Length Variant |
Function Group | STQU |
Package | STRQ |
Module Type | Update Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FI_APPLIC | LIKE | TRMTRA-APPLIC | Application ID (FI, SD etc.) | |
FI_DEVCL | LIKE | TRMTRA-DEVC | First development class | |
FI_EXCEPTION_FLAG | LIKE | TRMTRA-ABBEXC | Text type indicator (N, A, X) | |
FI_HASHCNFL_SOURCE | LIKE | TRMTRA-SHASHCNFL | Source text hash conflict | |
FI_HASH_SOURCE | LIKE | TRMTRA-SHASH | Source text hash key | |
FI_LANGUAGE_SOURCE | LIKE | TRMTRA-SLANGUAGE | Source language ID | |
FI_LANGUAGE_TARGET | LIKE | TRMTRA-TLANGUAGE | Target language ID | |
FI_SE63_CALL_FLAG | LIKE | TRM255-ABBR | SPACE | SE63 flag |
FI_STATUS | LIKE | TRMTRA-TRMSTATUS | Translator status | |
FI_STRLEN_SOURCE | LIKE | TRMTRA-SSTRLEN | Source text length | |
FI_TABID_SOURCE | LIKE | TRMTRA-STABID | Table ID (1,2,3,4,5) | |
FI_TEXT_NEW | LIKE | TRM255-TEXT | New target text | |
FI_TEXT_REFERENCE | LIKE | TRM255-TEXT | Reference target text |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_PARTIAL_STRING | New text is not a partial character string |
NO_REFERENCE | No reference text |
NO_SOURCE | No source text |
NO_TARGET | No target text |
SPECIAL_CHARACTERS_ONLY | Text only consists of special characters |
TEXTS_ARE_EQUAL | New text and reference text match |
TEXT_NOT_FOUND | Text not found |