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

how to maintain text elements for parameters

Former Member
0 Likes
1,685

Hi all,

how to maintain text elements for parameters.

Thanks,

shashikanth.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
853

From the ABAP editor: Goto ->Text Elements -> Selection texts

Or tr.code SE32

Svetlin

Message was edited by: Svetlin Rusev

Hi all,

how to maintain text elements for parameters.

Thanks,

shashikanth.

4 REPLIES 4
Read only

Former Member
0 Likes
854

From the ABAP editor: Goto ->Text Elements -> Selection texts

Or tr.code SE32

Svetlin

Message was edited by: Svetlin Rusev

Read only

Former Member
0 Likes
853

goto->text-elements->selection texts

rgds,

PJ

Read only

Former Member
0 Likes
853

hi,

goto -> text element -> selection text -> specify the text for corresponding parameter -> activate

cheers,

sasi

Read only

Former Member
0 Likes
853

Hi Shashi,

After declaration of the parameter(lets say parameter is P_OBJ), use the below statment.

SELECTION-SCREEN COMMENT 5(50) TEXT-001 FOR FIELD P_OBJ.

the above two statements must be in one line using SELECTION-SCREEN BEGIN OF LINE AND END OF LINE.

with regards,

ram.