SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN1_ISHMED_USER_COUNT SAP ABAP Report - Number of i.s.h.med Users and Licenses







RN1_ISHMED_USER_COUNT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report determines the number of i...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 RN1_ISHMED_USER_COUNT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RN1_ISHMED_USER_COUN - Determine Number of i.s.h.med


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 RN1_ISHMED_USER_COUNT. "Basic submit
SUBMIT RN1_ISHMED_USER_COUNT AND RETURN. "Return to original report after report execution complete
SUBMIT RN1_ISHMED_USER_COUNT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_BIS = Selection Date
Selection Text: P_TABLE = Display Users
Title: Number of i.s.h.med Users and Licenses
Text Symbol: 025 = SAP Client Number:
Text Symbol: 026 = SAP_BASIS Release:
Text Symbol: 027 = i.s.h med Release:
Text Symbol: 028 = Database System:
Text Symbol: 029 = i.s.h med Level:
Text Symbol: 030 = Prod.
Text Symbol: 031 = Test
Text Symbol: 032 = Training
Text Symbol: 033 = Development
Text Symbol: 034 = Transfer of Survey Results to Siemens
Text Symbol: 035 = Do you want to transfer survey results to Siemens?
Text Symbol: 036 = Dispatch confirmation will be sent to the specified e-mail address.
Text Symbol: 037 = i.s.h.med Users + Licenses
Text Symbol: 038 = Dear Sir or Madam, Please find attached our assessment of i.s.h.med users and licenses.
Text Symbol: 039 = Kind regards,
Text Symbol: 040 = Installation Number:
Text Symbol: 041 = Licnse
Text Symbol: 042 = License Key
Text Symbol: 043 = Occupancy Management Installed
Text Symbol: 044 = Valid Fr.
Text Symbol: 045 = Valid To
Text Symbol: 001 = LastName
Text Symbol: 002 = Modul
Text Symbol: 003 = License Sales Description
Text Symbol: 004 = Inst.
Text Symbol: 005 = Institution
Text Symbol: 006 = User
Text Symbol: 007 = i.s.h.med Licenses
Text Symbol: 008 = No. of i.s.h.med Users:
Text Symbol: 009 = 1stName
Text Symbol: 010 = User Group
Text Symbol: 011 = i.s.h.med User
Text Symbol: 012 = Sender:
Text Symbol: 013 = Receiver:
Text Symbol: 014 = Siemens AG





Text Symbol: 015 = Healthcare Sector
Text Symbol: 016 = Customer Solutions Division
Text Symbol: 017 = Health Services
Text Symbol: 018 = H CX HS INT CRM
Text Symbol: 019 = Siemensdamm 50
Text Symbol: 020 = 13629 Berlin, Germany
Text Symbol: 021 = mailto:
Text Symbol: 022 = Selection Date:
Text Symbol: 023 = SAP SystemName:
Text Symbol: 024 = SAP Syst.Type:


INCLUDES used within this REPORT RN1_ISHMED_USER_COUNT

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:

SUSR_GET_USERS_WITH_SPEC_OBJCT CALL FUNCTION 'SUSR_GET_USERS_WITH_SPEC_OBJCT' EXPORTING object = l_obj_name TABLES users = lt_usref_t EXCEPTIONS parameter_error = 1 internal_error = 2 not_authorized_for_profile = 3 not_authorized_for_user = 4 OTHERS = 5.

VCM_GET_MEAS_DATA CALL FUNCTION 'VCM_GET_MEAS_DATA' TABLES tt_data = lt_system_data EXCEPTIONS OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Übertragung der Ergebnisse der Vermessung an Siemens'(034) * DIAGNOSE_OBJECT = ' ' text_question = l_text * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' display_cancel_button = abap_false * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = POPUP_TYPE * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = l_answer * TABLES * PARAMETER = PARAMETER * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2 .

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING no_dialog = 'X' IMPORTING out_parameters = ls_pripar out_archive_parameters = ls_arcpar EXCEPTIONS archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 OTHERS = 4.

CONVERT_ABAPSPOOLJOB_2_PDF CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF' EXPORTING src_spoolid = l_spoolid no_dialog = 'X' no_background = 'X' " MED-50198 Cip 19.03.2013 force the function to not create a spool job, in order to have the pdf data in code

SO_DOCUMENT_SEND_API1 CALL FUNCTION 'SO_DOCUMENT_SEND_API1' EXPORTING document_data = ls_doc_data put_in_outbox = 'X' sender_address = l_sender sender_address_type = 'INT' commit_work = 'X' TABLES packing_list = lt_packing_list contents_bin = lt_mess_att contents_txt = lt_message receivers = lt_receivers EXCEPTIONS too_many_receivers = 1 document_not_sent = 2 document_type_not_exist = 3 operation_no_authorization = 4 parameter_error = 5 x_error = 6 enqueue_error = 7 OTHERS = 8.



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 RN1_ISHMED_USER_COUNT or its description.