RSD_NEW_TEXT_FIELDS 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 RSD_NEW_TEXT_FIELDS 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: Initialization of new fields of text table for already existing data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_FLUSH_LOG call function 'TR_FLUSH_LOG' exceptions others = 1.
RSD_IOBJ_MULTI_GET call function 'RSD_IOBJ_MULTI_GET' exporting i_read_all = rs_c_false i_objvers = rs_c_objvers-active i_bypass_buffer = rs_c_false importing e_t_viobj = l_t_viobj exceptions illegal_input = 1 others = 2.
TR_APPEND_LOG * call function 'TR_APPEND_LOG' endif.
RSDG_IOBJ_MULTI_ACTIVATE call function 'RSDG_IOBJ_MULTI_ACTIVATE' exporting i_objvers = rs_c_objvers-active * I_WITH_ENQUEUE = RS_C_FALSE * I_WITH_PROTECTED = RS_C_FALSE * I_MANUAL = RS_C_TRUE * I_SET_TIME_STAMP = RS_C_TRUE * I_WRITE_PROTOCOL = RS_C_TRUE i_t_iobjnm = l_t_iobjnm * IMPORTING * E_T_MSG = * E_T_TABLNM_CNV = * E_SUBRC = exceptions others = 1.
RSDG_ROUTINES_PROGRAM_GET call function 'RSDG_ROUTINES_PROGRAM_GET' exporting i_chabasnm = l_s_viobj-chabasnm i_dbroutid = l_s_viobj-dbroutid importing e_program_name = l_program_name exceptions unknown_iobj = 1 get_program_error = 2 template_not_found = 3 template_syntax_error = 4 program_syntax_error = 5 no_dbroutid_found = 6 name_unknown = 7 others = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSD_NEW_TEXT_FIELDS - Initialization of new fields of text table for already existing data RSD_NEW_TEXT_FIELDS - Initialization of new fields of text table for already existing data RSD_MEGA_TENANCY_TABLE_CLASS - Classification of BI Tables for Mega Tenancy RSD_MEGA_TENANCY_TABLE_CLASS - Classification of BI Tables for Mega Tenancy RSD_MAPPING_FOR_DS_FIND - Suggestions for InfoObjects for DataSource Fields RSD_MAPPING_FOR_DS_FIND - Suggestions for InfoObjects for DataSource Fields