RTPM_TRL_SHOW_POSITION_OLDF02 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_TRL_SHOW_POSITION_OLDF02 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: Include RTPM_TRL_SHOW_POSITION_VALF02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MASTER_DATA_READ_SEC_BUFFERED * CALL FUNCTION 'MASTER_DATA_READ_SEC_BUFFERED' * EXPORTING * i_ranl = c_wrk_position_value-security_id * IMPORTING * e_vwpanla = l_wrk_vwpanla.
SECURITY_LOAD ** CALL FUNCTION 'SECURITY_LOAD' ** EXPORTING ** i_ranl = c_wrk_position_value-security_id ** IMPORTING ** e_anla = l_wrk_vwpanla.
FVD_DB_VDARL_GET_SNG * CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' * EXPORTING * i_bukrs = c_wrk_position_value-company_code * i_sarchiv = space * i_ranl = c_wrk_position_value-loans_contract * IMPORTING * e_str_vdarl = l_wrk_vdarl.
DEALDATA_READ * CALL FUNCTION 'DEALDATA_READ' * EXPORTING * companycode = c_wrk_position_value-company_code * dealno = c_wrk_position_value-deal_number * IMPORTING * deal = l_wrk_vtbfha * EXCEPTIONS * OTHERS = 3.
BPAR_R_PARTNER_CHECK * CALL FUNCTION 'BPAR_R_PARTNER_CHECK' * EXPORTING * partner = l_partner * zgp = 'X' * IMPORTING * e_bus000 = l_wrk_bus000 * EXCEPTIONS * OTHERS = 4.
FTR_PARTNER_GET_TEXT * call function 'FTR_PARTNER_GET_TEXT' * exporting * pi_companycode = c_wrk_position_value-company_code * pi_partner_id = l_partner * importing * pe_partner_text = c_wrk_position_value-bpartner_name.
BUP_TB032T_SELECT_SINGLE * CALL FUNCTION 'BUP_TB032T_SELECT_SINGLE' * EXPORTING ** I_SPRAS = SY-LANGU * i_legal_org = c_wrk_position_value-legal_org ** I_XDINP = * IMPORTING * e_tb032t = l_wrk_tb032t * EXCEPTIONS * OTHERS = 2.
FSBP_READ_BP001 * CALL FUNCTION 'FSBP_READ_BP001' * EXPORTING * i_partner = l_partner ** I_RELEASE = ' ' ** I_READ_FROM_DB = ' ' ** I_DATE = SY-DATUM ** I_XMEMORY = ' ' ** I_XWA = ' ' * IMPORTING * E_BP001 = l_wrk_bp001 * EXCEPTIONS ** PARTNER = 1 ** PARTNER_NOT_RELEASED = 2 ** WRONG_PARAMETERS = 3 ** DATA_FOR_DATA_NOT_ACT = 4 * OTHERS = 5.
GET_DOMAENENTEXT * CALL FUNCTION 'GET_DOMAENENTEXT' * EXPORTING * dname = 'BP_BAL_FLG' * dvalue = dvalue * IMPORTING * dtext = dtext * EXCEPTIONS * OTHERS = 2.
BPAR_R_PERSON_OCCUPATION * CALL FUNCTION 'BPAR_R_PERSON_OCCUPATION' * EXPORTING * partner = l_partner * zgp = 'X' * TABLES * e_bp011 = l_tab_bp011.
BUP_TB024_SELECT_SINGLE * CALL FUNCTION 'BUP_TB024_SELECT_SINGLE' * EXPORTING ** I_SPRAS = SY-LANGU * i_ind_sector = c_wrk_position_value-ind_sector ** I_XDINP = * IMPORTING * e_tb024 = l_wrk_tb024 * EXCEPTIONS * OTHERS = 2.
MASTER_DATA_READ_SEC_BUFFERED CALL FUNCTION 'MASTER_DATA_READ_SEC_BUFFERED' EXPORTING i_ranl =
-security_id IMPORTING e_vwpanla = l_wrk_vwpanla.
FVD_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING i_bukrs =
-company_code i_sarchiv = space i_ranl = -loans_contract IMPORTING e_str_vdarl = l_wrk_vdarl.
DEALDATA_READ CALL FUNCTION 'DEALDATA_READ' EXPORTING companycode =
-company_code dealno = -deal_number IMPORTING deal = l_wrk_vtbfha EXCEPTIONS OTHERS = 3.
FTR_PARTNER_GET_TEXT CALL FUNCTION 'FTR_PARTNER_GET_TEXT' EXPORTING pi_partner_id =
-bpartner pi_partner_role = -bpartner_role "654289 IMPORTING pe_partner_text = l_bpartner_name.
FTBP_READ_R_PARTNER_CHECK CALL FUNCTION 'FTBP_READ_R_PARTNER_CHECK' EXPORTING I_PARTNER = l_partner IMPORTING E_BUS000 = l_wrk_bus000 EXCEPTIONS OTHERS = 4.
FSBP_READ_BP001 CALL FUNCTION 'FSBP_READ_BP001' EXPORTING i_partner = l_partner IMPORTING E_BP001 = l_wrk_bp001 EXCEPTIONS OTHERS = 5.
GET_DOMAENENTEXT CALL FUNCTION 'GET_DOMAENENTEXT' EXPORTING dname = 'BP_BAL_FLG' dvalue = dvalue IMPORTING dtext = dtext EXCEPTIONS OTHERS = 2.
CALL FUNCTION 'FTBR_R_PERSON_OCCUPATION' EXPORTING partner = l_partner TABLES e_bp011 = l_tab_bp011 EXCEPTIONS no_occupation = 0 OTHERS = 0.
BUP_TB038_SELECT_ALL CALL FUNCTION 'BUP_TB038_SELECT_ALL' TABLES t_tb038 = l_tab_tb038 EXCEPTIONS OTHERS = 2.
BUP_TB038B_SELECT_SINGLE CALL FUNCTION 'BUP_TB038B_SELECT_SINGLE' EXPORTING i_istype = l_wrk_tb038-istype i_ind_sector =
-ind_sector IMPORTING e_tb038b = l_wrk_tb038b EXCEPTIONS OTHERS = 2.
BUP_TB032T_SELECT_SINGLE CALL FUNCTION 'BUP_TB032T_SELECT_SINGLE' EXPORTING i_legal_org =
-legal_org IMPORTING e_tb032t = l_wrk_tb032t EXCEPTIONS 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.
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 RTPM_TRL_SHOW_POSITION_OLDF02 or its description.
RTPM_TRL_SHOW_POSITION_OLDF02 - Include RTPM_TRL_SHOW_POSITION_VALF02 RTPM_TRL_SHOW_POSITION_OLDF01 - Include RTPM_TRL_SHOW_POSITION_VALF01 RTPM_TRL_SHOW_POSITION_OLD - Subledger Positions RTPM_TRL_SHOW_POSITION_OLD - Subledger Positions RTPM_TRL_SHOW_FLOWS_INIT_TPF01 - Include RTPM_TRL_SHOW_FLOWS_INIT_TPF01 RTPM_TRL_SHOW_FLOWS - Subledger Cash Flow