‎2008 Aug 28 7:57 AM
Greetings Abapers
I recently started working with ALV grid controls. At the moment, I am trying to do the following.
1) edit entries - i.e. when an editable field such as service provider number is entered, the uneditable field service provider name is automatically updated once the user presses enter
2) add new lines to the alv grid control
3) date validation - i.e. when the editable field date 1 is edited, some validation occurs to check that it is less than date 2
4) when the user clicks the save button, could anyone help me with suggestions for coding the save form.
‎2008 Aug 28 8:03 AM
Hi lovemore,
the below document provide solutions to ur queries.
stil u need clarity.reply me. i will make you clarify.
have you gone thru clearlt these links....
http://help.sap.com/saphelp_nw04/helpdata/EN/8d/e994374c9cd355e10000009b38f8cf/content.htm
http://help.sap.com/saphelp_nw04/helpdata/EN/8d/e994374c9cd355e10000009b38f8cf/content.htm
http://www.sap-partner.hu/ABAP_HELP_INFO/An%20Easy%20Reference%20for%20ALV%20Grid%20Control.pdf
http://www.sap-img.com/abap/abap-example-program-alv-grid-control.htm
http://www.erpgenie.com/abap/controls/alvgrid.htm
http://sapient.wordpress.com/2007/06/29/a-easy-reference-for-alv-grid-control/
thanks
karthik
‎2008 Aug 28 8:42 AM
Hi,
Check the following link:
http://www.sap-partner.hu/ABAP_HELP_INFO/An%20Easy%20Reference%20for%20ALV%20Grid%20Control.pdf
http://sgstocks.tripod.com/alvgrid_control.htm
Regards,
Bhaskar
‎2008 Aug 28 8:44 AM
Just check these programs.
From BCALV_EDIT_01 to BC_ALV_EDIT_08