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 add selection screen feild description without using selection texts.

Former Member
0 Likes
1,644

Hi,

I Implemented Code in Enhancement Spot, I added One Field in standard Selection Screen using Enhancement spot for IP16 Transaction, But I am not able to maintain Selection Text for that Field It is showing in Selection Screen P_wapos Like. If i tried using goto --> Text Elements --> Selection Texts it is asking Key.

Can any one help me how to maintain Selection Text for Standard Program using Enhancement Spot .

Thank You,

Sailakshmi

2 REPLIES 2
Read only

PeterJonker
Active Contributor
867

Hi can you not use selection-screen begin of line and selection screen comment for this

Read only

0 Likes
867

Sailakshmi, as enhancement framework does not work with so-called Text Elements, do like Peter said:

selection-screen begin of line.
selection-screen comment (35) zztext01.
parameters yourfiel.
selection-screen end of line.
zztext01 = 'yourtext'.
Cf transaction ABAPDOCU for information and demonstrations.