Application Development 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: 

Why I don´t see the added field in the selection screen of SAP programm?

Former Member
0 Kudos

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 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?

4 REPLIES 4

jogeswararao_kavala
Active Contributor
0 Kudos

Try by activating the Function Group

0 Kudos

Hi Jogeswara Rao Kavala,

I don´t have a function group it´s an enhancement implementation.

I want add a checkbox at the selection screen of SAP-Program SDBLBDDL.

former_member1716
Active Contributor
0 Kudos

Hi,

Do the following steps,

1) Go to the menu bar and navigate as below,

Program --> Generate

2) Go to utilities and navigate as below,

utilities--> Update navigation Index

Please check the behavior after that. Get back in case your issue persists.

Regards,

Satish

Former Member
0 Kudos

Thank you all for support...the solution is here: