RTPM_TRQ_POS_DIV is a standard ABAP INCLUDE 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 RTPM_TRQ_POS_DIV 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.
Title: Diverse Hilfsroutinen
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'TPM_QUAN_POS_CAT' TABLES dd07v_tab = g_tab_quan_pos_cat EXCEPTIONS illegal_input = 1 OTHERS = 2.
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'TPM_CONSUMPTION_CAT' TABLES dd07v_tab = g_tab_consumpt_cat EXCEPTIONS illegal_input = 1 OTHERS = 2.
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'TPM_QTY_PM_CAT' TABLES dd07v_tab = g_tab_quant_cat EXCEPTIONS illegal_input = 1 OTHERS = 2.
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'T_RKONDGR' TABLES dd07v_tab = g_tab_direction EXCEPTIONS illegal_input = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_alv_repid i_grid_title = text-106 is_layout = g_alv_layout it_fieldcat = gpa_tab_alv_fieldcat it_events = gpa_tab_alv_event is_variant = l_variant i_save = 'A' TABLES t_outtab = g_tab_pos_assig.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_alv_repid i_grid_title = text-105 is_layout = g_alv_layout it_fieldcat = gla_tab_alv_fieldcat it_events = gla_tab_alv_event is_variant = l_variant i_save = 'A' TABLES t_outtab = g_tab_lot_assig.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTPM_TRQ_POS_DIV - Diverse Hilfsroutinen RTPM_TRQ_POS_ALV - Formroutinen zur Initialisierung des ALV Gridcontrols RTPM_TRQ_POSITION_REPAIR_DIFF - Repair Program for Non-Unique TRQ Selectors RTPM_TRQ_POSITION_REPAIR_DIFF - Repair Program for Non-Unique TRQ Selectors RTPM_TRQ_FLOWGROUP_REPAIR - Correction Program TRQ: Enter Transfer Group in Flow Groups RTPM_TRQ_FLOWGROUP_REPAIR - Correction Program TRQ: Enter Transfer Group in Flow Groups