2013 Jan 21 5:16 AM
Hello Experts,
I have maintianed a dunning text for body of dunning letter in so10 transaction with text ID FIKO.I have given a dynamic varaible &name& but the same vaiable is filled in the script for the logo.So instead of the dynamic text i am getting the logo name.Let me know how i can find the where the name variable filled.And i can check in debugging that its happening in some conversion in FM
CONVERT_ITF_TO_ASCII.
Thanks,
Vijay.
Hello Experts,
I have maintianed a dunning text for body of dunning letter in so10 transaction with text ID FIKO.I have given a dynamic varaible &name& but the same vaiable is filled in the script for the logo.So instead of the dynamic text i am getting the logo name.Let me know how i can find the where the name variable filled.And i can check in debugging that its happening in some conversion in FM
CONVERT_ITF_TO_ASCII.
Thanks,
Vijay.
2013 Jan 21 5:32 AM
Ok good.
Where were you passing the &variable& data to the Script.
Is that passed by a Script Command code or In-program code.
Did you tried to debug the script and see the data passed to that variable.
One more thing is that. you know these Images or Barcodes in SAP Scripts depends on Printers.
So you should also see the Print Commands in SPAD Printer Devices.
Hope this helps
2013 Jan 21 5:37 AM
I am actually passsing the varaible before the script is called that is in the exit 00001040.But its overwriting the variable in script that is &Name& which is used for some other pourpose.
Thanks,
Vijay.
2013 Jan 21 5:54 AM
oh ok.
So did you tried going to the Script where the variable is getting override.
Goto RSNAST00 and put a break point at line number around 900(may differ from sys to sys). you will find this code
PERFORM (TNAPR-RONAM) IN PROGRAM (TNAPR-PGNAM) USING RETURNCODE
US_SCREEN
Put a break point here and execute the Output type via RSNAST00. to see where and how the data is getting changed.
Hope this helps
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |