Field Catalog in SAP ALV
The field catalog is a table which contains information on the fields to be displayed on the ALV output.
The field catalog is a table which contains information on the fields to be displayed on the ALV output.
Subroutines are procedures that we define in an ABAP program and can be called from any program. Subroutines are normally called internally, i.e. called from the same program in which it is defined. But it is also possible to call a subroutine from an external program.
An ALV report is created using the standard function modules provided by SAP.
ALV stands for ABAP List Viewer. ALV gives us a standard List format and user interface to all our ABAP reports. ALV is created by a set of standard function modules provided by SAP.
The properties for the logo in SAP Easy Access is maintained in the table “SSM_CUST”.
Logo can be displayed in ABAP selection screen using HTML Viewer and Docking Container.
SMW0 is the tcode to upload the logo to SAP system.
Include programs allow you to use the same source code in different programs. They are mainly used for modularizing source code and have no parameter interface.
If we want to reuse the same set of statements more than once in a program, we can include them in a macro.
Modularization is breaking down a big program into smaller units, so that it is easy to maintain.
Copyright © 2024 | WordPress Theme by MH Themes