RS_TEMPLATE_MASS_CHECK_70 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 RS_TEMPLATE_MASS_CHECK_70 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.
Web Template Conversion Results -...
Selection Text: B_DBIN = Input from Database
Selection Text: B_FILXS = Post filter by XSLT
Selection Text: B_FSLST = Output list of technical names
Selection Text: B_LTNIN = Input file of template names
Selection Text: B_MANFI = Manual Selection
Selection Text: B_PATFI = Pattern Filter
Selection Text: B_SEAFI = Filter via string search
Selection Text: P_FILP1 = XSLT Filter parameter 1
Selection Text: P_FILP2 = XSLT Filter parameter 2
Selection Text: P_FILP3 = XSLT Filter parameter 3
Selection Text: P_FILP4 = XSLT Filter parameter 4
Selection Text: P_FILXS = Filter-XSLT (SE80!->XSLT)
Selection Text: P_FNLST = Name of output list file
Selection Text: P_FNTLI = File input (list of names)
Selection Text: P_OBJVER = Object version(A,M,D)
Selection Text: P_PATNM = Pattern name
Selection Text: P_SEAFI = Filter Strings ( LOW,EQ[I,E] )
Selection Text: P_TYPE = Template Type(00,01)
Selection Text: S_LUSER = User (Last changed)
Selection Text: S_ROLES = Roles (Technical name)
Selection Text: S_TEMPL = Template name
Title: BEx Web Template Check
Text Symbol: RTF = Format
Text Symbol: LTN = List of Technical names
Text Symbol: FXS = Selection by Filter XSLT
Text Symbol: 001 = Template Selection
Text Symbol: 002 = Operation
Text Symbol: 005 = Input
Text Symbol: 020 = Final opportunity to exit. Will operate on the following templates (
Text Symbol: 021 = Processing result of the templates (
Text Symbol: 051 = You must select at least one entry
Text Symbol: 052 = Save to and from DB with no operation is not supported
Text Symbol: 053 = Could not download list file
Text Symbol: 054 = Check BW Web Templates. No =
Text Symbol: 057 = Enter at least one search string in lower part.
Text Symbol: 058 = You are not authorized. Please read note 710112.
Text Symbol: 060 = Nothing selected
INCLUDE ICONS.
No SAP DATABASE tables are accessed within this REPORT code!
RSSB_AUTHORITY_ADMWB_OBJECT CALL FUNCTION 'RSSB_AUTHORITY_ADMWB_OBJECT' EXPORTING i_admwbobj = l_admwbobj i_actvt = l_actvt EXCEPTIONS user_not_authorized = 1 OTHERS = 2.
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = i_file filetype = 'ASC' * HAS_FIELD_SEPARATOR = ' ' * HEADER_LENGTH = 0 read_by_line = 'X' * DAT_MODE = ' ' * CODEPAGE = ' ' * IGNORE_CERR = ABAP_TRUE * REPLACEMENT = '#' * CHECK_BOM = ' ' * IMPORTING * FILELENGTH = * HEADER = TABLES data_tab = l_t_tmpllist EXCEPTIONS file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 separator_not_allowed = 10 header_too_long = 11 unknown_dp_error = 12 access_denied = 13 dp_out_of_memory = 14 disk_full = 15 dp_timeout = 16 OTHERS = 17 .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'RSDT_S_BTMP_INFO_PROCESSING' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = l_t_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 * OTHERS = 3 .
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_interface_check = 'X' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = l_prog i_callback_pf_status_set = 'ALV_SEL_STATUS' i_callback_user_command = 'ALV_SEL_CALLBACK' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' i_structure_name = 'RSDT_S_BTMP_INFO_PROCESSING' * I_BACKGROUND_ID = ' ' i_grid_title = 'Select your templates'(062) * I_GRID_SETTINGS = is_layout = l_s_layout it_fieldcat = l_t_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = IMPORTING e_exit_caused_by_caller = l_c1 es_exit_caused_by_user = l_c2 TABLES t_outtab = g_t_templateinfos EXCEPTIONS program_error = 1 * OTHERS = 2 .
RSWEB_BCT3X_REGENERATE_PATTERN * CALL FUNCTION 'RSWEB_BCT3X_REGENERATE_PATTERN' * CHANGING * c_s_templateinfo = c_s_templateinfo * c_templatesource = c_src * EXCEPTIONS *' no_pattern = 1 * xslt_failure = 2 * xslt_missing = 3 * OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_TEMPLATE_MASS_CHECK_70 - BEx Web Template Check RS_TEMPLATE_MASS_CHECK_70 - BEx Web Template Check RS_TEMPLATE_MASS_ALTER_70 - Web Template Mass Maintenance/Conversion RS_TEMPLATE_MASS_ALTER_70 - Web Template Mass Maintenance/Conversion RS_TEMPLATE_MASS_ALTER - Web Template Mass Maintenance/Conversion RS_TEMPLATE_MASS_ALTER - Web Template Mass Maintenance/Conversion