ICL_CF_PAY_CLASSES1 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 ICL_CF_PAY_CLASSES1 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICL_PAYMENT_GET CALL FUNCTION 'ICL_PAYMENT_GET' TABLES t_payov = lt_payov EXCEPTIONS not_found = 1 invalid_param = 2 OTHERS = 3.
ICL_EXCEPTION_MESSAGE_SEND CALL FUNCTION 'ICL_EXCEPTION_MESSAGE_SEND'.
ICL_PAYMENT_SET CALL FUNCTION 'ICL_PAYMENT_SET' TABLES t_payov = lt_payov CHANGING c_payhd = ls_payhd.
BUS_MESSAGE_STORE CALL FUNCTION 'BUS_MESSAGE_STORE' EXPORTING arbgb = 'ICL_CF' msgty = 'E' txtnr = '127'.
BUS_SCREEN_CALL * CALL FUNCTION 'BUS_SCREEN_CALL' * EXPORTING * i_action = '2' * i_dynid = 'ICLF20' * i_vartp = 'ICLF51' ** i_varnr = 'CF51' * i_posnr = '0000001' * i_sicht_start = 'ICLF50'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.