Tag: packaged enterprise solutions

Questions Related to packaged enterprise solutions

If you need to change the display name for the fields of a table you need to change it in the .pmd file.

  1. True

  2. False


Correct Option: B

If a new screen is added in IKB then the a new row will be inserted in the following table

  1. ix_spc_framework

  2. ix_sys_ikb

  3. ix_sys_framework

  4. ix_sys_screen


Correct Option: C

Floorplan can be set up without setting up IKB.

  1. True

  2. False


Correct Option: A

the transaction between planogram and product are stored in the below table

  1. ix_spc_position

  2. ix_spc_planogram

  3. ix_spc_product

  4. ix_spc_performance


Correct Option: A,D

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) ix_spc_position - This option is correct because the table "ix_spc_position" likely stores the transaction between planogram and product. The "position" in the table name suggests that it stores the position or arrangement of products within a planogram.

Option B) ix_spc_planogram - This option is incorrect because the table "ix_spc_planogram" likely stores information about planograms themselves, rather than the transactions between planogram and product.

Option C) ix_spc_product - This option is incorrect because the table "ix_spc_product" likely stores information about products, rather than the transactions between planogram and product.

Option D) ix_spc_performance - This option is correct because it is possible that the table "ix_spc_performance" stores information about the performance of planograms or products, which may include transactions between planogram and product.

Therefore, the correct answer is A, D. The tables "ix_spc_position" and "ix_spc_performance" likely store the transaction between planogram and product.

You can safely add new columns in the exsisting JDA tables if required.

  1. True

  2. False


Correct Option: B

AI Explanation

To answer this question, you need to have knowledge of JDA tables.

Option A) True - This option is incorrect because you cannot safely add new columns to existing JDA tables. Modifying the structure of JDA tables can lead to data integrity and compatibility issues with the existing system.

Option B) False - This option is correct because it states that you cannot safely add new columns to existing JDA tables. Modifying the structure of JDA tables can introduce potential problems and is generally not recommended.

The correct answer is B) False. This option is correct because it acknowledges the limitations and risks associated with adding new columns to existing JDA tables.

Which transformation is used for joining two or more sources.

  1. Setop

  2. Union

  3. Joiner

  4. Sorter


Correct Option: C