Menu

SAP Function Module FUNCTION_CREATE

Einfügen eines neuen Funktionsbausteins

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 FUNCTION_CREATE (Einfügen eines neuen Funktionsbausteins) is a standard Function Module in SAP ERP and is part of the function group SUNI within the package SFUNC.

Technical Information

Function Module FUNCTION_CREATE
Short Text Einfügen eines neuen Funktionsbausteins
Function Group SUNI
Package SFUNC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CORRNUM LIKE E071-TRKORR SPACE Correction number
EXCEPTION_CLASS TYPE CHAR1 SPACE X - mit Exception Klassen
FUNCNAME LIKE RS38L-NAME Name of the function module
FUNCTION_POOL LIKE RS38L-AREA Respective function group
INTERFACE_GLOBAL LIKE RS38L-GLOBAL SPACE Indicator for global interface
NAMESPACE LIKE RS38L-NAMESPACE SPACE Namensraum der Funktionsgruppe
REMOTE_CALL LIKE RS38L-REMOTE SPACE Can be used for remote function ca
SAVE_ACTIVE TYPE CHAR1 'X' X - Aktiv sichern
SHORT_TEXT LIKE Short description of the function
SUPPRESS_CORR_CHECK LIKE RS38L-EXTERN 'X' Suppression of the correction system (-default)
UPDATE_TASK LIKE RS38L-UKIND1 SPACE Update category

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FUNCTION_INCLUDE LIKE RS38L-INCLUDE Name of the respective INCLUDE file

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHANGING_PARAMETER LIKE RSCHA
EXCEPTION_LIST LIKE RSEXC List of exceptions
EXPORT_PARAMETER LIKE RSEXP Export parameters
IMPORT_PARAMETER LIKE RSIMP Import parameters
PARAMETER_DOCU LIKE RSFDO Short description of parameters
TABLES_PARAMETER LIKE RSTBL Table parameters

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
DOUBLE_TASK RFC updates were marked
ERROR_MESSAGE The output of messages is suppress
FUNCTION_ALREADY_EXISTS Function already exists
INVALID_FUNCTION_POOL Function group not yet created
INVALID_NAME X
TOO_MANY_FUNCTIONS More than 99 functions in the function group