Value Sets and its Types
Value Set is nothing but the list of values with validation. We can use the value set whenever the concurrent program has parameters and while defining the flex field. We have to attach the value set to the concurrent program. When attaching or enforcing the value set on the segment, the segment will behave or act according to the Value Set. There are following eight types of value sets - 1.None(Not validated at all) - You use the none type value set when you want to allow the users to enter the any value so long as that value meets the value set formatting rules. 2. Independent - An independent value set provides a predefined list of values for the segment. These value can have an associated description. 3. Dependent - A dependent value set is similar to an independent value set, except that the available values in the list and the meaning of the given value depend on which independent value was selected in a prior segment of the flexfield structure. 4.Table - A tab...