FOPC_CUT_ORG_OBJECTS 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_CUT_ORG_OBJECTS 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_OBJID = ID of Org Unit
Selection Text: P_TEST = Test Run
Selection Text: P_DATE = D .
Title: Reduce Validity of Organization-Dependent Objects on Key Date
Text Symbol: 001 = Number of Assigned Processes
Text Symbol: 002 = Number of Assigned Management Controls
Text Symbol: 003 = Number of Assigned Management Controls (Process Groups)
Text Symbol: 004 = Number of Assigned Account Groups
Text Symbol: 005 = Error when determining account groups of organizational unit
Text Symbol: 006 = Error when determining management controls (process groups) of org unit
Text Symbol: 007 = Error when determining management controls of organizational unit
Text Symbol: 008 = Error when determining processes of organizational unit
Text Symbol: 009 = New Valid-To Date of Dependent Objects
Text Symbol: 010 = Organizational Unit
Text Symbol: 011 = Error when deleting an object
Text Symbol: 012 = Error when reducing the valid-to date of an object
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_OBJID_REQUEST call function 'RH_OBJID_REQUEST' exporting plvar = '01' otype = fopch_o seark = '*' importing sel_object = l_objec exceptions cancelled = 1 wrong_condition = 2 nothing_found = 3 internal_error = 4 illegal_mode = 5 others = 6.
RH_STRUC_GET_MULTIPLE_ROOTS call function 'RH_STRUC_GET_MULTIPLE_ROOTS' exporting act_wegid = 'MC_M0ST' act_plvar = '01' act_svect = '1' act_begda = l_date_plus1 act_endda = '99991231' act_tflag = 'X' act_vflag = 'X' act_sflag = 'X' act_recurs = ' ' act_text_buffer_fill = ' ' authority_check = ' ' buffer_mode = ' ' tables root_objects = lt_orgunits result_objec = lt_objec_process exceptions no_plvar_found = 1 no_entry_found = 2 path_not_found = 3 root_not_found = 4 others = 5.
RH_STRUC_GET_MULTIPLE_ROOTS call function 'RH_STRUC_GET_MULTIPLE_ROOTS' exporting act_wegid = 'MC_OM9M9' act_plvar = '01' act_svect = '1' act_begda = l_date_plus1 act_endda = '99991231' act_tflag = 'X' act_vflag = 'X' act_sflag = 'X' act_recurs = ' ' act_text_buffer_fill = ' ' authority_check = ' ' buffer_mode = ' ' tables root_objects = lt_orgunits result_objec = lt_objec_mgmt_o exceptions no_plvar_found = 1 no_entry_found = 2 path_not_found = 3 root_not_found = 4 others = 5.
RH_STRUC_GET call function 'RH_STRUC_GET' exporting act_otype = fopch_org_pr_group act_objid = l_objec-objid act_wegid = 'MC_M0M9' act_plvar = '01' act_begda = l_date_plus1 act_endda = '99991231' act_tflag = 'X' act_vflag = 'X' authority_check = space tables result_objec = lt_objec_mgmt_m0_part exceptions no_plvar_found = 1 no_entry_found = 2 others = 3.
RH_STRUC_GET_MULTIPLE_ROOTS call function 'RH_STRUC_GET_MULTIPLE_ROOTS' exporting act_wegid = 'MC_OM8' act_plvar = '01' act_svect = '1' act_begda = l_date_plus1 act_endda = '99991231' act_tflag = 'X' act_vflag = 'X' act_sflag = 'X' act_recurs = ' ' act_text_buffer_fill = ' ' authority_check = ' ' buffer_mode = ' ' tables root_objects = lt_orgunits result_objec = lt_objec_mgmt_m8 exceptions no_plvar_found = 1 no_entry_found = 2 path_not_found = 3 root_not_found = 4 others = 5.
RH_CUT_OBJECT call function 'RH_CUT_OBJECT' exporting gdate = p_date histo = 'X' gstat = '1' vtask = 'D' authy = space cut_dependents = 'X' tables i1000 = lt_p1000 exceptions error_during_cut = 1 no_authorization = 2 gdate_before_begda = 3 corr_exit = 4 others = 5.
RH_CUT_OBJECT call function 'RH_CUT_OBJECT' exporting gdate = p_date histo = 'X' gstat = '1' vtask = 'D' authy = space cut_dependents = 'X' tables i1000 = lt_p1000 exceptions error_during_cut = 1 no_authorization = 2 gdate_before_begda = 3 corr_exit = 4 others = 5.
RH_DELETE_OBJECT call function 'RH_DELETE_OBJECT' exporting vtask = 'D' commit_flg = 'X' authy = space tables del_objects = lt_del_objects exceptions error_during_delete = 1 no_authorization = 2 corr_exit = 3 buffer_upd_with_foreign_data = 4 others = 5.
RH_DELETE_OBJECT call function 'RH_DELETE_OBJECT' exporting vtask = 'D' commit_flg = 'X' authy = space tables del_objects = lt_del_objects exceptions error_during_delete = 1 no_authorization = 2 corr_exit = 3 buffer_upd_with_foreign_data = 4 others = 5.
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_CUT_ORG_OBJECTS - Reduce Validity of Organization-Dependent Objects on Key Date FOPC_CUT_ORG_OBJECTS - Reduce Validity of Organization-Dependent Objects on Key Date FOPC_CUT_ACCOUNT_GROUPS - Delimit Validity of Account Groups and Financial Statement Assertions FOPC_CUT_ACCOUNT_GROUPS - Delimit Validity of Account Groups and Financial Statement Assertions FOPC_CONSISTENCY_CHECK - Consistency Check on Validity Periods FOPC_CONSISTENCY_CHECK - Consistency Check on Validity Periods