Siebel Common Question:

How to import List of Values?

Siebel Basic Interview Question
Siebel Basic Interview Question

Answers:

Answer #1
Depends on any Hierarchies, but using EIM_LST_OF_VAL(for EIM load) import parents first then children, otherwise you will receive failure message.

Answer #2
Load S_LST_OF_VAL table using EIM,table name EIM_LST_OF_VAL,
1.TYPE VALUE WHERE TYPE=\\'LOV_TYPE\\',
2.PARENT VALUE WHERE PAR_ROW_ID=NULL,
3.CHILD VALUE WHERE PAR_ROW_ID IS NOT NULL


Previous QuestionNext Question
Tell me What does install.ksh and imprep.ksh files do?Explain Why is it not recommended to modify existing base tables?