The Function Module SWFMOD_CHECK_CUSTOMER_NAME (Checks for the modeler if name of action is OK) is a standard Function Module in SAP ERP and is part of the function group SWFMOD_WORKFLOW within the package SWFMOD.
Function Module | SWFMOD_CHECK_CUSTOMER_NAME |
Short Text | Checks for the modeler if name of action is OK |
Function Group | SWFMOD_WORKFLOW |
Package | SWFMOD |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_FIELDNAME | LIKE | TRESC-FIELDNAME | Field Name | |
IV_OBJECT_TYPE | LIKE | TRESC-OBJECT | 'TABU' | Object type |
IV_TABLEKEY | LIKE | E071K-TABKEY | Object name in object list | |
IV_TABLENAME | LIKE | TRESC-TABNAME | Table name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_KEYFIELD_ALLOWED | LIKE | TRPARI-FIELDALLOW | Flag ( 'X' or ' ' ) | |
EV_RESERVED_IN_TRESC | LIKE | TRPARI-RESTRESC | Flag ( 'X' or ' ' ) | |
EV_RETCODE | TYPE | SYSUBRC | Return Value, Return Value After ABAP Statements | |
EV_SYSTEM_SAP | LIKE | TRPARI-SYSTEM_SAP | Flag ( 'X' or ' ' ) | |
EV_TABLE_NOT_FOUND | LIKE | TRPARI-TABNOTFOUN | Flag ( 'X' or ' ' ) |
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 |
---|---|---|---|---|
ET_MESSAGE_LINES | LIKE | SWR_MESSAG | Messages | |
ET_MESSAGE_STRUCT | LIKE | SWR_MSTRUC | Workflow interfaces: Message structure |
This function module does not define any Exceptions.