CRMWST_RESET_STATUS 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 CRMWST_RESET_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_ACT = Productive -> Active
Selection Text: P_OBJECT = D .
Selection Text: P_PROD = Active -> Productive
Title: Reset status of a level 1 object from PROD to ACT
Text Symbol: 001 = Reset status of level 1 Object
Text Symbol: 002 = Status invalid; current status:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRINT_ORDER_CHOICE CALL FUNCTION 'TRINT_ORDER_CHOICE' * EXPORTING * WI_SIMULATION = ' ' * WI_ORDER_TYPE = 'K' * WI_TASK_TYPE = 'S' * WI_CATEGORY = 'SYST' * WI_CLIENT = SY-MANDT * IV_TARSYSTEM = ' ' * WI_ORDER = ' ' * WI_E070 = * WI_SUPPRESS_DIALOG = ' ' * WI_CLI_DEP = ' ' * WI_REMOVE_LOCKS = 'X' * WI_DISPLAY_BUTTON = ' ' * WI_APPEND_TO_ORDER = ' ' * WI_APPEND_TO_FO = ' ' * IV_CURRENT_PROJECT = ' ' * IV_WARN_NOSTAND_TAR = ' ' IMPORTING we_order = lv_corrnum * WE_TASK = TABLES wt_e071 = lt_e071 wt_e071k = lt_e071k EXCEPTIONS no_correction_selected = 1 display_mode = 2 object_append_error = 3 recursive_call = 4 wrong_order_type = 5 OTHERS = 6 .
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = lx_wst_fault->if_t100_message~t100key-msgid msgty = lx_wst_fault->msgty msgv1 = lx_wst_fault->attr1 msgv2 = lx_wst_fault->attr2 msgv3 = lx_wst_fault->attr3 msgv4 = lx_wst_fault->attr4 txtnr = lx_wst_fault->if_t100_message~t100key-msgno zeile = '1' EXCEPTIONS message_type_not_valid = 1 not_active = 2 OTHERS = 3.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' "Transport created: &1 EXPORTING arbgb = 'CRMOST' msgty = 'I' msgv1 = lv_corrnum txtnr = 156 zeile = 999 EXCEPTIONS message_type_not_valid = 1 not_active = 2 OTHERS = 3.
TRINT_ORDER_CHOICE CALL FUNCTION 'TRINT_ORDER_CHOICE' * EXPORTING * WI_SIMULATION = ' ' * WI_ORDER_TYPE = 'K' * WI_TASK_TYPE = 'S' * WI_CATEGORY = 'SYST' * WI_CLIENT = SY-MANDT * IV_TARSYSTEM = ' ' * WI_ORDER = ' ' * WI_E070 = * WI_SUPPRESS_DIALOG = ' ' * WI_CLI_DEP = ' ' * WI_REMOVE_LOCKS = 'X' * WI_DISPLAY_BUTTON = ' ' * WI_APPEND_TO_ORDER = ' ' * WI_APPEND_TO_FO = ' ' * IV_CURRENT_PROJECT = ' ' * IV_WARN_NOSTAND_TAR = ' ' IMPORTING we_order = lv_corrnum * WE_TASK = TABLES wt_e071 = lt_e071 wt_e071k = lt_e071k EXCEPTIONS no_correction_selected = 1 display_mode = 2 object_append_error = 3 recursive_call = 4 wrong_order_type = 5 OTHERS = 6 .
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = lx_wst_fault->if_t100_message~t100key-msgid msgty = lx_wst_fault->msgty msgv1 = lx_wst_fault->attr1 msgv2 = lx_wst_fault->attr2 msgv3 = lx_wst_fault->attr3 msgv4 = lx_wst_fault->attr4 txtnr = lx_wst_fault->if_t100_message~t100key-msgno zeile = '1' EXCEPTIONS message_type_not_valid = 1 not_active = 2 OTHERS = 3.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' "Transport created: &1 EXPORTING arbgb = 'CRMOST' msgty = 'I' msgv1 = lv_corrnum txtnr = 156 zeile = 999 EXCEPTIONS message_type_not_valid = 1 not_active = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CRMWST_RESET_STATUS - Reset status of a level 1 object from PROD to ACT CRMWST_RESET_STATUS - Reset status of a level 1 object from PROD to ACT CRMWST_GET_APP_WS_STATUS_OBF01 - Include CRMWST_GET_APP_WS_STATUS_OBF01 CRMWST_GET_APP_WS_STATUS - Get Web Service Status of Component CRMWST_GET_APP_WS_STATUS - Get Web Service Status of Component CRMWST_CLEANUP_SHORT_NAMES - Cleanup table with short names (CRMOST_GEN_SNAME)