1 / 2

sap course

SPRAO Technologies is provides SAP ABAP course which is best one training in Hyderabad. It offers real time project with examples, materials also provided and it covers advanced topics also.

sptechrao
Download Presentation

sap course

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Contact: 9581171171 Website:http://www.spraotechnologies.com SAP ABAP SAP ABAP: ABAP stands for Advanced Business Application Programming. SAP ABAP is a programming language. It is used for developing applications for the SAP R/3 system. The latest version is ABAP Object and supports object-oriented programming. SAP will run applications written using ABAP/4, the earlier ABAP version, as well as applications using ABAP Objects. Modularization in ABAP: Modularization have a different Techniques. There are 1. Macros, 2. include files,

  2. 3. subroutines and 4. function Modules. Macro: it is mainly used within the program in which it is defined and it can be used in long calculations or complex write statements. If you want to reuse the same set of statements more than once in a program, you can include them in a macro. Include Programs: Include Programs doesnot have a parameter interface. It allow you to use the same source code in different programs. They can be useful if you have long data declarations that you want to use in different programs. Include programs must contain complete statements. Subroutines: subroutines have 2 sorts. They are 1.internal: Internal subroutines area unit outlined in same program and it will access all information objects declared within the main ABAP/4 program. 2.external: external subroutines area unit outlined outside the program. Nested calls area unit allowed in subroutines and algorithmic calls area unit potential.

More Related