‎2008 Feb 28 1:41 PM
Hi All,
I am working on a TCode EC50E(IS-U). The second screen of this TCode have a Tabstrip with 5 tabs . One tab is calling two subscreens.Now i want to read a field value in the second subscreen. How can i read this. Please explain with an example.
Thanks in Advance,
Subhani.
‎2008 Feb 28 1:49 PM
You can do it in two ways.
1. By using the Parameter Id , if you have the parameter id then you can read it from get parameter id.
2. if you does not have then use the following FM to read the values.
call function 'DYNP_VALUES_READ'
exporting
dyname = dname
dynumb = dynnr
tables
dynpfields = fields
exceptions
Thanks,
‎2008 Feb 28 1:49 PM
You can do it in two ways.
1. By using the Parameter Id , if you have the parameter id then you can read it from get parameter id.
2. if you does not have then use the following FM to read the values.
call function 'DYNP_VALUES_READ'
exporting
dyname = dname
dynumb = dynnr
tables
dynpfields = fields
exceptions
Thanks,
‎2008 Nov 28 3:00 PM
using field symbols i have read the value of the required fields in the screen.