Trial Exam
Technologies of ERP-Systems
_____________________________________________________________________
General instructions for editing
Differences trial exam and examination
In contrast to the (real) examination, the editing time of this trial is only 45 minutes.
The use of documents is permitted for the purpose of working on this trial exam,
although you should try it without it. No documents are allowed for the examination.
Please answer all questions in English. German answers will not be considered.
Please do not use red pencils or pencils to answer.
On the following pages you will find the tasks.
After answering, please exchange the answers of the exam with your neighbour and judge
each other's answers on the basis of the solutions then discussed together.
Good luck!
Exam Technology of ERP-Systems
Name:
Shortened trial exam
Mat.-Nr.:
Task 1
(12 points)
Please read carefully the following source code and then answer the questions below.
FUNCTION Z_001_CAR_FM_CALCULATION.
*" IMPORTING
*" VALUE(IM_TRIP_F) TYPE I
*" VALUE(IM_TRIP_M) TYPE I
*" VALUE(IM_COUNTRY) TYPE C
*" EXPORTING
*" VALUE(EX_RESULT) TYPE F
*" VALUE(EX_TXT) TYPE STRING
CASE im_country.
WHEN 'G'.
ex_result = im_trip_f / ( im_trip_m / 100 ).
ex_txt = 'l/100km'.
WHEN 'U'.
ex_result = im_trip_m / im_trip_f.
ex_txt = 'miles per gallon'.
ENDCASE.
ENDFUNCTION.
1) What kind of object is this code snippet, what is or can it be used for, and what is the
purpose of it? (5 P)
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
2) What are IMPORTING and EXPORTING used for and where? (3 P)
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
2 von 6
Exam Technology of ERP-Systems
Name:
Shortened trial exam
Mat.-Nr.:
3) Name two other possibilities of implementation for this code and clarify the
differences. (4 P)
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
Task 2
(11 Punkte)
1) Please fill in the missing terms in this architectural representation (8 P).
2) Please explain which technology is represented by this graphic and indicate two
characteristics (advantages) of this technology. (3 P).
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
3 von 6
Exam Technology of ERP-Systems
Name:
Shortened trial exam
Mat.-Nr.:
Task 3
(12 Punkte)
LG implementation of HRMS
When the global giant LG Electronics (LG) – with 114 subsidiaries, and more than 82,000
employees across 40 countries – tried to harmonize its Human Resources (HR) functions, the
challenges were of a similarly giant scale. High maintenance costs, local controls lacking
transparency, inefficient decision-making, under-utilization of resources, manual processes,
etc. made it difficult for LG to operate as a global company. So it decided to take the ERP
route.
1) Based on this case study and with appropriate examples please name four advantages
of implementing an ERP-System (4 P).
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
2) In the same way, you now please name four possible implementation
difficulties/pitfalls (4 P).
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
3) Which implementation approach would you recommend for this project? Please justify
your decision. (4 P).
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
4 von 6
Exam Technology of ERP-Systems
Name:
Shortened trial exam
Mat.-Nr.:
Task 4
(10 Punkte)
As part of the implementation of the new SAP ERP system, LG also wants to introduce a time
tracking application for its service employees, as this functionality does not exist in the
standard system. The service employees use different devices (e.g. tablet, phone, etc.).
1) Based on this information, please name an SAP Technology in which the application
should be implemented and briefly justify your decision. (4 P).
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
Your external consultant recommends that an OData service should be used for this
application. Your IT manager does not know OData.
2) Please explain what is meant by OData and how it is used (4 P).
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
___________________________________________________________________________
3) OData services follow the principle(s) of RESTful web services. Please name two of
these principles. (4 P).
___________________________________________________________________________
___________________________________________________________________________
5 von 6
Exam Technology of ERP-Systems
Name:
Shortened trial exam
Mat.-Nr.:
Leerblatt
6 von 6