The Function Module SUSP_SU24_DARK_INSERT_OBJLIST (Insert Check Indicator / Field Values of Auth. Objects) is a standard Function Module in SAP ERP and is part of the function group SUSP within the package S_PROFGEN.
Function Module | SUSP_SU24_DARK_INSERT_OBJLIST |
Short Text | Insert Check Indicator / Field Values of Auth. Objects |
Function Group | SUSP |
Package | S_PROFGEN |
Module Type | Normal Module |
This function module does not define any IMPORTING parameters.
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NUM_INSERTED | LIKE | SY-DBCNT | Number of check indicator entries inserted |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
P_USOBT_C | LIKE | USOBT_C | Field values | |
P_USOBX_C | LIKE | USOBX_C | Check indicator |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BAD_TYPE | Incorrect type (only 'TR' currently allowed) |
ERROR_IN_LOCK_MANAGEMENT | Error in lock management |
INCONSISTENT_ENTRIES | More/fewer auth. obj. fld values than with check indicator 'Y' |
INSERT_FAILED | Failed to insert check indicator / field value |
LOCKED_BY_ANOTHER_USER | Objects transferred locked by other user |
NAME_NOT_DEFINED | Name (with respect to type) not defined |
NOT_AUTHORIZED | Insert not possible as new check is inactive |
NO_ENTRIES_INSERTED | No entries inserted (due to correction dialog box) |
TABLE_P_USOBX_C_EMPTY | No auth. object with check indicator transferred to P_USOBX_C |
WRONG_OKFLAG | Only N, X, Y for check indicator, For S*/P* objects, only X, Y |