‎2006 Aug 22 5:53 PM
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
‎2006 Aug 24 6:39 AM
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>
‎2006 Aug 24 6:53 AM