Menu

SAP Function Module TR_MODIFY_DEVCLASS

The Function Module TR_MODIFY_DEVCLASS () is a standard Function Module in SAP ERP and is part of the function group TRDVC within the package SCTS_CAT.

Technical Information

Function Module TR_MODIFY_DEVCLASS
Short Text
Function Group TRDVC
Package SCTS_CAT
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IV_ACTION LIKE SY-UCOMM 'SHOW'
IV_COMPONENT LIKE TRDEVCLASS-COMPONENT
IV_DEVCLASS LIKE TRDEVCLASS-DEVCLASS
IV_DIALOG LIKE TRPARI-FLAG 'X'
IV_DLVUNIT LIKE TRDEVCLASS-DLVUNIT Software Component
IV_REQUEST TYPE TRKORR
IV_RESPONSIBLE LIKE TRDEVCLASS-AS4USER Person responsible for development class
IV_TEXT LIKE TRDEVCLASS-CTEXT

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_DEVCLASS LIKE TRDEVCLASS
EV_REQUEST LIKE E070-TRKORR
EV_SOMETHING_CHANGED LIKE TRPARI-FLAG

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
CANCELLED_BY_USER Cancellation by user
DB_ACCESS_ERROR Database access error
ENQUEUE_FAILED
INVALID_ACTION Invalid action
INVALID_DEVCLASS INvalid development class
NO_AUTHORIZATION
SYSTEM_NOT_CONFIGURED