RN2_LICENCE_NEW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for License Key for 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 RN2_LICENCE_NEW into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
N2LIZENZ - i.s.h.med: License Management
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: License Management
Text Symbol: U12 = Valid Until
Text Symbol: U11 = License Key
Text Symbol: U10 = Sales Description
Text Symbol: P05 = No
Text Symbol: P04 = Yes
Text Symbol: P03 = License Information
Text Symbol: P02 = Data is not saved
Text Symbol: P01 = Should data be saved?
Text Symbol: M04 = IS-H Release:
Text Symbol: M03 = Institution:
Text Symbol: M02 = Client:
Text Symbol: M01 = Installation Number:
Text Symbol: M00 = System:
Text Symbol: K01 = Correct License For
Text Symbol: H13 = is to be requested.
Text Symbol: H12 = Select the packages for which a license
Text Symbol: H11 = as this mail will be automatically processed.
Text Symbol: H10 = Do not change the format of the request
Text Symbol: H09 = enter it here.
Text Symbol: H08 = If you wish the reply to be sent to a different address,
Text Symbol: H07 = Reply To:
Text Symbol: H06 = Request License Key
Text Symbol: H05 = Re:
Text Symbol: H04 = [email protected]
Text Symbol: H03 = To:
Text Symbol: H02 = and send them in an e-mail.
Text Symbol: H01 = Copy the following entries
Text Symbol: E09 = Error While Creating the Dialog Box
Text Symbol: E08 = Error While Generating Dialog Box
Text Symbol: E05 = for the logon language
Text Symbol: E04 = Unknown Institution
Text Symbol: E03 = Internal Error Table N2LIZENZ
Text Symbol: E02 = Without Institution, No License Management
Text Symbol: E01 = for all languages
Text Symbol: E00 = No IS-H Version Installed
Text Symbol: C01 = Current Key:
Text Symbol: B01 = up to:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SLIC_GET_LICENCE_NUMBER CALL FUNCTION 'SLIC_GET_LICENCE_NUMBER' IMPORTING license_number = g_licence_number.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_log_handle IMPORTING e_log_handle = g_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = g_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg * I_LOG_HANDLE = EXCEPTIONS log_not_found = 0 OTHERS = 1.
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = 'Lizenzinformation'(p03) start_column = c_10 start_row = c_03 text_object = 'ISHMED_LICENSE' * HELP_MODAL = 'X' * IMPORTING * CANCELLED = EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-p02 * DIAGNOSE_OBJECT = ' ' text_question = text-p01 text_button_1 = 'Ja'(p04) icon_button_1 = 'ICON_CHECKED' text_button_2 = 'Nein'(p05) icon_button_2 = 'ICON_INCOMPLETE' default_button = '1' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = p_exit_flag.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2_LICENCE_NEW - License Management RN2_LICENCE_NEW - License Management RN2_LEISTUNG_AUFGABEN - Assignment of Tasks to Services (Table N1LAUF) RN2_LEISTUNG_AUFGABEN - Assignment of Tasks to Services (Table N1LAUF) RN2_LEISTUNGSKENNZEICHEN - Medical and Radiology Indicator for Change Service RN2_LEISTUNGSKENNZEICHEN - Medical and Radiology Indicator for Change Service