2005 Jul 05 11:29 AM
Hi,
I have a requirement of making long text non editable for the next change in a SAP transaction. I get long text in a BADI before save in 'TLINE' format. Can I change the properties of the long text there by any means there ? Any function module can do that ?
In the config, there is way of copying the text to another text type for audit trail. This solution is not a viable option in our case.
Regards,
Vin
Hi,
I have a requirement of making long text non editable for the next change in a SAP transaction. I get long text in a BADI before save in 'TLINE' format. Can I change the properties of the long text there by any means there ? Any function module can do that ?
In the config, there is way of copying the text to another text type for audit trail. This solution is not a viable option in our case.
Regards,
Vin
2013 Nov 20 10:05 PM
Hello,
You need to set FM ‘SAVE_TEXT’.or 'CREATE_TEXT'
tdformat = '>X' <-- this format you can not set directly in editor
CONCATENATE '*' tdline
INTO tdline
SEPARATED BY space.
this will make text to be non editable.
Thank you...
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |