‎2017 Jan 16 4:32 PM
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
‎2017 Apr 28 2:52 PM
Hi can you not use selection-screen begin of line and selection screen comment for this
‎2017 Apr 28 9:01 PM
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.