RSISW_GEN_CLASS_FROM_FILE 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 RSISW_GEN_CLASS_FROM_FILE 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: Program RSISW_TEST_GEN_FROM_FILE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSS_SYSTEM_GET_UNIQUE_ID call function 'RSS_SYSTEM_GET_UNIQUE_ID' importing e_uni_idc25 = g_uni_idc25.
RSS_PROGRAM_INSERT call function 'RSS_PROGRAM_INSERT' exporting i_uni_idc25 = g_uni_idc25 i_program_class = g_program_class * I_CLIENT = SY-MANDT * I_PROGRAM_TITLE = * I_ADIR_DEVCLASS = * I_RDIR_APPL = * I_RDIR_CLAS = * I_RDIR_LDBNAME = * I_RDIR_SECU = * I_RDIR_TYPE = * I_RDIR_FIXPT = RSSG_C_TRUE i_uccheck = rssg_c_true i_t_code = gt_code[] * I_T_WIDECODE = i_no_syntax_check = rssg_c_true * I_NO_PRETTY_PRINTER = RSSG_C_FALSE * I_DB_COMMIT = RSSG_C_FALSE * I_BUFFERED = RSSG_C_FALSE * I_TX_TEXTPOOL = i_program_name = g_class * IMPORTING * E_UNI_IDC25 = ID25 * E_NEW = * E_PROGRAM_NAME = exceptions invalid_unique_id = 1 invalid_program_class = 2 invalid_input = 3 syntax_error = 4 insert_error = 5 others = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSISW_GEN_CLASS_FROM_FILE - Program RSISW_TEST_GEN_FROM_FILE RSISW_GEN_CLASS_FROM_FILE - Program RSISW_TEST_GEN_FROM_FILE RSISW_DOWNLOAD_CLASS_TO_FILE - Program RSISW_TEST_GEN_FROM_FILE RSISW_DOWNLOAD_CLASS_TO_FILE - Program RSISW_TEST_GEN_FROM_FILE RSISW_DELETE_STRUCTURE - Deleting the Generated Types RSISW_DELETE_STRUCTURE - Deleting the Generated Types