SAP Managed Tags: ABAP Development Hi, A function module is a subroutine with the corresponding function that is centrally stored in the Function Library of the SAP system. Each function module has an interface
SAP Managed Tags: ABAP Development hi, GET PERNR GET is an Event which is related to the processing of Logical DataBase. This event While Triggered Collects the Data of Employee NUmber from the Logical Datbase. GET will work with PUT Keyword in the LDB. There is a Subroutine written in...
.In the subroutine : : l_cellcolor_tab TYPE lvc_s_scol, Structure for cell coloring _cellcolor_tab TYPE lvc_t_scol, Table for cell coloring _color TYPE lvc_s_colo. ALV control: Color coding a structure for the cell coloring. ...
You can use function module CURRENCY_AMOUNT_SAP_TO_IDOC for this conversion; it performs a suitable currency amount conversion for IDocs. We recommend that you encapsulate the code in a subroutine <SEGMENT-TYP>_CURRENCY_SAP_TO_IDOC. Replacing SAP Codes With ISO Codes There are ISO codes for...
you can either call a subroutine that is part of the same program or an external subroutine that is one that belongs to a different program. Types of Subroutines A. Internal Subroutines: The source code of the internal subroutines will be in the same ABAP/4 program as the calling procedure...
Function modules are special external subroutine stored in a central library. The R/3 system provides numerous predefined functin modules that you can call from your ABAP/4 programs. The function modules have global presence and can return value.+ . Which i...