RS_D021S_RES_CLEAN 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_D021S_RES_CLEAN 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.
Title: Screens With Illegal Characters in D021S_RES1 and D021S_RES2
Text Symbol: 205 = Extent of repair (by saving/ generating screen)
Text Symbol: 203 = Function group
Text Symbol: 202 = Program
Text Symbol: 201 = Additional selection
Text Symbol: 199 = Selection conditions for screens
Text Symbol: 102 = System:
Text Symbol: 101 = Date :
Text Symbol: 100 = Page:
Text Symbol: 096 = Include into Command file
Text Symbol: 095 = Command file
Text Symbol: 092 = Repair all selected dynpros
Text Symbol: 091 = Repair only dynpros in original system
Text Symbol: 090 = Only check, no repair
Text Symbol: 084 = Positions of illegal characters
Text Symbol: 083 = Field name
Text Symbol: 082 = Orig
Text Symbol: 081 = Scr.
Text Symbol: 080 = Program
Text Symbol: 078 = With test packages
Text Symbol: 077 = Only dynpros in original system
Text Symbol: 076 = Only serious violations
Text Symbol: 075 = With selection screens
Text Symbol: 074 = Screen number
Text Symbol: 073 = Program or function group
Text Symbol: 071 = Package
Text Symbol: 070 = Selection parameters:
Text Symbol: 050 = S u m m a r y
Text Symbol: 040 = B r i e f o v e r v i e w
Text Symbol: 030 = No screens exist with illegal characters..
Text Symbol: 023 = Number of screens with enqueue- or generation errors:
Text Symbol: 022 = E r r o r l o g (enqueue problems or syntax errors in screen)
Text Symbol: 021 = R E S a r e a s s u c c e s s f u l l y r e p a i r e d
Text Symbol: 020 = D e t a i l e d O v e r v i e w
Text Symbol: 019 = Number of repaired (saved) screens:
Text Symbol: 017 = Number of dynprofields with errornous RES1/2
Text Symbol: 016 = - of these with illegal characters
Text Symbol: 015 = No. of screens searched:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_PROGNAME_SPLIT CALL FUNCTION 'RS_PROGNAME_SPLIT' EXPORTING progname_with_namespace = hprog IMPORTING namespace = l_namespace progname_without_namespace = l_name EXCEPTIONS delimiter_error = 1 OTHERS = 2.
RS_SCRP_CLEAN_FIELDLIST CALL FUNCTION 'RS_SCRP_CLEAN_FIELDLIST' EXPORTING ONLY_SERIOUS_ERRORS = onlyseri IMPORTING REPAIRED_FIELDS = repaired_fields ERROR_PROTOCOL = error_protocol CHANGING FIELDS_INT = fields[].
RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'MODIFY' object = hdynp object_class = 'DYNP' suppress_corr_check_altogether = 'X' * SUPPRESS_LANGUAGE_CHECK = 'X' suppress_language_dialog = 'X' suppress_upgrade_check = 'X' EXCEPTIONS enqueue_system_failure = 3 no_modify_permission = 6 no_show_permission = 7 permission_failure = 8 OTHERS = 10 .
RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'FREE' object = hdynp object_class = 'DYNP'.
TRINT_APPEND_COMM CALL FUNCTION 'TRINT_APPEND_COMM' EXPORTING wi_exclusive = 'X' wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_trkorr = trkorr TABLES wt_e071 = t_e071 wt_e071k = t_e071k EXCEPTIONS OTHERS = 1.
RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'FREE' object = hdynp object_class = 'DYNP'.
RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'FREE' object = hdynp object_class = 'DYNP'.
RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'FREE' object = hdynp object_class = 'DYNP'.
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_D021S_RES_CLEAN - Screens With Illegal Characters in D021S_RES1 and D021S_RES2 RS_D021S_RES_CLEAN - Screens With Illegal Characters in D021S_RES1 and D021S_RES2 RS_D020T_CLEAN - Entries in D020T for non-existent screens RS_D020T_CLEAN - Entries in D020T for non-existent screens RS_CUA_UPG_TITLE - CUA Sources (Table TITLE) : Upgrade from 3.1 to current release RS_CUA_UPG_TITLE - CUA Sources (Table TITLE) : Upgrade from 3.1 to current release