SAPMOIJRDCL5 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter SAPMOIJRDCL5 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Methods of HTML text class LCL_HTML_TEXTS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIL_DATE_TO_CHAR * CALL FUNCTION 'OIL_DATE_TO_CHAR' * EXPORTING * I_DATE = G_PHYS_INV_DATE * IMPORTING * E_CHAR = L_DATECHAR.
OIL_ME_TIME_TO_CHAR * CALL FUNCTION 'OIL_ME_TIME_TO_CHAR' "changed from OIU_ME.. to OIL.. IS2ERP KH
OIJY_ROUND_DECIMALS * CALL FUNCTION 'OIJY_ROUND_DECIMALS' * EXPORTING * VALUE_IN = G_OIJRDHEAD-SAFETY * CONV_DEC = 0 * IMPORTING * VALUE_OUT = L_NODEC * EXCEPTIONS * NO_ROUNDING_REQUIRED = 0 * DECIMALS_GREATER_THAN_10 = 0 * ROUNDING_ERROR = 0 * OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPMOIJRDCL5 - Methods of HTML text class LCL_HTML_TEXTS SAPMOIJRDCL4 - Multiple selection grid event handlers SAPMOIJRDCL3 - ALV tree event receiver class Implementation SAPMOIJRDCL2 - HTML header & text classes - Event handler methods SAPMOIJRDCL1 - ALV grid Wrapper class & Grid event handler class Implementations SAPMOIJRDCD1 - Class Definitions