Quantcast
Channel: SCN : All Content - SAP ERP Financials - Treasury Applications
Viewing all articles
Browse latest Browse all 2236

TRM parameter ID

$
0
0

Parameter Ids are very usefull to make you work faster with SAP systems, but not only.

 

Parameter Id itself is an ID for a specific field.

For example, how to know Parameter ID of "Transaction" field in tr. TM_53: one way - to check list of paramter ID below in this artcle, another way is to give a focus for "Transaction" field and press F1 button on keyboard. When "Performance Assistant" window appers, press "Technical information" button.

1.jpg

On "Technical information" window find "Parameter ID" field with parameter ID for "Transaction" field.

 

TIPS: sometimes for some fields there are no Parameter IDs on "Technical information" window, but they actually exist (check list of param id below in this article). Moreover, sometimes Parameter ID you found can be useless. Example for TRM - param id "FAN" and for example "T5F" for interest rate instrument. FAN will not work, but T5F is okey.

2.jpg

 

  • First application of Parameters ID: to have some fields values as soon as you have launched transaction

Start tr. SU3 or SU01.

Open "Paramter" tab.

Enter parameter ID "BUK" and assign Parameter value to it - for example your Company code.

Save your entry.

3.jpg

Next time you start for example tr. TM_53 - you'll find field "Company code" filled with your Company code id. So you don't have to fill it every time. Isn't it very convenient?

 

  • Another application is a drilldown in SAP Query (Also in ABAP reports), when you want to open transaction in SAP Query by double click on report line.In some cases, the drilldown to a transaction does not work in the reportreport interface. In these cases, you can use a small ABAP program to perform a drilldown. The ABAP program for a drilldown to the Interest rate instrument display (Transaction TM_53) is as follows:

 

REPORT ZTM_53.
PARAMETERS:
BUKRS LIKE VTMFHA-BUKRS,
DNUMBER LIKE VTMFHA-RFHA.
SET PARAMETER ID 'BUK' FIELD BUKRS.
SET PARAMETER ID 'T5F' FIELD DNUMBER.
CALL TRANSACTION 'TM_53' AND SKIP FIRST SCREEN.

In this case we used Parameters ID - "BUK" for company code and "T5F" for Interest Rate Instrument Transaction Number. How it works? When you make a double click on a line with parameters of Interest Rate instrument our code takes values for BUK and T5F param ID from double cliked line. Then transaction TM_53 is started. As soon as we have values for param ID - fields "Comapny code" and "transaction" are filled. And transaction TM_53 opens transaction details.

 

Filling an Initial Screen using SPA/GPA Parameters - ABAP Programming (BC-ABA) - SAP Library

 

 

Here is the list of common used parameters ID for Treasury and Risk management module:

 

Parameters IDDescriptionPossible entry in tr. SU3
T00Treasury: OK code for CALL TRANSACTION
T05Treasury: Business partner
T06Treasury: External role - counterparty
T20Treasury: Hedges: No.
T21Treasury: Hedges: Unit type
T22Treasury: Hedges: Transaction currency
T23Treasury: Hedges: Basic currency
tr. TBR1-TBR9, TBRLReference & Netting
T30Treasury: Netting: No.
T31Treasury: Netting: Reference Category
T33Treasury: Netting: Payment Date (DZTERM)
T34Treasury: References: Last radio button active
--
T44Treasury: Currency Option Put/Call
T45Treasury: Flag for mirror transaction
T46Treasury: Reserved for FX/OTC
tr. TM01-03Fixed-term deposit
T51Treasury: Product type - fixed-term deposit
T52Treasury: Transaction type - fixed-term deposit
T55Treasury: Transaction number - fixed-term deposit
tr. TM11-13Deposit at notice
T53Treasury: Product type - Deposit at notice
T54Treasury: Transaction type - deposit at notice
T56Treasury: Transaction number - deposit at notice
tr. TM31-33Commercial Paper
T57Treasury: Product type - Commercial Paper
T58Treasury: Transaction type - Commercial Paper
T59Treasury: Transaction number - Commercial Paper
tr. TM41-43Cash flow
T5ATreasury: Product type - Cash flow - Transaction
T5BTreasury: Transaction type - Cash flow-Transaction
T5CTreasury: Transaction number - Cash flow-Transaction
tr. TM_51-53Interest Rate Instrument
T5DTreasury: Product Type - Interest Rate Instrument
T5ETreasury: Transaction Type - Interest Rate Instrument
T5FTreasury: Transaction Number - Interest Rate Instrument
tr. TM_61-63Facility
T5GTreasury: Product Type - Facility
T5HTreasury: Transaction Type - Facility
T5ITreasury: Transaction Number - Facility
tr. TBM1-TBM3Master agreement
TMATreasury: Master agreement
TMCTreasury: Master agreement - control processing
TMTTreasury: Type of master agreement
---
TO1Treasury: OTC Interest Rate Instrument Product Type
TO2Treasury: OTC Interest Rate Instruments Transaction Type
TO3Treasury: OTC Interest Rate Instruments Transaction Number
TO6Treasury: FRA Transaction Number
TPM_TACTreasury: Set/Get for TR Accounting Code
TRULESET_CATTreasury FTR: Category of Rule Object
TRULESET_IDTreasury FTR: ID of Rule Object
FCI Calendar for working day rules
tr. TBB1, TPM*
FTI_FLG_LOProduct Group Loans: Yes/NoX or empty
FTI_FLG_LOFProduct Group Listed Derivatives (Futures): Yes/NoX or empty
FTI_FLG_OTCProduct Group OTC (MM, FX, DE): Yes/NoX or empty
FTI_FLG_SEProduct Group Securities: Yes/NoX or empty
tr. TRS_SEC_ACCSecurities account ID
DEPSecurities account ID (financial assets management)
tr. BPBusiness partner
BPOSAP Business Partner: BP Role

 

If you know other parameter IDs please let me know and i'll add them to the table.


Viewing all articles
Browse latest Browse all 2236

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>