Category: ABAP

  • SAP TechEd 2019

    SAP TechEd 2019

    SAP TechEd คืองาน conference ที่จะโฟกัสไปที่ Technology ต่างๆที่เกี่ยวกับ SAP โดยในปีนี้ SAP จัดงานขึ้น 3 ที่ทั่วโลกคือ Las Vegas, Barcelona, และ Bangalore พอดีที่บริษัทส่งมางานที่ Barcelona Blog นี้จะเล่าให้ฟังว่างานมันเป็นยังไงครับ รูปแบบของงาน

  • สมัครงาน Deloitte

    สมัครงาน Deloitte

    คราวนี้จะมาเล่าประสบการณ์การสมัครงานด้าน SAP ที่ Deloitte Consulting ให้ฟังครับ

  • ATLAS Project @ My first business trip in Germany

    ATLAS Project @ My first business trip in Germany

    หลังจากทำงานที่ ATOS (SIEMENS) มาเกือบๆสามปี สุดท้ายก็ได้ไปโปรเจคเมืองนอกกับเค้าบ้าง :) คราวนี้ได้มาทำโปรเจคชื่อ ATALS เป็น Support Project คือมาช่วยทีมของที่นี่ทำ Application Management ก็คือมาช่วยเค้าเคลีย issue ต่างๆ นั่นเอง สาเหตุที่ ATLAS ต้องการคนมาช่วยทำงานเป็นเพราะว่าเค้ามี issue ค้างอยู่เยอะเกินไป จนตัดสินใจว่าต้องเคลีย issue พวกนี้ให้หมดก่อน ถึงทำเริ่มทำ phase ต่อไปได้ ATLAS เป็น SAP system ของ Siemens Energy Sector ในส่วนของ Oil and Gas Devision หรือก็คือส่วนที่ผลิตอุปกรณต่างๆ ที่ใช้ในอุตสาหกรรม น้ำมันและแก๊ส ส่วนตัว system ATLAS เองเป็นการรวม SAP…

  • ABAP Certification แบบ งง งง

    ABAP Certification แบบ งง งง

    เนื่องจากได้มีโอกาศไปสอบ ABAP Certification – C_TAW12_04 – Development Consultant SAP NetWeaver 2004 – Application Development Focus ABAP มา เลยมาเล่าสู่กันฟังครับ

  • [SAP] Installing miniSAP

    [SAP] Installing miniSAP

    This blog will show you how to install miniSAP. Let?s me start by saying that in this blog post I will install miniSAP on Windows XP service pack 3 that installed on virtual machine. The host operating system is Mac OS X 10.6. And the virtual machine software is VMWare…

  • Skills and Training Management System

    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

    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

    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 #2 : count(*) is not good

    ABAP Tips #2 : count(*) is not good

    ABAP Tips #2 : count(*) is not good

  • ABAP Tips #1 : SELECT?ENDSELECT is not good

    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…