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: 

dynamic selection screen in me2n

former_member211992
Active Participant
0 Kudos

Dear all

i have copied me2n to z program and i have removed  some selection screen input fields now user want to remove some fields in dynamic selection screen, how to do that?

thanks

4 REPLIES 4

venkateswaran_k
Active Contributor
0 Kudos

Can you explain it more.

0 Kudos

hi venkat,

i have to remove some fields in dynamic selection screen in my z program. z program is copy of me2n.

see dynamic selection has two items -purchasing doc header and item.

below header ther are many fields  for selection .but i dont want to display all ,,

i need only few .

0 Kudos

Hi

It is coming from another standard program - SAPDBENM


FORM PUT_EKKO

    ............

    ................

ENDFORM/


In that case you need to rewrite them again in your z program

.

Juwin
Active Contributor
0 Kudos

Dynamic selection screen on ME2N is coming from the logical database ENM. As far as I know, you can't disable those fields, unless you take out the reference of logical database from your new program.

Thanks,

Juwin