‎2010 Nov 30 10:54 AM
Hi Experts,
I have create a module pool program SAPMYDLG. It contains two screens 100 and 200.
The first screen contains Employee_ID field. This field is not a dictionary field.
In the second screen 200, I want to access the value of Employee_ID field from first screen.
For this I created a global variable v_empid in TOP include.
Then in the PAI of the screen 100 I have assigned the screen field value to global variable.
v_empid = Employee_ID.
But this gives an error saying " Field Employee_ID not defined".
What am I doing wrong? How can I access the screen field value?
Thanks
Gopal
‎2010 Nov 30 11:02 AM
Hi,
If you are not using the dictionary fields in the screen, then you need to declare them as well in the TOP.
Thanks,
Sri.
‎2010 Nov 30 11:02 AM
Hi,
If you are not using the dictionary fields in the screen, then you need to declare them as well in the TOP.
Thanks,
Sri.
‎2010 Nov 30 11:03 AM
Hi,
U must define each and screen fields in the top .
Please try it,if it wont work let me clearly whats u hav done.
‎2010 Nov 30 11:09 AM
Hi,
Employee_ID field also must u define in the top include when u define that 100 screen and 200 screen will access.
regards,
muralii