HTRI0772 is a standard Executable ABAP Report 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 HTRI0772 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!
WS_UPLOAD CALL FUNCTION 'WS_UPLOAD' EXPORTING filename = filename filetype = 'DAT' TABLES data_tab = record EXCEPTIONS conversion_error = 1 invalid_table_width = 2 invalid_type = 3 no_batch = 4 unknown_error = 5 OTHERS = 6.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = hlp_repid dynumb = sy-dynnr TABLES dynpfields = xdynpfields.
CONVERSION_EXIT_TRPER_INPUT CALL FUNCTION 'CONVERSION_EXIT_TRPER_INPUT' EXPORTING input = xdynpfields-fieldvalue IMPORTING output = monat.
POPUP_TO_SELECT_MONTH CALL FUNCTION 'POPUP_TO_SELECT_MONTH' EXPORTING actual_month = monat IMPORTING selected_month = monat return_code = returncode.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HTRI0772 - documentation and ABAP source code HTRI0772 - documentation and ABAP source code HTRDASC00 - Formatting schemas and personnel calculation rules HTRDASC00 - Formatting schemas and personnel calculation rules HTRCOSYB - RPRTCLG0: INCLUDE MEMBER for Tax Calculation - Great Britain HTRCOSYB - RPRTCLG0: INCLUDE MEMBER for Tax Calculation - Great Britain