You are on page 1of 1

P_FLEXDATA: Is a Lexical parameter will be value as concatenation of all the segment This is required because if client changes from

front end again we have to change all instead of that we can concatenate all the

used to store the default columns. the segment structure the structure. segments.

lexical parameter means datatype :char width : min 600 p_struct_num: It will be used to store the kff structure number which is required if KFF is having the multiple structures. Ex: 101 default value FNDFLEXSQL: ---------This is One of the User exit will be used to retrive the segment values from database and will be used in the before report trigger Parameters: CODE -KFF Code num -KFF structure Number appl_short_name -KFF Application ShortName OutpuT -Lexical parameter Name Display -Display all the segments Mode -'SELECT' FNDFLEXIDVAL: ----------This user exit we will define inside of the formuls column to display the data in the layout. define the formula column call the user exit with follwoing parameters Parameters: CODE -KFF Code num -KFF structure Number appl_short_name -KFF Application ShortName OutpuT -Lexical parameter Name Display -Display all the segments Mode -'SELECT' data -Lexical Parameter Name Value -Formula Column Name Note : To Display the KFF description we will define one more formula column and we will call again 'FND FLEXIDVAL' user exit with parameter called 'Description' instead of 'Value' Parameter.

You might also like