RNSSU01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report creates the totals file for the service statistics...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RNSSU01 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.
Selection Text: L1_KATKB = Catalog name (1)
Selection Text: L2_BEGDT = From (2)
Selection Text: L2_ENDDT = To (2)
Selection Text: L2_ERDAT = Date (2)
Selection Text: L2_ERUSR = Created by (2)
Selection Text: L2_ERZT = Time (2)
Selection Text: L2_KATID = Catalog (2)
Selection Text: L2_KATKB = Catalog name (2)
Selection Text: L3_BEGDT = From (3)
Selection Text: L3_ENDDT = To (3)
Selection Text: L3_ERDAT = Date (3)
Selection Text: L3_ERUSR = Created by (3)
Selection Text: L3_ERZT = Time (3)
Selection Text: L3_KATID = Catalog (3)
Selection Text: L3_KATKB = Catalog name (3)
Selection Text: L4_BEGDT = From (4)
Selection Text: L4_ENDDT = To (4)
Selection Text: L4_ERDAT = Date (4)
Selection Text: L4_ERUSR = Created by (4)
Selection Text: L4_ERZT = Time (4)
Selection Text: L4_KATID = Catalog (4)
Selection Text: L4_KATKB = Catalog name (4)
Selection Text: L5_BEGDT = From (5)
Selection Text: L5_ENDDT = To (5)
Selection Text: L5_ERDAT = Date (5)
Selection Text: L5_ERUSR = Created by (5)
Selection Text: L5_ERZT = Time (5)
Selection Text: L5_KATID = Catalog (5)
Selection Text: L5_KATKB = Catalog name (5)
Selection Text: L6_BEGDT = From (6)
Selection Text: L6_ENDDT = To (6)
Selection Text: L6_ERDAT = Date (6)
Selection Text: L6_ERUSR = Created by (6)
Selection Text: L6_ERZT = Time (6)
Selection Text: L6_KATID = Catalog (6)
Selection Text: L6_KATKB = Catalog name (6)
Selection Text: SE_EINRI = Institution
Selection Text: SE_KATID = Service Catalog
INCLUDE RNSSTABL.
INCLUDE RNSDAT00.
INCLUDE RNSSEINR.
INCLUDE RNSSINIT.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING REPID = REPID EINRI = SE_EINRI NO_MESSAGE = OFF MESSAGETYPE = 'E'.
ISH_PRINT_PROTOCOL CALL FUNCTION 'ISH_PRINT_PROTOCOL' EXPORTING LINE_SIZE = RNSTAT-LINE_SIZE MINUTES_TITLE = TEXT-FEH.
ISH_READ_ORGUNIT_SECTIONS CALL FUNCTION 'ISH_READ_ORGUNIT_SECTIONS' EXPORTING AUSBEGDT = AUSBEGDT AUSENDDT = AUSENDDT EINRI = SE_EINRI VERBEGDT = AUSBEGDT VERENDDT = AUSENDDT TABLES NORG_FOR_STATISTICS = $NORG TN10H_FOR_STATISTICS = $TN10H TNKFA_FOR_STATISTICS = $TNKFA TNKFH_FOR_STATISTICS = $TNKFH.
ISH_CONVERT_SERVICES CALL FUNCTION 'ISH_CONVERT_SERVICES' EXPORTING ABTAR = KATALOGE-KATID FKOMK = FKOMK SORT_FKOMP = SPACE UMS_ZOTYP = KATALOGE-ZUOTYP IMPORTING NOT_CONVERTED = NOT_CONVERTED TABLES FKOMP = FKOMP NCTAB = NCTAB.
ISH_GET_QUANTITY_SERVICES CALL FUNCTION 'ISH_GET_QUANTITY_SERVICES' EXPORTING BEGDT = FKOMP-BEGDT BEGZT = FKOMP-BEGZT EINRI = SE_EINRI ENDDT = FKOMP-ENDDT ENDZT = FKOMP-ENDZT FALNR = FKOMP-FALNR "PA 02.04.98
CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING DATE_EXTERNAL = AUS_DATUM IMPORTING DATE_INTERNAL = DATUM EXCEPTIONS OTHERS = 4.
CONVERT_DATE_INPUT * call function 'CONVERT_DATE_INPUT' * exporting * input = aus_datum * importing * output = datum * exceptions * others = 4.
CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING DATE_EXTERNAL = AUS_DATUM IMPORTING DATE_INTERNAL = DATUM EXCEPTIONS OTHERS = 4.
CONVERT_DATE_INPUT * call function 'CONVERT_DATE_INPUT' * exporting * input = aus_datum * importing * output = datum * exceptions * others = 4.
ENQUEUE_ENLSU CALL FUNCTION 'ENQUEUE_ENLSU' EXPORTING EINRI = SE_EINRI EXCEPTIONS OTHERS = 01.
DEQUEUE_ENLSU CALL FUNCTION 'DEQUEUE_ENLSU' EXPORTING EINRI = EINRI.
MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING COUNT = TAB_INDEX.
ISH_PRINT_PROTOCOL_BATCH CALL FUNCTION 'ISH_PRINT_PROTOCOL_BATCH' EXPORTING LINE_SIZE = RNSTAT-LINE_SIZE MINUTES_TITLE = TEXT-FEH REPID = RNSTAT-REPID NEW_SECTION = ON EXCEPTIONS NO_MESSAGES = 1.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING AUSBEGDT = AUSBEGDT AUSENDDT = AUSENDDT EINRI = SE_EINRI LINE_SIZE = RNSTAT-LINE_SIZE REPID = RNSTAT-REPID ULINE = OFF.
ISH_CHECK_FIELD_TYPE CALL FUNCTION 'ISH_CHECK_FIELD_TYPE' EXPORTING DECIMALPLACES = SPALTEN-SPKOM INPUT = NTSP-TWERT INPUT_TYPE = SPALTEN-SPTYP LENGTH = SPALTEN-SPLEN SCREEN_OR_DB = 'D' IMPORTING SCREEN = PUNKTE-TWERT EXCEPTIONS OTHERS = 04.
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 RNSSU01 or its description.
RNSSU01 - IS-H: Create Totals File for Service Statistics RNSSU01 - IS-H: Create Totals File for Service Statistics RNSSTABL - IS-H: Statistics - Table Definition RNSSSVER - IS-H: Statistics - Comparison Period Selection Screen RNSSSPBO - IS-H: Statistics - Selection Screen Output RNSSSPAI - IS-H: Statistics Selection Screen