‎2022 Jun 14 8:08 AM
Here is the line of code i have written
PR_ID = SENDER-INSTID.OTHERS = 8.
And actually i am not getting any sy-subrc errors in this code.
However when i am displaying this text i am not getting the variables updated.
Below is the text i have made in so10

‎2022 Jun 14 9:04 AM
thank you for your answers i was able to search more efficiently i should say.
FOR ANSWER i refered the below mentioned blog
https://abapinho.com/en/2012/04/mete-variaveis-dentro-de-textos-standard/
‎2022 Jun 14 8:11 AM
Why do you want the system update the variable ? did you see any part of your code doing this task ?
‎2022 Jun 14 8:12 AM
‎2022 Jun 14 8:14 AM
If you use an ITF text without framework (SAPScript, Smart Form, etc.) then you must use the SAPScript API to replace the symbols. Look at help in SAP Library or forum to see how to replace the symbols.
(EDIT: the link given by Frederic provides an example of the SAPScript API)
‎2022 Jun 14 8:59 AM
thank you for your answers i was able to search more efficiently i should say.
FOR ANSWER i refered the below mentioned blog
https://abapinho.com/en/2012/04/mete-variaveis-dentro-de-textos-standard/
‎2022 Jun 14 9:04 AM
thank you for your answers i was able to search more efficiently i should say.
FOR ANSWER i refered the below mentioned blog
https://abapinho.com/en/2012/04/mete-variaveis-dentro-de-textos-standard/