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

dynamic selection screen in me2n

former_member211992
Active Participant
0 Likes
1,952

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

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
Read only

venkateswaran_k
Active Contributor
0 Likes
1,439

Can you explain it more.

Read only

0 Likes
1,439

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 .

Read only

0 Likes
1,439

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

.

Read only

Juwin
Active Contributor
0 Likes
1,439

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