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: 

Eliminate Drop down box in ALV, Program - BALVST02_GRID

Former Member
0 Kudos

When I run the program wide open, the 2nd col (Flight #) and 3rd col (Date) show a drop down box. What is the purpose of this drop down box? How do I eliminate this?

Thanks.

1 ACCEPTED SOLUTION

amit_khare
Active Contributor
0 Kudos

Those fields are referencing to standard Data Elemets which has as F4 help attach to it e.g. Date.

If you want to remove those DROP DOWN create fields with your own data types with no standard help attach or just declare them type CHAR and use them.

2 REPLIES 2

amit_khare
Active Contributor
0 Kudos

Those fields are referencing to standard Data Elemets which has as F4 help attach to it e.g. Date.

If you want to remove those DROP DOWN create fields with your own data types with no standard help attach or just declare them type CHAR and use them.

Former Member
0 Kudos

Thanks. Problem solved.