2009 May 28 12:43 PM
Hi experts,
I have a SUBSCREEN and I would like to get an ENTER from user in a edit.
OK_CODE and sy-ucomm are both empty.
Thks,
Antoine
2009 May 28 1:04 PM
Try using a couple of Pushbuttons to allow the user to make a selection as yes or no . In this case you can assign the ok_code values in the elements list for the corresponding push button fields , Which should be supported further by the flow logic . Try if it works
Thnks
Hi experts,
I have a SUBSCREEN and I would like to get an ENTER from user in a edit.
OK_CODE and sy-ucomm are both empty.
Thks,
Antoine
2009 May 28 12:47 PM
Hello,
In SAP system, ENTER command mostly results in blank value of user command field. Try to avoid using the same as much as possible.
Regards,
Shaurya Jain
2009 May 28 1:04 PM
Try using a couple of Pushbuttons to allow the user to make a selection as yes or no . In this case you can assign the ok_code values in the elements list for the corresponding push button fields , Which should be supported further by the flow logic . Try if it works
Thnks
2009 May 28 1:10 PM
Hi,
Subscreens cannot have their own OK_CODE field. Function codes linked to user actions on subscreens are placed in the OK_CODE field of the main screen.
Check by placing the ok_code in flow logic of the main screen.