Siebel Common Question: Download Siebel Basic PDF

How to import List of Values?

Tweet Share WhatsApp

Answers:

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

Answer #2Load 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

Download Siebel Basic PDF Read All 62 Siebel Basic Questions
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?