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

script layout question

Former Member
0 Likes
237

dear friends,

i am working on a script,

one variable in the page window was not fitting the data it is to display,

actually it allowed 30 chars but data was 35 chars,

so i removed that variable and placed a new variable of size 35 so, it is working fine now,

but i am scared if this layout is bieng used by any other program,

it is a z layout.

how do i find out if any other program is using this same layout.

i went to tnapr table, but this layout name i couldnot find, i could not even find the output type i was uning for this layout.

can some one help me.

1 REPLY 1
Read only

kiran_k8
Active Contributor
0 Likes
217

Sanjana,

Go to the TTXFP table and give the script name to get the driver program.This will let you know whether if this script is assigned to some other program also or not.In ideal cases there will be only one driver program for a script.

K.Kiran.