RTPM_TRS_GUARD_TEST 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 RTPM_TRS_GUARD_TEST 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.
Selection Text: P_UNITS = D Units
Selection Text: P_TEST = Test Run
Selection Text: P_SECID = D ID Number
Selection Text: P_SECACC = D Securities Account
Selection Text: P_REASON = D Reason for Lock
Selection Text: P_OWNER = D Origin of Position Lock
Selection Text: P_NOMCUR = D Currency of Nominal Amount
Selection Text: P_NOM = D Amount
Selection Text: P_ID = Identifier
Selection Text: P_DELETE = Delete
Selection Text: P_DATE = D Flagged as Locked Until
Selection Text: P_COMPCO = D Company Code
Title: Testing of TRS Lock
Text Symbol: 002 = Rollback Due to Test Run
Text Symbol: 001 = Rollback Due to Error
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TPM_TRS_SECACCPOS_GUARD_CREATE CALL FUNCTION 'TPM_TRS_SECACCPOS_GUARD_CREATE' EXPORTING IM_COMPANY_CODE = p_compco IM_SECURITY_ACCOUNT = p_secacc IM_SECURITY_ID = p_secid IM_GUARD_DATE = p_date IM_UNITS = p_units IM_NOMINAL_AMT = p_nom IM_NOMINAL_CURR = p_nomcur IM_LOCK_FLAG = p_reason im_owner = p_owner importing ex_id = l_id.
TPM_TRS_SECACCPOS_GUARD_DEL_ID call function 'TPM_TRS_SECACCPOS_GUARD_DEL_ID' exporting im_owner = p_owner im_id = p_id EXCEPTIONS NOT_FOUND = 1 WRONG_OWNER = 2 OTHERS = 3.
TPM_TRS_SECACCPOS_GUARD_DELETE CALL FUNCTION 'TPM_TRS_SECACCPOS_GUARD_DELETE' EXPORTING IM_COMPANY_CODE = p_compco IM_SECURITY_ACCOUNT = p_secacc IM_SECURITY_ID = p_secid IM_GUARD_DATE = p_date IM_LOCK_FLAG = p_reason im_owner = p_owner EXCEPTIONS NOT_FOUND = 1 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.
RTPM_TRS_GUARD_TEST - Testing of TRS Lock RTPM_TRS_GUARD_TEST - Testing of TRS Lock RTPM_TRS_FIELD_SELECTION_FILL - Enter Fund Types in Securities Account Master Data RTPM_TRS_FIELD_SELECTION_FILL - Enter Fund Types in Securities Account Master Data RTPM_TRS_CORRECT_SAT - Report RTPM_TRS_CORRECT_SAT RTPM_TRS_CORRECT_SAT - Report RTPM_TRS_CORRECT_SAT