ā2014 Mar 05 11:07 AM
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
ā2014 Mar 05 11:40 AM
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