SAP Reports / Programs

RTEM_ANALYZE SAP ABAP Report - Exposure Analysis







RTEM_ANALYZE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RTEM_ANALYZE 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

TEM20 - Exposure Analysis


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 RTEM_ANALYZE. "Basic submit
SUBMIT RTEM_ANALYZE AND RETURN. "Return to original report after report execution complete
SUBMIT RTEM_ANALYZE 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_REFV = Comparison Version
Selection Text: P_HDGMT = D .
Selection Text: P_PROF = D .
Selection Text: P_SCAL1 = D .
Selection Text: P_SCAL2 = D .
Selection Text: P_VALAR = D .
Selection Text: P_VARI = D .
Selection Text: P_VERS = D .
Selection Text: SO_PLAPE = D .
Selection Text: SO_PLAYE = D .
Title: Exposure Analysis
Text Symbol: DSP = Output Control
Text Symbol: EXP = Selection of Exposure
Text Symbol: OPT = Optional Entries
Text Symbol: SCL = Scaling Factor
Text Symbol: SEL = Selection of Version


INCLUDES used within this REPORT RTEM_ANALYZE

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:

TEM_GET_LAST_VERSION CALL FUNCTION 'TEM_GET_LAST_VERSION' EXPORTING im_profile_id = p_prof IMPORTING ex_version = p_vers.

TEM_ALV_VARIANT_F4 CALL FUNCTION 'TEM_ALV_VARIANT_F4' EXPORTING im_alv_variant = g_str_variant CHANGING ch_variant_value = p_vari.

TEM_ALV_VARIANT_CHECK CALL FUNCTION 'TEM_ALV_VARIANT_CHECK' EXPORTING im_variant_value = p_vari im_report = g_con_progname CHANGING ch_str_variant = g_str_variant.

TEM_VERSION_ANALYZE CALL FUNCTION 'TEM_VERSION_ANALYZE' EXPORTING im_profile_id = p_prof im_version_no = p_vers im_ref_version_no = p_refv im_valuation_area = p_valar im_flg_read_hdgmgt = p_hdgmt im_rng_planning_period = so_plape[] im_rng_planning_year = so_playe[] IMPORTING ex_tab_analysis = g_tab_analysis ex_ref_version_no = g_str_ref_version_head-version_no EXCEPTIONS failed = 1 foreign_lock = 2.

TEM_VERSION_UNLOCK CALL FUNCTION 'TEM_VERSION_UNLOCK' EXPORTING im_profile_id = p_prof im_version_no = p_vers.

TEM_DISPLAY_ANALYSIS CALL FUNCTION 'TEM_DISPLAY_ANALYSIS' EXPORTING im_tab_analyzed_exposure = g_tab_analysis im_tab_irrelevant_field = g_tab_irrel_field im_str_variant = g_str_variant im_str_profile_head = g_str_profile_head im_str_version_head = g_str_version_head im_str_ref_version_head = g_str_ref_version_head im_flg_read_hdgmgt = p_hdgmt im_scale_left = p_scal1 im_scale_right = p_scal2.

TEM_VERSION_UNLOCK CALL FUNCTION 'TEM_VERSION_UNLOCK' EXPORTING im_profile_id = p_prof im_version_no = p_vers.



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