Emeritis เป็นบริษัท SAP Consultanting ที่เชี่ยวชาญด้าน HR ผมได้มีโอกาศไปสมัครงานที่นี่เพราะ linkedin เห็นว่าเค้ากำลังขยายฐานในประเทศไทย เลยประกาศรับสมัคร SAP Technical
Tag: ABAP
เนื่องจากได้มีโอกาศไปสอบ ABAP Certification - C_TAW12_04 - Development Consultant SAP NetWeaver 2004 - Application Development Focus ABAP มา เลยมาเล่าสู่กันฟังครับ
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 …
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. …
ABAP Tips #2 : count(*) 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 …