Web Content Display
Web Content Display
Expression entityId1 is undefined on line 106, column 21 in 10154#10192#1112193.
1<#--
2Web content templates are used to lay out the fields defined in a web
3content structure.
4
5Please use the left panel to quickly add commonly used variables.
6Autocomplete is also available and can be invoked by typing "${".
7-->
8<#assign samUtil = staticUtil["com.sambaash.platform.util.SambaashUtil"]>
9<#assign serviceContext = staticUtil["com.liferay.portal.service.ServiceContextThreadLocal"].getServiceContext()>
10<#assign httpServletRequest = serviceContext.getRequest()>
11<#assign ipCountry = samUtil.retreiveCountry(httpServletRequest)>
12
13
14<script type="text/javascript">
15function renderFormIframe(url) {
16 var encodedURL=encodeURIComponent(location.protocol + '//' + location.host + location.pathname);
17 var mainUrl = window.location.search.substring(1);
18 var iframeUrl = url;
19 if (mainUrl != null && mainUrl != "") {
20 iframeUrl = url + (url.indexOf("?") === -1 ? "?" : "&") + mainUrl + "&parentUrl="+encodedURL;
21 }
22 iframeUrl = iframeUrl + "&locationCode=${ipCountry}";
23 document.write('<iframe src=\"' + iframeUrl + '\" frameborder="0" width="100%" height="100%" id="formIframe""></iframe>');
24}
25</script>
26<style type="text/css">
27.minisiteForm{
28padding-top:80px;
29}
30
31.Mn_formWrap_pad
32{
33 padding:20px !important;
34 margin: 0 auto !important;
35 max-width: 720px;
36}
37
38
39.Mn_IframeWrap
40{
41width:100%;
42max-width:539px;
43height:100%;
44
45}
46
47p.Mn_formtitle
48{
49font-size: 16px;
50 font-weight: bold;
51 font-style: normal;
52 font-stretch: normal;
53 line-height: normal;
54 letter-spacing: normal;
55 color: #555555;
56 text-align: center;
57}
58
59.mn-expcolpWrap {
60 width: 100%;
61 max-width: 800px;
62 padding: 4px 0;
63 margin: 0 auto;
64}
65.exp-colp-wrap {
66 display: flex;
67 justify-content: flex-end;
68 align-items: center; }
69
70.expand-collapse-icon {
71 width: 30px;
72 height: 30px;
73 border-radius: 4px;
74 background-image: linear-gradient(to bottom, #f7f8fa, #eaeef2);
75 border: solid 1px #d8dfe5;
76 text-align: center;
77 margin-left: 10px;
78 cursor: pointer; }
79 .expand-collapse-icon img {
80 width: 15px;
81 vertical-align: middle;
82 margin-top: 3px;
83 margin-left: 2px; }
84
85
86@media screen and (max-width: 768px) and (min-width: 320px){
87
88
89.aui .dockbar-ready #wrapper {
90 padding-top: 0;
91}
92}
93
94</style>
95
96
97<#assign title = FormTitle.getData()>
98<#assign formUrl = "https://forms.sambaash.com/formloader/index.html?Id=" + FormId.getData()>
99
100<#assign processId = processId1.getData()>
101<#assign country_name_1 = countryName.getData()>
102<#assign persona_3 = persona.getData()>
103<#assign product_interest_5 = productInterest.getData()>
104<#assign purpose_4 = purpose.getData()>
105<#assign minisite_url_2 = minisiteUrl.getData()>
106<#assign entityId = entityId1.getData()>
107
108<#if processId != "">
109 <#assign processIdVar = "&processId=">
110 <#assign formUrl = formUrl + processIdVar>
111 <#assign formUrl = formUrl + processId>
112</#if>
113
114<#if entityId != "">
115 <#assign entityIdVar = "&entityId=">
116 <#assign formUrl = formUrl + entityIdVar>
117 <#assign formUrl = formUrl + entityId>
118</#if>
119
120<#if entityId == "">
121 <#assign entityId = "1">
122 <#assign entityIdVar = "&entityId=">
123 <#assign formUrl = formUrl + entityIdVar>
124 <#assign formUrl = formUrl + entityId>
125</#if>
126
127<#if country_name_1 != "">
128 <#assign country_name_1Var = "&country_name_1=">
129 <#assign formUrl = formUrl + country_name_1Var>
130 <#assign formUrl = formUrl + country_name_1>
131</#if>
132
133<#if persona_3 != "">
134 <#assign persona_3Var = "&persona_3=">
135 <#assign formUrl = formUrl + persona_3Var>
136 <#assign formUrl = formUrl + persona_3>
137</#if>
138
139<#if product_interest_5 != "">
140 <#assign product_interest_5Var = "&product_interest_5=">
141 <#assign formUrl = formUrl + product_interest_5Var>
142 <#assign formUrl = formUrl + product_interest_5>
143</#if>
144
145<#if purpose_4 != "">
146 <#assign purpose_4Var = "&purpose_4=">
147 <#assign formUrl = formUrl + purpose_4Var>
148 <#assign formUrl = formUrl + purpose_4>
149</#if>
150
151<#if minisite_url_2 != "">
152 <#assign minisite_url_2Var = "&minisite_url_2=">
153 <#assign formUrl = formUrl + minisite_url_2Var>
154 <#assign formUrl = formUrl + minisite_url_2>
155</#if>
156
157<div class="minisite-wrap Mn_formWrap_pad" data-track-content data-content-name="EoI Form" data-content-piece="Form">
158
159<#if title != "">
160 <p class="Mn_formtitle"><strong><span style="font-size:16px;">${title}</span></strong></p>
161</#if>
162
163<p class="Mn_formtitle"> </p>
164
165<div id="Mn-Frame" class="Mn_IframeWrap" ><script type="text/javascript">renderFormIframe('${formUrl}')</script></div>
166</div>
167
168
169<script type="text/javascript">
170 var eventMethod = window.addEventListener ? "addEventListener"
171 : "attachEvent";
172 var eventer = window[eventMethod];
173 var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message";
174 eventer(messageEvent, function( b ) {
175 //console.log("parent received message!: ", b.data);
176
177 try{
178 var obj = JSON.parse(b.data);
179 if(obj.src == 'formloader'){
180 var iframe = document.getElementById("formIframe");
181 iframe.height = obj.height + "px";
182 }
183 }catch(err){
184 /*console.log(err);*/
185 }
186
187 try {
188 scroll(0,0);
189 if (b.data.indexOf("scroll") !== -1){
190 window.location.href = "/thank-you";
191 }
192 } catch (err){
193 console.log("unable to scroll ", err)
194 }
195
196 }, false);
197</script>
Web Content Display
ADDITIONAL INFORMATION
Web Content Display
This course is jointly delivered by Lithan Academy Singapore and Victoria University Australia (VU).
Your exciting journey starts with a 14 days study visit to Lithan Academy Singapore campus for your Professional Diploma in Enterprise Resource Planning (PDERP), a 6 modules and 6 months part time or 3 months full time learning, where you will gain in-depth knowledge of how SAP ERP systems support business operations within specific functional or technical domains in an enterprise e.g. Finance (FI), Materials Management (MM), Sales and Distribution (SD), and Advanced Business Applications Programming (ABAP).
For learners with Bachelor degree with specialisation in Business or Information Technology, complete 6 additional VU modules in 9 months to be awarded Master of Enterprise Resource Planning Management.
For learners with Bachelor degree in any other specialisation, complete 10 additional VU modules in 12 months to be awarded Master of Business (Enterprise Resource Planning Systems).
For learners with a Diploma and a minimum of 3 years relevant working experience, complete 13/14 additional VU modules in 15 months to be awarded Master of Business (Enterprise Resource Planning Systems).
Upon completion, you will receive Lithan Academy's Professional Diploma in Enterprise Resource Planning, 7 SAP Alliance Certificates jointly awarded by SAP Australia and Victoria University, Australia and a Master's Degree awarded by Victoria University, Australia.
Web Content Display
Online, learners can engage in self-paced e-learning with 24/7 access to econtent. For learners who need more help, virtual tutors will be available to provide 1-on-1 support regarding course materials or technical matters.
Offline, learners will attend flipped class lectures. By preparing for class, learning will be more active and effective as guidance can be given to ensure the correct skills are learnt. Through mentoring workshops which range from group mentoring sessions to 1-on-1 mentoring sessions, learners can be assured that assignments and projects can be completed effectively using relevant skills.
With access to our virtual labs, learners will be able to practice on proprietary software hands-on. Each learner will also be part of our peer-2-peer forums to engage in guided peer to peer learning with additional help from mentors and learning facilitators.
Finally, through assessments, learners can ensure that their knowledge is retained, learning outcomes are achieved and progress towards skills mastery.
Web Content Display
Learners will gain in-depth knowledge of how SAP ERP systems support business operation within specific funcational domains in an enterprise e.g. Finance (FI), Sales and Distribution (SD), Materials Management (MM) and Advanced Business Applications Programming (ABAP).
Learners can use SAP Learning Hub & Lithan LMS for e-learning and SAP server access for performing simulated Lab Exercises, Module Projects and Capstone project.
Learners will need to complete the following 6 modules:
1. Enterprise Resource Planning Systems
2. Enterprise Resource Planning System Implementation
3. SAP Functional Module (Basic)
4. SAP Functional Module (Intermediate)
5. SAP Functional Module (Advanced)
6. SAP Functional Module (Capstone)
The Functional Modules are dependent on which track learners decide to specialise in, namely: Finance (FI), Materials Management (MM), Sales and Distribution (SD), Advanced Business Application Programming (ABAP).
Learners who completed the PDERP programme will secure credits transfer equivalent to 6 subjects in Victoria University's Master of Business (Enterprise Resource Planning Systems) or Master of Enterprise Resource Planning Management.
SAP FI manages all financial transactions, for internal as well as external auditing purposes. It’s core components are General Ledger Accounting (G/L), Accounts Receivable and Accounts Payable(AR/AP) processing, and Fixed Asset Accounting(AA). SAP Financial Accounting (FI) also includes Bank Accounting, Funds Management, Legal Consolidations, Special-Purpose Ledger, Travel Management, and more.
To view the product page, click here > Professional Diploma in ERP (SAP FI)
SAP SD deals with Pre-sales activities, including Inquiry and Quotation creation; Sales Order processing, including Sales Order (SO) creation; Shipping, including Outbound Delivery document creation; and Billing, including Billing document and invoice creation.
To view the product page, click here > Professional Diploma in ERP (SAP SD)
SAP MM deals with materials management and inventory management. Materials Management process ensures that there is never a shortage of materials or any gaps in the supply-chain process of the organization. SAP MM speeds up the procurement and material management activities making the business run smoother with complete time and cost efficiency. It deals with managing the materials (products and or services) resources of an organization with the aim of accelerating productivity, reducing costs and increase improvement and at a same time be versatile to accommodate changes in day-to-day life.
To view the product page, click here > Professional Diploma in ERP (SAP MM)
SAP Advanced Business Application Programming (SAP ABAP) forms the backbone of most SAP modules having an application programming interface which unifies the communication between SAP modules and SAP database. It is primarily used for enhancements of the standard SAP modules, such as Business Intelligence, Financial Accounting (FI), Controlling (CO), Human Capital Management (HCM), Materials Management (MM), Production Planning (PP), Sales and Distribution (SD), and other modules.
Applications programming-oriented core classes will provide you with immediate take-aways to enhance the standard SAP system functionality and reporting through the ABAP Development Workbench and other related ABAP tools.
To view the product page, click here > Professional Diploma in ERP (SAP ABAP)
Web Content Display
Web Content Display
Web Content Display
Frequently asked questions:
As the market leader in enterprise application software, SAP SE is at the center of today’s business and technology revolution. SAP SE enjoys enviable market position -- nearly 80% of the Fortune 500 use SAP software for processes like inventory planning, and 63% of worldwide financial transactions are processed through SAP software at one point or another (Fortune magazine).
SAP software provides many areas for a career development and you can decide which path is best for you. A functional path (Financials, Materials Management, Sales & Distribution, or Human Capital Management). Alternatively you might favour a technical area: ABAP (Advanced Business Application Programming).
SAP software provides many areas for a career development, and you can decide which path is best for you.
SAP Finance modules deal with finance related topics. An SAP FI consultant is responsible for the implementation of Financial Accounting system in the organization.
SAP Material Management module basically handles issues related to procurement of raw material and vendor management.
SAP Sales and Distribution is one of the largest functional modules. Issues like Sales Order processing, Pricing, Picking, Packaging, Shipping, Billing, etc. all come under this.
SAP ABAP (Advanced Business Application Programming) is a technical module by SAP. It basically helps in building the mainframe business applications for other aspects of business like finance, material procurements, and more.
SAP Human Capital Management module contains various sub-modules like Administration, Recruitment, Time Management, Payroll, Compensation Management, Personnel Cost Planning, Budget Management, Personnel Development, Training & Event Management, etc.