on 2024 May 03 3:35 PM
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
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
13 | |
4 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.