Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

hardcode value in script

Former Member
0 Likes
925

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

1 REPLY 1
Read only

former_member184675
Active Participant
0 Likes
562

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