‎2021 Dec 16 3:14 PM
I have a 2 Screen..1 st screen User Input(Mat No)..The 2 nd screen Material Details..
1 st screen have a Pushbutton..
But if the user dosent Give any input in 1 st screen , While clicking a button It will go to 2 nd screen.
But i want user atleast select 1 row..How to do That?
‎2021 Dec 16 3:15 PM
Thank you for visiting SAP Community to get answers to your questions. Since this is your first question, I recommend that you familiarize yourself with Community Q&A , as the overview provides tips for preparing questions that draw responses from our members.
Should you wish, you can revise your question by selecting Actions, then Edit.
By adding a picture to your Profile you encourage readers to respond.
‎2021 Dec 16 3:55 PM
Hi, this is possible. Please attach the whole code and screen definition and I will add the check logic on the 1st screen.
‎2021 Dec 16 4:50 PM
Do you know what is the "Next Screen"? You define it either statically within the dynpro attributes, or you define it in the PAI (usually) with SET SCREEN.
If you want to remain on one screen, make sure that the value of the "Next Screen" refers to that same screen.