RGUGLSNN is a standard ABAP INCLUDE 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 RGUGLSNN 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: Common Subroutines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_TEXT_FOR_CT_GET CALL FUNCTION 'G_TEXT_FOR_CT_GET' EXPORTING CT = T881-CURT1 IMPORTING TEXT_14 = CURT1_TEXT.
G_TEXT_FOR_CT_GET CALL FUNCTION 'G_TEXT_FOR_CT_GET' EXPORTING CT = T881-CURT2 IMPORTING TEXT_14 = CURT2_TEXT.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING FIELDNAME = FIELD_NAME TABLE = SI_TABLE TEXT_FLAG = 'X' IMPORTING FIELD_ATTR = FIELD_ATTR.
G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING TABLE = SI_TABLE NO_GLX_OBJ_PROCESSING = 'X' TEXT_FLAG = 'X' FTYPE = 'A'. "all fields.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING FIELD_ATTR = FIELD_TAB-FIELD_ATTR SUBRC = SUBRC.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING FIELD_ATTR = FIELD_TAB-FIELD_ATTR SUBRC = SUBRC.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = REPID TABLES SELECTION_TABLE = SELECTION_TABLE.
G_RW_SET_PFSTATUS CALL FUNCTION 'G_RW_SET_PFSTATUS' EXPORTING PF_STATUS = PFSTATUS TITLECODE = '101' TABLES EXCLUDED_FUNCTIONS = EXCLUDED.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.