SAP Reports / Programs

CRMWST_RESET_STATUS SAP ABAP Report - Reset status of a level 1 object from PROD to ACT







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CRMWST_RESET_STATUS. "Basic submit
SUBMIT CRMWST_RESET_STATUS AND RETURN. "Return to original report after report execution complete
SUBMIT CRMWST_RESET_STATUS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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:


INCLUDES used within this REPORT CRMWST_RESET_STATUS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CRMWST_RESET_STATUS or its description.