PULOAN_RESOLVE_ERRORIN4 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 PULOAN_RESOLVE_ERRORIN4 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 PULOAN_RESOLVE_ERRORIN4
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_GLB_MEMORY_REFRESH CALL FUNCTION 'BAL_GLB_MEMORY_REFRESH' EXCEPTIONS not_authorized = 1 OTHERS = 2.
BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = gs_log_filter IMPORTING e_t_log_header = gt_log_header EXCEPTIONS OTHERS = 0.
BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = gt_log_header "gt_log_header_final EXCEPTIONS OTHERS = 0.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = gs_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = gs_display_profile EXCEPTIONS OTHERS = 1.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr infty = c_0001 begda = sy-datum endda = sy-datum TABLES infty_tab = lt_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PULOAN_RESOLVE_ERRORIN4 - Include PULOAN_RESOLVE_ERRORIN4 PULOAN_RESOLVE_ERRORIN3 - Include PULOAN_RESOLVE_ERRORIN3 PULOAN_RESOLVE_ERRORIN2 - Include PULOAN_RESOLVE_ERRORIN2 PULOAN_RESOLVE_ERRORIN1 - Include PULOAN_RESOLVE_ERRORIN1 PULOAN_REQ_ESSIN7 - Include PULOAN_REQ_ESSIN7 PULOAN_REQ_ESSIN6 - Include PULOAN_REQ_ESSIN6