Hi all,
i would like to enhance the selection screen of a standard sap program. For this i created a enhancement implementation and added one parameter as a checkbox:
ENHANCEMENT 1 ZZ_ENH. "active version
PARAMETER ztest AS CHECKBOX DEFAULT 'X'.
ENDENHANCEMENT.
When i´m running the program i don´t see the new field in the dynpro screen. What it might be the problem?