RAISE_EXC_RG_CODE SAP Method Raise RG Code Excpetion
Below is documentation, parameters and attributes of ABAP Method RAISE_EXC_RG_CODE within SAP class /SCTM/CL_TOOLS. There is also a number of example ABAP code snipts to help you use the functionality of this method.
This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name /SCTM/CL_TOOLS into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.
Method Type - Static
This is a Static Method so you can call it directlyThe following technical details of method RAISE_EXC_RG_CODE can also be found below:
- Importing parameters
- Exporting parameters
- Changing parameters
- Returning parameters
- Exceptions
- Coding Examples
Parameters of Method RAISE_EXC_RG_CODE
.| Name | Type | Data Type | Description | Default Value |
| IV_NUMB_ITF_PAR | Importing | TYPE NUMC2 | Two digit number | |
| IV_OBJ_ID | Importing | TYPE CHAR20 | Char 20 | |
| IV_TEXTID | Importing | LIKE IF_T100_MESSAGE=>T100KEY |
Exceptions of Method RAISE_EXC_RG_CODE
/SCTM/CX_TM_RG_CODE - Internal Programming Error in Routing GuideExample ABAP coding
DATA: lv_IV_NUMB_ITF_PAR TYPE NUMC2,
lv_IV_OBJ_ID TYPE CHAR20,
lv_IV_TEXTID TYPE IF_T100_MESSAGE=>T100KEY,
lv_other TYPE c.
CALL METHOD /SCTM/CL_TOOLS=>RAISE_EXC_RG_CODE(
EXPORTING
IV_NUMB_ITF_PAR = lv_IV_NUMB_ITF_PAR
IV_OBJ_ID = lv_IV_OBJ_ID
IV_TEXTID = lv_IV_TEXTID ).
Links to Related Class(s)
/SCTM/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects