‎2008 Jun 24 1:23 PM
I have called a subscreen in the subscreen area of a normal screen of a module pool program.
This subscreen is a normal selection screen , containing 2 select options.
I want to reference one field of this screen in my main screen PAI module.
How do I do that??
‎2008 Jun 24 1:25 PM
Hello,
You can do this if you've already declared the variables referencing the fields on screen like global variables.
You need to declare them with the same name of the fields and with type TYPE RANGE OF <field>.
Regards.
‎2008 Jun 24 1:26 PM
In the screen painter,for that particular field, there is ref.field option.Mention the subscreen name over there.
‎2008 Jun 24 1:28 PM
hi,
declare the fields in Top Include so they r global available so u can use them where ever u want in ur object.
Rgds.,
subash