‎2008 Sep 17 7:02 PM
I created a simple screen with two push buttons and their own function codes. in the program, I always get the ok_code value is empty. is there any additional configuration to make it works? thanks in advance.
‎2008 Sep 17 7:06 PM
Did you also define this ok_code in your screen? Look at one of the tabs of your screen. Here you'll see an empty field in which you can define the ok_code.
‎2008 Sep 17 7:06 PM
Did you also define this ok_code in your screen? Look at one of the tabs of your screen. Here you'll see an empty field in which you can define the ok_code.
‎2008 Sep 17 7:07 PM
Hi,
1)
Declare the OK_CODE variable in the program..
2)
GO to the screen...in the "Element list tab" there will be row which has the Type as OK..There give OK_CODE in the Name column..
OR
You can directly use SY-UCOMM..in your program..
Thanks
Naren
‎2008 Sep 17 7:12 PM