Menu

SAP Function Module HR_99S_EDIT_TEXTPART

Changing and saving of text parts

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module HR_99S_EDIT_TEXTPART (Changing and saving of text parts) is a standard Function Module in SAP ERP and is part of the function group HR99S00_TOOLS within the package P99S.

Technical Information

Function Module HR_99S_EDIT_TEXTPART
Short Text Changing and saving of text parts
Function Group HR99S00_TOOLS
Package P99S
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHECK_TEXTPART TYPE BOOLEAN 'X' Check if textpart exists
CLIENT TYPE SY-MANDT SY-MANDT R/3 System, client number from logon
EDITOR_TITLE TYPE TTXIT-TDTEXT SPACE Text for editor title line
ID TYPE THEAD-TDID Text ID
LANGUAGE TYPE THEAD-TDSPRAS Language key of the text to be edited
LOCAL_CAT LIKE SPACE Text catalog local
NAME TYPE THEAD-TDNAME Name of the text to be editied
OBJECT TYPE THEAD-TDOBJECT Texts: application object
TEXTPART TYPE CHAR26 Bloc of the text to be edited (max. 26 characters)

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ID Text ID
LANGUAGE Language key of the text to be edited
NAME Name of the text to be editied
OBJECT Texts: application object
REFERENCE_CHECK Reference chain interrupted
TEXTPART Bloc of the text to be edited (max. 26 characters)