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

Text elements in implicit enhancement

Former Member
0 Likes
694

hi All ,

How can I add text elements in implicit enhancement . Following is the code I have written in Enhancement implementation.

SELECT-OPTIONS  :
s_revty FOR t352r-revty,
s_revnr FOR t352r-revnr.

Instead of s_revty and s_revnr I want to display 'revision type' and 'revision' on the selection screen.

Even though I can see the select options(s_revty and s_revnr) under Text elements->Selection Texts , I am unable to edit the text.

Is there any solution for this issue ?

Thanks

Rino

1 REPLY 1
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
359

Hi Rino

Again which standard report is it..? You can try by using comment option in selection screen declaration and fill this value via another enhancemnt in initialization event

Nabheet