Advanced Business Application Programming - the language for programming SAP's Web Application Server. Check out news and share your experiences with ABAP.
An ISO 9001 & ISO14001 certified company, Wong Engineering is a major producer of high precision CNC turning/ metal stamping components with its main operation based in Kulim, Perak. The company is also an original manufacturer of ozonizer products, which are produced through extensive research and development programs.
The company is presently looking for aspiring candidates to join the dynamic and growing team, and make things happen.
Job Vacancy: SAP ABAB Programmer, Kulim, Kedah
The... Read Full Story
'User-Exit’ is one of the very first mechanisms provided by SAP to execute custom code in between the standard SAP control flow. This is implemented as subroutine call (PERFORM xxx). A classical example for User-Exit is MV45AFZZ include in order processing module of SAP R/3. ‘Customer-Exit’ is better than the user-exit, in the sense that it is implemented using Function Modules and so has a well defined parameter interface. Also since the custom coding done as part of these customer-exits... Read Full Story
NetWeaver is an application builder from SAP for integrating business processes and databases from a number of sources while exploiting the leading Web services technologies. Part of the company's mySAP product group, NetWeaver is getting a lot of industry attention as the first fully interoperable Web-based cross-application platform that can be used to develop not only SAP applications but others as well. NetWeaver allows a developer to integrate information and processes from... Read Full Story
Find syntax for different key words of sap abap here. ADD CORRESPONDING ASSIGN PART ONE ASSIGN PART TWO CONTROL BREAK EVENTS IN LISTS EVENTS IN LISTS PART TWO EVENTS ON SELECTION SCREEN PART ONE EVENTS ON SELECTION SCREEN PART TWO AUTHORITY CHECK BACK BREAK POINT CALL FUNCTION PART ONE CALL FUNCTION PART TWO CALL FUNCTION PART THREE CALL FUNCTION PART FOUR CALL FUNCTION PART FIVE CALL METHOD CALL SCREEN CALL TRANSACTION CHECK CHECK WITH IN LOOP CLEAR CLOSE AND CNT... Read Full Story
OVERVIEW Lock objects are use in SAP to avoid the inconsistancy at the time of data is being insert/change into database. SAP Provide three type of Lock objects. Read Lock(Shared Locked) protects read access to an object. The read lock allows other transactions read access but not write access to the locked area of the table Write Lock(exclusive lock) protects write access to an object. The write lock allows other transactions neither read nor write access to the locked area... Read Full Story