2011 Mar 14 6: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
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
2011 Mar 15 4:20 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |