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

Table control SCAT

Former Member
0 Likes
445

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

2 REPLIES 2
Read only

Former Member
0 Likes
400

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

Read only

0 Likes
400

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