FOPC_AS_REORG_STATUS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use the selection options to select a case and check whether all statuses listed for this case are consistent...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FOPC_AS_REORG_STATUS 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: CASE_CAT = D .
Selection Text: CASE_ID = D .
Selection Text: CASE_REF = D .
Selection Text: CASE_TYP = D .
Selection Text: ORGUNIT = D .
Selection Text: P_YEAR = D .
Title: Check Consistency of Case Statuses
Text Symbol: 010 = Yes
Text Symbol: 011 = No
Text Symbol: 012 = Delete?
Text Symbol: G01 = Cases being read
Text Symbol: G02 = Attributes for &NR& cases being read
Text Symbol: TA1 = Organizational Unit
Text Symbol: TA2 = Case Key
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log EXCEPTIONS OTHERS = 1.
BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = l_s_display_profile exceptions others = 1.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_bal_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 0 text = text-g01.
FOPC_CASE_TYPE_CATEGORY_BUILD call function 'FOPC_CASE_TYPE_CATEGORY_BUILD' exporting i_type = case_typ i_category = case_cat importing et_type = lt_case_type et_category = lt_case_cat.
FOPC_CASE_EXT_REF_BUILD call function 'FOPC_CASE_EXT_REF_BUILD' exporting is_hrorg = ls_hrorg importing et_ext_ref = lt_ext_ref_temp.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 20 text = l_indicator.
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_AS_REORG_STATUS - Check Consistency of Case Statuses FOPC_AS_REORG_STATUS - Check Consistency of Case Statuses FOPC_AS_REORG_RELATION - Check and Repair Relationships Between Cases FOPC_AS_REORG_RELATION - Check and Repair Relationships Between Cases FOPC_AS_REORGTOP - TOP FOPC_AS_REORGO01 - PBO