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

AT SELECTION-SCREEN

Former Member
0 Likes
419

Hi friends,

Could u please send me the details.

i created the selection-screen like

PARAMETERS:S_EQUNR LIKE EQUI-EQUNR OBLIGATORY,

LABLES TYPE NUM2 OBLIGATORY,

S_PADEST LIKE TSP03-PADEST OBLIGATORY.

<b>i need validations for following below three</b>

1. <Number of Labels> Labels for Equipment Number <EQUI-EQUNR> will be printed at printer <TSP03-PADEST> <TSP03L-LNAME>.

2. Get the long name for the printer (TSP03-PLDEST = TSP03L-PADEST).

3. Provide the standard ‘Yes’ and ‘No’ options in the Pop-Up Screen. If ‘Yes’ is selected, then print the label. If ‘No’ is select return to the Selection Screen and clear the three input fields.

regards

srinu

2 REPLIES 2
Read only

Former Member
0 Likes
380

Hi,

U can validate those fields using the event

<b>

At selection-screen on <Field></b>

u can call the pop up using the function module

<b>POPUP_CONTINUE_YES_NO</b>

Read only

Former Member
0 Likes
380

r u sure that these are validations??