RTEM_VERSION_CREATE 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_VERSION_CREATE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TEM15 - Generate Version
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: SO_TRCAT = D .
Selection Text: SO_SIGN = D .
Selection Text: SO_PLAYE = D .
Selection Text: SO_PLAPE = D .
Selection Text: SO_LGSYS = D .
Selection Text: SO_FCURR = D .
Selection Text: SO_EXPOR = D .
Selection Text: SO_EXPID = D .
Selection Text: SO_COMCO = D .
Selection Text: SO_CNTRY = D .
Selection Text: P_VARI = D .
Selection Text: P_PRDT = D .
Selection Text: P_PLPR = D .
Selection Text: SO_ATT06 = Attribute 06
Selection Text: SO_ATT05 = Attribute 05
Selection Text: SO_ATT04 = Attribute 04
Selection Text: SO_ATT03 = Attribute 03
Selection Text: SO_ATT02 = Attribute 02
Selection Text: SO_ATT01 = Attribute 01
Selection Text: RB_PLPR = Access Using Planning Profile
Selection Text: RB_FREE = Entry Only
Selection Text: RB_ATTR = Access Using Attributes
Selection Text: P_RELS2 = Display Released Exposures
Selection Text: P_RELS = Display Released Exposures
Title: Generate Version
Text Symbol: 010 = Attribute
Text Symbol: 009 = Key
Text Symbol: 008 = List Display
Text Symbol: 007 = Entry Only
Text Symbol: 006 = Planning Profile
Text Symbol: 005 = Maintenance and New Entry Possible
Text Symbol: 004 = Currency
Text Symbol: 003 = Accrual/Deferral
Text Symbol: 002 = Free Attributes
Text Symbol: 001 = Attributes
INCLUDE RTEM_RAW_EXPOSURE_SEL01.
INCLUDE RTEM_RAW_EXPOSURE_MAINTAIN_F01.
No SAP DATABASE tables are accessed within this REPORT code!
TEM_ALV_VARIANT_F4 CALL FUNCTION 'TEM_ALV_VARIANT_F4' EXPORTING im_alv_variant = l_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 = l_con_progname CHANGING ch_str_variant = l_str_variant.
TEM_EXPOSURE_AUTHORITY_CHECK CALL FUNCTION 'TEM_EXPOSURE_AUTHORITY_CHECK' EXPORTING im_origin = temco_origin_raw_exposure im_activity = temco_activity_display im_companycode = so_comco[] im_country = so_cntry[] im_transaction_cat = so_trcat[] EXCEPTIONS authority_missing = 1 OTHERS = 2.
TEM_FILL_EXPOSURE_TEXTS CALL FUNCTION 'TEM_FILL_EXPOSURE_TEXTS' EXPORTING im_expos_attributes = l_expos_attributes im_processing_state = l_wrk_raw_exposure-processing_state IMPORTING ex_attribute_texts = l_attribute_texts ex_processing_state_t = l_wrk_rawexpos_ui-processing_state_t.
TEM_RAW_EXPOSURE_MAINTAIN_UI CALL FUNCTION 'TEM_RAW_EXPOSURE_MAINTAIN_UI' EXPORTING im_mode = temco_ui_mode_version_create im_tab_rawexpos_ui = l_tab_rawexpos_ui im_tab_irrelevant_field = l_tab_irrel_field im_planning_profile = p_plpr im_version_date = p_prdt im_variant = l_str_variant im_protocol_handler = l_protocol_handler.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTEM_VERSION_CREATE - Generate Version RTEM_VERSION_CREATE - Generate Version RTEM_VERSEXPOS_REMOVE - Deletes Expired Versioned Exposures from Versions RTEM_VERSEXPOS_REMOVE - Deletes Expired Versioned Exposures from Versions RTEM_RAW_EXPOSURE_SEL01 - RTEMRAWEXPOSURESEL01 RTEM_RAW_EXPOSURE_MAINTAIN_F01 - Include RTEM_RAW_EXPOSURE_MAINTAIN_F01