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

Enhancement Spots - Selection Text

Former Member
0 Likes
533

I have enhanced VF06 screen and logic using Spots.

All is working good.

The selection screen however has P_VKBUR and P_VKGRP.

I need to assign the text for the same but cannot find option.

Any idea??

Pranu

Edited by: Pranu Pranu on Mar 14, 2011 7:51 PM

I have enhanced VF06 screen and logic using Spots.

All is working good.

The selection screen however has P_VKBUR and P_VKGRP.

I need to assign the text for the same but cannot find option.

Any idea??

Pranu

Edited by: Pranu Pranu on Mar 14, 2011 7:51 PM

1 REPLY 1
Read only

soumya_jose3
Active Contributor
0 Likes
360

Hi Pranu,

In the ehancment you have written can u assign the text for P_VKBUR and P_VKGRP like below.

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT 1(38) com1.

PARAMETERS: p_vkbur TYPE char20.

SELECTION-SCREEN END OF LINE.

AT SELECTION-SCREEN OUTPUT.

com1 = 'Sele. screen text'. ---> Give the selection screen text for p_vkbur here.

Try this.

Regards,

Soumya.