‎2007 Jun 04 12:54 PM
I have to make a selection screen, and the requirements is that whenever user enters the program name, it gives the path of all the includes in that program.
‎2007 Jun 04 1:09 PM
Hi Asha,
You can use the function module <b>GET_INCLUDES</b>
Hope this helps
Regards
Anil Madhavan
‎2007 Jun 04 1:07 PM
Hi Asha
In your source code goto text elements and create ur text number as 001 or 002 ... and give ur text and then in ur source code pass code like this
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 25(20) text-001.
*PARAMETERS:p_OBJ_NAME LIKE TADIR-OBJ_NAME obligatory.
SELECT-OPTIONS:s_OBJ_NAME FOR TADIR-OBJ_NAME OBLIGATORY.
SELECTION-SCREEN END OF LINE.Reward if helpfull
Regards
Pavan
‎2007 Jun 04 1:09 PM
Hi Asha,
You can use the function module <b>GET_INCLUDES</b>
Hope this helps
Regards
Anil Madhavan