cancel
Showing results for 
Search instead for 
Did you mean: 

Add Goal Library ordering error

suganthimani
Explorer
0 Kudos

Hi Expert,

We are encountering errors on the numbering of goal that selected from goal library. The goals once selected from the list via tick box and clicked add selected, the goal jumble up and not following the order that shown in the add library goal screen. We checked the goal GUID follow the correct orders.

We tested in Development instance its working as expected but not in productions.

Below is the goals xml code for numbering

<obj-plan-numbering>

<obj-plan-number-format><![CDATA[#.]]></obj-plan-number-format>

<obj-plan-number-format><![CDATA[#.]]></obj-plan-number-format>

<obj-plan-number-format><![CDATA[#.]]></obj-plan-number-format>

</obj-plan-numbering>

below is the from goal libray csv files.

Category 806100 806000 en_GB 1. STESCAE (ICAEW & CFAB): Academic Practice

GoalLibraryEntry 806101 806100 en_GB A. STESCAE (ICAEW & CFAB) Average teaching hours/ week for the entire year

GoalLibraryEntry 806102 806100 en_GB B. STESCAE (ICAEW & CFAB) Average total number of students for the entire year

GoalLibraryEntry 806103 806100 en_GB C. STESCAE (ICAEW & CFAB) Subject awards (e.g. Outstanding Awards)

GoalLibraryEntry 806104 806100 en_GB D. STESCAE (ICAEW & CFAB) Additional subjects / class group for the entire year

GoalLibraryEntry 806105 806100 en_GB E. STESCAE (ICAEW & CFAB) Continuous Quality Improvement in Teaching & Learning

GoalLibraryEntry 806106 806100 en_GB F. STESCAE (ICAEW & CFAB) Use of educational technology or teaching innovation

GoalLibraryEntry 806107 806100 en_GB G. STESCAE (ICAEW & CFAB) Average 80% attendance in class, PTs and ME for all class groups taught for the entire year

GoalLibraryEntry 806108 806100 en_GB H. STESCAE (ICAEW & CFAB) Average Consultation Session to students for the entire year

when added the order is goal is

E. STESCAE (ICAEW & CFAB) Continuous Quality Improvement in Teaching & Learning

F. STESCAE (ICAEW & CFAB) Use of educational technology or teaching innovation

G. STESCAE (ICAEW & CFAB) Average 80% attendance in class, PTs and ME for all class groups taught for the entire year

H. STESCAE (ICAEW & CFAB) Average Consultation Session to students for the entire year

follow by

A. STESCAE (ICAEW & CFAB) Average teaching hours/ week for the entire year

B. STESCAE (ICAEW & CFAB) Average total number of students for the entire year

C. STESCAE (ICAEW & CFAB) Subject awards (e.g. Outstanding Awards)

D. STESCAE (ICAEW & CFAB) Additional subjects / class group for the entire year

May I know what else could be the root cause and how to fix it?

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

zxp13
Newcomer
0 Kudos

Hi suganthimani

GOAL ORDERING RULES

If there are no categories (default-objective) set on the goal plan it will order by goal name (objective_name). Goals appear alphabetically, and not in the order entered.\

Within OBJECTIVE_NAME there are additional rules.

  • Numbers first,
  • then CAPS,
  • then lowercase.

Example order on goal names: 123goal, 456goal, AGOALS, Agoal

  • If there are categories it will order by > OBJECTIVE_CATEGORY followed by OBJ_ORDER (hidden value), OBJECTIVE_NAME.

Goals appear to be in the order you enter them, within categories.

2072791 - Manage Goal Data - Understanding Goal Ordering on Forms - Goal Management - SAP ONE Suppor...

https://launchpad.support.sap.com/#/notes/2072791

Neeraj_Jain
Active Contributor
0 Kudos

Hello suganthimani,

Please refer below SAP Note if it's works for you.

https://userapps.support.sap.com/sap/support/knowledge/en/2417974

2417974 - Changing Goal Library Mapping While Adding Personal Goals

Regards,

Neeraj Jain

suganthimani
Explorer
0 Kudos

Hi Neeraj,

The Goal library is mapped correctly, the issue is with the order of the goal after the step Add Selected in the add goal action of performance forms in production. Its working well in development instance. Only certain goal category having the issue.

Thank you.