IHC_UTIL_COCKPIT_LOCAL_CLASS 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 IHC_UTIL_COCKPIT_LOCAL_CLASS 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: Include IHC_UTIL_COCKPIT_LOCAL_CLASS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IHC_UTIL_CHK_USR_AUTH_FOR_POST CALL FUNCTION 'IHC_UTIL_CHK_USR_AUTH_FOR_POST' EXPORTING i_user = sy-uname IMPORTING e_ind_no_auth = l_ind_no_auth.
COMPLEX_SELECTIONS_DIALOG CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG' EXPORTING TEXT = l_text SIGNED = l_sign EXCLUDED_OPTIONS = ls_ex_options DESCRIPTION = ls_ddic_info TABLES RANGE = lw_selection-selopt_t EXCEPTIONS NO_RANGE_TAB = 1 CANCELLED = 2 INTERNAL_ERROR = 3 INVALID_FIELDNAME = 4 OTHERS = 5.
IHC_UTIL_CHK_USR_AUTH_FOR_POST CALL FUNCTION 'IHC_UTIL_CHK_USR_AUTH_FOR_POST' EXPORTING i_user = sy-uname IMPORTING e_ind_no_auth = l_ind_no_auth.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IHC_UTIL_COCKPIT_LOCAL_CLASS - Include IHC_UTIL_COCKPIT_LOCAL_CLASS IHC_UTIL_COCKPIT_GLOBAL - Include IHC_UTIL_COCKPIT_GLOBAL IHC_UTIL_COCKPIT_EXTERNAL - IHCUTILCOCKPITEXTERNAL IHC_UTIL_COCKPIT_CONSTANTS - IHCUTILCOCKPITCONSTANTS IHC_UTIL_COCKPIT - Initial Screen: IHC Payment Order IHC_UTIL_COCKPIT - Initial Screen: IHC Payment Order