FOPC_CHECK_HRP1810 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 FOPC_CHECK_HRP1810 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.
Selection Text: P_TF = D .
Selection Text: P_YEAR = D .
Title: Program Checks Data Records of Infotype HRP1810
Text Symbol: 001 = Object Type
Text Symbol: 002 = Object ID
Text Symbol: 003 = Risk ID
Text Symbol: 004 = Control Obj. ID
Text Symbol: 005 = Correct this data record
Text Symbol: 006 = Description
Text Symbol: 007 = Check is completed
Text Symbol: 008 = Control type is incorrect
Text Symbol: 009 = Control type is incorrect, should be empty
Text Symbol: 010 = Control Type
Text Symbol: 011 = Cntrl Objective Cat.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_READ_INFTY call function 'RH_READ_INFTY' exporting authority = space with_stru_auth = space plvar = l_plvar infty = '1810' begda = l_begda endda = l_endda tables innnn = lt_1810 exceptions nothing_found = 1 others = 6.
PATH_BUILD call function 'PATH_BUILD' importing path_id = l_path tables 77aw = lt_weg.
RH_STRUC_GET call function 'RH_STRUC_GET' exporting act_otype = 'MR' act_objid = ls_1810-risk_id act_wegid = l_path act_int_flag = abap_true act_plvar = l_plvar act_begda = l_begda act_endda = l_endda act_tflag = space authority_check = space tables result_struc = lt_struc exceptions no_entry_found = 1 others = 3.
RH_READ_INFTY call function 'RH_READ_INFTY' exporting authority = space with_stru_auth = space plvar = l_plvar infty = '1805' begda = l_begda endda = l_endda tables innnn = lt_1805 exceptions nothing_found = 1 others = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FOPC_CHECK_HRP1810 - Program Checks Data Records of Infotype HRP1810 FOPC_CHECK_HRP1810 - Program Checks Data Records of Infotype HRP1810 FOPC_CHECK_CONTROL_EXISTENCE - Report FOPC_CHECK_CONTROL_EXISTENCE FOPC_CHECK_CONTROL_EXISTENCE - Report FOPC_CHECK_CONTROL_EXISTENCE FOPC_CF_TEMP_CASES - Report FOPC_CF_TEMP_CASES FOPC_CF_TEMP_CASES - Report FOPC_CF_TEMP_CASES