‎2023 May 03 5:02 AM
what is the purpose of this parenthesis with number inside in SAPSCRIPT text editor/element . is this a total length of a string or position?
please give me idea about this or give me links about this
like this
&VBAP-ARKTX(30)
&VBAP-FKIMG(6.0)
‎2023 May 03 5:44 AM
Ciao Aaron,
it's a kind of limitation. Field ARKTX has data element ARKTX (Domain TEXT40) with CHAR 40. When you write ARKTX(30) only the first 30 characters of this field will be considered (like only the first 30 characters will be shown by a write statement.
Regards Andreas
‎2023 May 03 5:44 AM
Ciao Aaron,
it's a kind of limitation. Field ARKTX has data element ARKTX (Domain TEXT40) with CHAR 40. When you write ARKTX(30) only the first 30 characters of this field will be considered (like only the first 30 characters will be shown by a write statement.
Regards Andreas
‎2023 May 03 6:57 AM
Link to the official documentation: SAP Library > SAPScript > Formatting Options
Or via your Web browser:
"Formatting Options" sapscript site:help.sap.com