Hi Expert,
I have desigh the selection with some parameters two parameters i have declare on same screen but i want in between this two parameter slash (/) to be declare.In between p_idate and p_itime i need slash which i am declaring on same line
Below is my code
SELECTION-SCREEN: BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-002.
PARAMETERS: P_POINT TYPE IMRG-POINT OBLIGATORY.
selection-screen begin of line.
selection-screen comment 1(31) text-001 for field p_idate.
PARAMETERS: P_IDATE TYPE IMRG-IDATE.
*selection-screen comment 4(5) text-001 for field p_idate.
PARAMETERS: P_ITIME TYPE IMRG-ITIME.
*selection-screen comment (5) text-001 for field p_itime.
selection-screen end of line.
PARAMETERS: P_READR TYPE IMRG-READR.
Regards,
Am