WSUCSTAT 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 WSUCSTAT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
V_UC_7 - Incomplete SD Documents
V_UC - Incomplete SD Documents
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: WBSTK = D Goods movement status
Selection Text: VKORG = D Sales organization
Selection Text: VBTYP = D SD document category
Selection Text: VBELN = D SD document
Selection Text: UVWAK = D Post goods issue
Selection Text: UVVLK = D Delivery
Selection Text: UVPRS = D Pricing
Selection Text: UVPIK = D Picking
Selection Text: UVPAK = D Pack
Selection Text: UVFAK = D Billing document
Selection Text: UVALL = D general
Selection Text: TDID = D Text ID
Selection Text: TBNAM = D Tables
Selection Text: STATG = D Status group
Selection Text: POSNR = D Item
Selection Text: PARVW = D Partner function
Selection Text: LFGSK = D Overall dlv.status
Selection Text: GBSTK = D Overall status
Selection Text: FKSTK = D Billing status
Selection Text: FEHGR = D Incompletion procedure
Selection Text: FDNAM = D Field name
Selection Text: ERZET = D Time
Selection Text: ERNAM = D Created by
Selection Text: ERDAT = D Created on
Selection Text: AEDAT = D Changed on
Title: Selection of Incomplete SD Documents
Text Symbol: 060 = Doc. status
Text Symbol: 050 = General doc. data
Text Symbol: 040 = DocmtTypes
Text Symbol: 030 = Incomplete data
Text Symbol: 020 = Groups of incompletion status
Text Symbol: 010 = Incomplete w/regard to subsqt functn:
INCLUDE FV50UTYP.
INCLUDE RVDIREKT.
No SAP DATABASE tables are accessed within this REPORT code!
DDUT_DOMVALUES_GET call function 'DDUT_DOMVALUES_GET' exporting name = 'VBTYP' langu = sy-langu texts_only = ' ' tables dd07v_tab = lt_dd07v exceptions illegal_input = 1 others = 2.
REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' i_callback_program = call_programm i_callback_pf_status_set = 'LV_STATUS_SET' i_callback_user_command = 'LV_USER_COMMAND' is_layout = lv_layout it_fieldcat = lv_t_fieldcat * IT_EXCLUDING = it_special_groups = lv_t_special_groups * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' i_save = 'A' is_variant = lv_variant * IT_EVENTS = it_event_exit = lv_t_event_exit i_tabname_header = 'XLISTH' i_tabname_item = 'XLISTP' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = lv_keyinfo * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab_header = xlisth t_outtab_item = xlistp exceptions program_error = 1 others = 2.
RV_CALL_CHANGE_TRANSACTION call function 'RV_CALL_CHANGE_TRANSACTION' exporting * BUKRS = ' ' * FCODE = ' ' * GJAHR = '0000' * LGNUM = ' ' * POSNR = '000000' vbeln = xlisth-vbeln vbtyp = xlisth-vbtyp exceptions others = 0.
RV_CALL_DISPLAY_TRANSACTION call function 'RV_CALL_DISPLAY_TRANSACTION' exporting * BUKRS = ' ' * FCODE = ' ' * GJAHR = '0000' * LGNUM = ' ' * POSNR = '000000' vbeln = xlisth-vbeln aufnr = vbak-aufnr vbtyp = xlisth-vbtyp exceptions others = 0.
HELP_DOCU_SHOW_FOR_FIELD call function 'HELP_DOCU_SHOW_FOR_FIELD' exporting * DISPLAY = ' ' fieldname = xlistp-fdnam * FIELDVALUE = ' ' * KEYWORD = ' ' tabname = xlistp-tbnam help_in_popup = 'X' exceptions others = 0.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = call_programm i_internal_tabname = 'XLISTH' i_structure_name = 'VBUK' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = changing ct_fieldcat = da_fieldcat exceptions inconsistent_interface = 1 program_error = 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.
WSUCSTAT - Selection of Incomplete SD Documents WSUCSTAT - Selection of Incomplete SD Documents WSUBST_SWITCHDAT_REORG - Reorganization of Table for Switchover Information WSUBST_SWITCHDAT_REORG - Reorganization of Table for Switchover Information WSUBST_CONSTANTS - WSUBSTCONSTANTS WSTR_SAPDBILM - Implement store groups for Purchasing