SAP Reports / Programs

RSISW_GEN_CLASS_FROM_FILE SAP ABAP Report - Program RSISW_TEST_GEN_FROM_FILE







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSISW_GEN_CLASS_FROM_FILE. "Basic submit
SUBMIT RSISW_GEN_CLASS_FROM_FILE AND RETURN. "Return to original report after report execution complete
SUBMIT RSISW_GEN_CLASS_FROM_FILE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RSISW_TEST_GEN_FROM_FILE


INCLUDES used within this REPORT RSISW_GEN_CLASS_FROM_FILE

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSISW_GEN_CLASS_FROM_FILE or its description.