/AWS1/CL_FDT=>CREATELIST()
¶
About CreateList¶
Creates a list.
List is a set of input data for a variable in your event dataset. You use the input data in a rule that's associated with your detector. For more information, see Lists.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_NAME
TYPE /AWS1/FDTNODASHIDENTIFIER
/AWS1/FDTNODASHIDENTIFIER
¶
The name of the list.
Optional arguments:¶
IT_ELEMENTS
TYPE /AWS1/CL_FDTELEMENTSLIST_W=>TT_ELEMENTSLIST
TT_ELEMENTSLIST
¶
The names of the elements, if providing. You can also create an empty list and add elements later using the UpdateList API.
IV_VARIABLETYPE
TYPE /AWS1/FDTVARIABLETYPE
/AWS1/FDTVARIABLETYPE
¶
The variable type of the list. You can only assign the variable type with String data type. For more information, see Variable types.
IV_DESCRIPTION
TYPE /AWS1/FDTDESCRIPTION
/AWS1/FDTDESCRIPTION
¶
The description of the list.
IT_TAGS
TYPE /AWS1/CL_FDTTAG=>TT_TAGLIST
TT_TAGLIST
¶
A collection of the key and value pairs.