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

report programming

Former Member
0 Likes
390

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
370

Hi Asha,

You can use the function module <b>GET_INCLUDES</b>

Hope this helps

Regards

Anil Madhavan

2 REPLIES 2
Read only

Former Member
0 Likes
370

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

Read only

Former Member
0 Likes
371

Hi Asha,

You can use the function module <b>GET_INCLUDES</b>

Hope this helps

Regards

Anil Madhavan