RN2LOADTBSSM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transfer Text Modules from a Text File or TEXTBAUS...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 RN2LOADTBSSM 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: P_SET1 = D .
Selection Text: P_FILE = D .
Selection Text: P_EINRI = D .
Selection Text: P_FLAG5 = Overwrite
Selection Text: P_FLAG2 = SetID
Selection Text: P_FLAG1 = Institution
Title: Obsolete: Transfer Markers
Text Symbol: T01 = i.s.h.med: Transfer Markers
Text Symbol: M06 = Of Which Values (Total) :
Text Symbol: M05 = Non-Transferred Markers:
Text Symbol: M03 = Of Which Values (Total) :
Text Symbol: M02 = Transferred Markers:
Text Symbol: M01 = Transfer Markers from File:
Text Symbol: E06 = Report must run in the dialog
Text Symbol: E05 = No Markers Import File
Text Symbol: E01 = Unknown Institution
Text Symbol: 008 = Overwrite existing key for the markers?
Text Symbol: 007 = Files to Transfer
Text Symbol: 004 = SetID
Text Symbol: 003 = Institution
Text Symbol: 002 = Select a radio button for the assignment level
Text Symbol: 001 = Transfer Markers From PC
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_repid dynumb = '1001' * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' TABLES dynpfields = l_dynpfields.
ISH_N2_FILENAME_GET CALL FUNCTION 'ISH_N2_FILENAME_GET' EXPORTING ss_file_extension = '*' CHANGING ss_filename = p_file EXCEPTIONS selection_cancel = 1 OTHERS = 2.
ISH_N2_WRITE CALL FUNCTION 'ISH_N2_WRITE' EXPORTING i_title = 'i.s.h.med: Sprungmarken übernehmen'(t01)
ISH_N2_TBS_ADM_CHECK CALL FUNCTION 'ISH_N2_TBS_ADM_CHECK' EXPORTING ss_level = l_level ss_user = '' ss_orgdo = '' ss_orgfa = '' ss_einri = p_einri ss_setid = p_set1 EXCEPTIONS error = 1 OTHERS = 2.
ISH_N2_GUI_UPLOAD CALL FUNCTION 'ISH_N2_GUI_UPLOAD' EXPORTING ss_filename = p_file ss_filetype = 'ASC' IMPORTING ss_new_filename = p_file TABLES ss_data_tab = g_data_tab EXCEPTIONS cancel = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN2LOADTBSSM - Obsolete: Transfer Markers RN2LOADTBSSM - Obsolete: Transfer Markers RN2LOADTBS - Transfer Text Modules from TEXTBAUS.MDB (Obsolete) RN2LOADTBS - Transfer Text Modules from TEXTBAUS.MDB (Obsolete) RN2LN2HL - List Report OU Diagnosis Hit Lists RN2LN2HL - List Report OU Diagnosis Hit Lists