‎2008 Jun 05 8:11 AM
Hi Guys,
I want to print a variable Value from Print Program to SAP SCRIPT, I tried to print it in between && but they still dont have any value while debugging SAP SCRIPT and not also in print out....Suggest somthing.
Cheers....!!
Sid
‎2008 Jun 05 8:13 AM
Hi,
First check whether the value is getting captured in that variable in your print program.Then debug the script and check if the value is coming in the script.Activate the SAPscript.
‎2008 Jun 05 8:13 AM
Check yor code where you are selecting the value for that variable.
‎2008 Jun 05 8:14 AM
Hi,
Debug your program and c whether you are getting your value there. If yoes, check if you have used the function module OPEN_FORM and passed the correct name of the SAP script. Then check if you have used Write_Form and are you passing the correct Text Element Name.
You would not have used one of them. Hence the problem.
Check and revert back.
Thanks
Nayan
‎2008 Jun 05 8:24 AM
Guys
I have checked all the things,
Script is activated, WRITE_FORM is fine
CLOSE_FORM is perfect, even while debugging the Print Progrm. variable is getting populated,but as soon as dubugee is switching to Script the value gets cleared...!!
Thnks for ur responce.....somthin else