Category: SAP
-
SAP TechEd 2019
•
SAP TechEd คืองาน conference ที่จะโฟกัสไปที่ Technology ต่างๆที่เกี่ยวกับ SAP โดยในปีนี้ SAP จัดงานขึ้น 3 ที่ทั่วโลกคือ Las Vegas, Barcelona, และ Bangalore พอดีที่บริษัทส่งมางานที่ Barcelona Blog นี้จะเล่าให้ฟังว่างานมันเป็นยังไงครับ รูปแบบของงาน
-
-
ABAP Certification แบบ งง งง
•
เนื่องจากได้มีโอกาศไปสอบ ABAP Certification – C_TAW12_04 – Development Consultant SAP NetWeaver 2004 – Application Development Focus ABAP มา เลยมาเล่าสู่กันฟังครับ
-
Skills and Training Management System
•
AGAIN !! This is my second application as part of my internship at Siemens (first app). I develop this application from nothing so we will see more analysis and design in this post. This time I use a combination of BSP, ABAP, Function Module, AJAX, and normal HTML to create…
-
My first (and bad) BSP application
•
Again I develop this as part of my internship program at Siemens. This application call ?Library System?. It is a BSP application written in ABAP. I was given a database and some of the function module. So I didn?t develop this system from the beginning.
-
What it look like when developing ABAP on SAP
•
For those who curious about what it will be like when you are developing ABAP on SAP.
-
-
ABAP Tips #1 : SELECT?ENDSELECT is not good
•
Insted of using select?..endselect opensql statement, select the whole table into internal table ! The rule is ?access the database as less as posible?. The reason behind this is that SAP using the 3 tier architecture therefore accessing the database rows by rows involved a lot of information exchange between…