cancel
Showing results for 
Search instead for 
Did you mean: 

TRS_SEC_ACC default field for ftr_create (field VWSFHA-RLDEPO)

jose_dominguez
Explorer
0 Kudos

Hi partners

For Securities Transactions, the Security Account Field needs to be come in blank and not defaulted at the time of input. At the time of Saving, the field needs to be populated as it is a required input.

Issue: The problem is that when creating a new deal, it always brings the last value used and causes errors.

Is there any configuration possible so that the sec account always comes blank when creating a deal?
Or place a default Security Account according to the combination of security class/transction type/partner?

Thanks for help

Accepted Solutions (1)

Accepted Solutions (1)

grigoriy_babitskiy
Active Contributor

There is a Parameter Id for most of fields. And Security Account field has Parameter ID "DEP".
When you launch any transaction for Security id and Security account and enter values for these fields, then SAP sets all Parameter id. When you enter another transaction for Security account, then system enters previous values. 

Security Account FieldSecurity Account Field

The only problem that you can manipulate Parameter Id only with ABAP.

GET PARAMETER ID 'DEP' FIELD VALUE. " Sets Security Account value
FREE MEMORY ID 'DEP'. " Clears Security Account value

 

Answers (0)