SAP Reports / Programs

RN2LOADTBSSM SAP ABAP Report - Obsolete: Transfer Markers







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


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 RN2LOADTBSSM. "Basic submit
SUBMIT RN2LOADTBSSM AND RETURN. "Return to original report after report execution complete
SUBMIT RN2LOADTBSSM 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: 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


INCLUDES used within this REPORT RN2LOADTBSSM

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:

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.



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