Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP MODULEPOOL

0 Likes
802

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?

3 REPLIES 3
Read only

former_member763929
Participant
0 Likes
757

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.

Read only

aoyang
Contributor
757

Hi, this is possible. Please attach the whole code and screen definition and I will add the check logic on the 1st screen.

Read only

Sandra_Rossi
Active Contributor
757

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.