‎2006 Jan 23 1:24 PM
Hi
I am using SCAT transaction for Asset Creation .
I want to make a table control variable as import parameter. I am double clicking the field in the field list after recording.its giving me sytex error. Is there any way to pass table control field as a parameter.
Regards
Naresh
‎2006 Jan 23 2:05 PM
Hi,
Check for parameter id for the table control
variable.If exist
use the following code
set parameter ID 'TEST' field var1
get parameter ID 'TEST' field var1.
REgards
Amole
‎2006 Jan 23 2:32 PM
Hi Amole
I don't want to create a memory variable.
My req is to use the CATT tool and passing the parameter to table control.
Naresh