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

Mandatory fields using ALV grid control

Former Member
0 Likes
2,210

Hello,

is there any way to mark fields as mandatory using a editable ALV grid control?

For example to protect the key against duplicate entries.

Handling of the events date_changed and date_changed_finished is clear in my mind. I'm searching for an easier way to automatically mark duplicate values.

3 REPLIES 3
Read only

Former Member
0 Likes
470

Hi

see the demo program BCALV_EDIT_04, there is a control you need.

Max

Read only

Former Member
0 Likes
470

Hi,

Also check the demo programs,

BCALV_EDIT_01

BCALV_EDIT_02

BCALV_EDIT_03

Hope it helps u.

Thanks&Reards,

Ruthra.R

Read only

Former Member
0 Likes
470

Thanks for your help. The report BCALV_EDIT_04 covers exactly this topic.