‎2015 Feb 11 11:43 AM
Hi Friends
am facing a issue one hardcode currency symbol is there in sap script which id passing for all other country currency also
but problem is this hard code line I can see only in debugger for se71 for that window
when am seeing code for that main window without debug then that hardcode value not displaying is there any way I can see it
driver program written old time and so many times Write_Form has got called for various reasons ..so am trying to debug at script level to find out
but no luck .
also what continue button do in script debugger ?
Regards
Meeta
‎2015 Feb 11 5:01 PM
Hi,
1. Make sure you Change the SAP Script in the correct Language. You can have different text elements depending on the language in which it was modified. So do not check the Original Language only.
2. Also check in SAP script if the "hardcoded" value is not passed by some routine called in another program.
3. Also debug the driver program. If the value is already set there, no point to search further in the SAP Script. Best you debug and analyze the driver program throughfully. Set a watchpoint on that variable/field to see when it changes .
-
Andrei